aboutsummaryrefslogtreecommitdiff
path: root/lib/PacketManager
AgeCommit message (Collapse)AuthorFilesLines
2025-03-09Add support for longer than 16 char username and fix bugsRitabrata Das1-1/+1
2025-03-03Fix crash on ground plugin, add additional logging, fix readback packetRitabrata Das1-4/+4
2025-02-23Work on discord chat sync, and fix smokeRitabrata Das1-2/+2
2025-02-22Merge branch 'plugin_manager' of https://github.com/Skipper-is/sakuya-ac ↵Skipper1-0/+27
into plugin_manager
2025-02-22Updated packet defs, and test plugin of aircraft replacement on joinSkipper3-69/+115
2025-02-21Very premetive implementation of radarRitabrata Das1-1/+1
2025-02-20Add being same IFF to refuelingRitabrata Das1-2/+2
2025-02-16Fix typo in FOGCOLOR and SKYCOLORRitabrata Das2-2/+2
2025-02-15Work on plugin apis, add command supportRitabrata Das1-1/+1
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 packetsSkipper5-25/+95
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 packetsSkipper9-535/+590
2025-02-03Added weapon config and version updateSkipper2-1/+60
2025-02-02Writing tests, and checking against existing packet decodersSkipper5-12/+28
2025-02-02Refactored packets into separate filesSkipper31-0/+1546