aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2025-02-11Remove print statements with loggingRitabrata Das1-1/+1
2025-02-11Fix discord chat syncRitabrata Das3-17/+18
2025-02-11Work on discord chat syncRitabrata Das6-16/+124
2025-02-11Pipe operator is not supported on Python 3.10 and below, Add Backwards ↵Ritabrata Das1-1/+2
compatiblity
2025-02-11Add Smoke, Engine Breakdown, Made sure non-ab planes do not get ab after repairsRitabrata Das6-25/+84
2025-02-11Merge pull request #2 from Skipper-is/recovered-branchRitabrata Das3-16/+37
Added afterburner toggle on damage
2025-02-10Added afterburner toggle on damageSkipper3-16/+37
2025-02-11Work on G LimiterRitabrata Das9-55/+106
2025-02-10Merge Skipper's ContributionsRitabrata Das50-139/+2312
2025-02-10Some updates to packetsSkipper9-156/+393
Various updates, added smoke function to airplanestate, which modifies the incoming packet to make the client smoke, needs to be taken with WEAPONCONFIG.addSmoke Added in placeholder classes for Player and Aircraft
2025-02-04Updated some packetsSkipper11-574/+633
2025-02-03Added weapon config and version updateSkipper2-1/+60
2025-02-03Update .gitignoreSkipper1-0/+1
Added config to the gitignore to exclude any accidental release of API keys during testing. Un-ignore if additional vars are added.
2025-02-03Added discord clientSkipper4-0/+59
Begun implementation of the discord client. Will exclude the config.py after this - so any changes made during testing (including API keys) will not be copied through - un-ignore if adding new config values.
2025-02-02Writing tests, and checking against existing packet decodersSkipper12-12/+208
2025-02-02Refactored packets into separate filesSkipper32-993/+1546
2025-01-31Removing trailing whitespaceSkipper1-10/+10
2025-01-31Work on packet managerSkipper3-62/+682
And refactored some of the YSplayer bits
2025-01-30Created PacketManagerSkipper1-0/+389
Created packet manager, and begun implementation for decoding/encoding packets
2025-01-30Improve DocumentationRitabrata Das1-3/+12
2025-01-29Update README and configRitabrata Das2-8/+11
2025-01-29Change default configRitabrata Das1-1/+1
2025-01-29Improve code quality and add via versionRitabrata Das5-86/+137
2025-01-29Add smoke on death and low healthRitabrata Das4-15/+67
2025-01-27Update README.mdRitabrata Das1-1/+1
2025-01-27Update README.mdRitabrata Das1-2/+2
2025-01-27Update README.mdRitabrata Das1-2/+4
2025-01-27Initial CommitRitabrata Das9-0/+1061