aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2025-02-23Work on discord chat sync, and fix smokeRitabrata Das1-2/+2
2025-02-22Typo in plugin managerSkipper1-3/+3
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 joinSkipper4-72/+118
2025-02-21Very premetive implementation of radarRitabrata Das1-1/+1
2025-02-20Start work on radarRitabrata Das1-1/+1
2025-02-20Add being same IFF to refuelingRitabrata Das2-2/+3
2025-02-19Fix critical bug in smoke pluginRitabrata Das1-2/+5
2025-02-16Fix typo in FOGCOLOR and SKYCOLORRitabrata Das2-2/+2
2025-02-15Work on plugin apis, add command supportRitabrata Das6-8/+173
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-13Started to wrap FSNETCMD round YSchatSkipper1-5/+1
2025-02-13Updated Aircraft.pySkipper1-0/+4
Updated to do the prev_life/life swap in the aircraft add_state function.
2025-02-13Updated plugins and managerSkipper1-1/+13
Added smoke on damage as a plugin And added in ability for plugin manager to use folder plugins (multi file if necessary)
2025-02-12Initial setup of plugin managerSkipper2-0/+47
2025-02-12Add SunsetRitabrata Das4-5/+57
2025-02-12Add exception handling on no internet, Sanitize messages before sending and ↵Ritabrata Das2-13/+24
implement leave messages
2025-02-11Do not crash on disconnected clientsRitabrata Das1-0/+3
2025-02-11Remove print statements with loggingRitabrata Das1-1/+1
2025-02-11Fix discord chat syncRitabrata Das1-13/+15
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