aboutsummaryrefslogtreecommitdiff
path: root/lib/PacketManager/packets
AgeCommit message (Collapse)AuthorFilesLines
2025-02-14Added custom aircraft list pluginSkipper2-2/+72
2025-02-14Added chat weather pluginSkipper1-9/+25
- Set new chat commands for fog r,g,b - day/night commands - visibility command
2025-02-12Add SunsetRitabrata Das4-5/+57
2025-02-11Work on discord chat syncRitabrata Das1-1/+1
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 Das2-1/+13
2025-02-10Added afterburner toggle on damageSkipper1-2/+25
2025-02-11Work on G LimiterRitabrata Das3-15/+23
2025-02-10Some updates to packetsSkipper4-24/+92
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 packetsSkipper8-505/+587
2025-02-03Added weapon config and version updateSkipper2-1/+60
2025-02-02Writing tests, and checking against existing packet decodersSkipper4-11/+27
2025-02-02Refactored packets into separate filesSkipper29-0/+1507