aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2025-02-11Work on discord chat syncRitabrata Das2-1/+80
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 Das3-2/+17
2025-02-10Added afterburner toggle on damageSkipper2-3/+34
2025-02-11Work on G LimiterRitabrata Das5-29/+42
2025-02-10Some updates to packetsSkipper7-25/+213
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 packetsSkipper10-535/+592
2025-02-03Added weapon config and version updateSkipper2-1/+60
2025-02-03Added discord clientSkipper1-0/+42
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 decodersSkipper6-12/+28
2025-02-02Refactored packets into separate filesSkipper32-993/+1546
2025-01-31Removing trailing whitespaceSkipper1-10/+10
2025-01-31Work on packet managerSkipper2-59/+679
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-29Improve code quality and add via versionRitabrata Das2-0/+15
2025-01-29Add smoke on death and low healthRitabrata Das2-1/+14
2025-01-27Initial CommitRitabrata Das4-0/+122