| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-03-03 | Fix crash on ground plugin, add additional logging, fix readback packet | Ritabrata Das | 3 | -8/+18 | |
| 2025-03-03 | add plugin to ensure planes die on ground | Ritabrata Das | 1 | -0/+15 | |
| 2025-03-03 | Improve logging, make help command unmodifiable | Ritabrata Das | 3 | -5/+7 | |
| 2025-03-02 | Ignor bots leaving, add player aircraft message to chat sync | Ritabrata Das | 1 | -3/+4 | |
| 2025-03-02 | handle client exits gracefully and improve plugin manager | Ritabrata Das | 6 | -22/+55 | |
| 2025-02-23 | Work on discord chat sync, and fix smoke | Ritabrata Das | 2 | -2/+10 | |
| 2025-02-23 | Make radar position aribitary | Ritabrata Das | 2 | -5/+7 | |
| 2025-02-23 | Merge pull request #8 from Skipper-is/plugin_manager | Ritabrata Das | 3 | -3/+100 | |
| Plugin manager | |||||
| 2025-02-22 | Optimise Radar | Ritabrata Das | 1 | -16/+24 | |
| 2025-02-22 | Make refuel plugin optimised | Ritabrata Das | 1 | -25/+34 | |
| 2025-02-22 | Typo in plugin manager | Skipper | 1 | -3/+3 | |
| 2025-02-22 | Merge branch 'plugin_manager' of https://github.com/Skipper-is/sakuya-ac ↵ | Skipper | 2 | -0/+97 | |
| into plugin_manager | |||||
| 2025-02-22 | Updated packet defs, and test plugin of aircraft replacement on join | Skipper | 5 | -72/+188 | |
| 2025-02-21 | Very premetive implementation of radar | Ritabrata Das | 2 | -15/+47 | |
| 2025-02-20 | Start work on radar | Ritabrata Das | 2 | -1/+47 | |
| 2025-02-20 | Add being same IFF to refueling | Ritabrata Das | 4 | -20/+33 | |
| 2025-02-19 | Complete mid air refueling | Ritabrata Das | 2 | -19/+36 | |
| 2025-02-19 | Fix critical bug in smoke plugin | Ritabrata Das | 5 | -7/+13 | |
| 2025-02-17 | Add midair refueling plugin | Ritabrata Das | 3 | -1/+78 | |
| 2025-02-16 | Fix typo in FOGCOLOR and SKYCOLOR | Ritabrata Das | 2 | -2/+2 | |
| 2025-02-15 | Work on plugin apis, add command support | Ritabrata Das | 13 | -60/+313 | |
| 2025-02-15 | Merge pull request #6 from Skipper-is/plugin_manager | Ritabrata Das | 6 | -2/+140 | |
| Added custom aircraft list plugin | |||||
| 2025-02-14 | Removed unnecessary return | Skipper | 1 | -3/+1 | |
| 2025-02-14 | Added custom aircraft list plugin | Skipper | 6 | -2/+142 | |
| 2025-02-14 | Merge pull request #5 from Skipper-is/plugin_manager | Ritabrata Das | 4 | -15/+83 | |
| Added chat weather plugin | |||||
| 2025-02-14 | Added chat weather plugin | Skipper | 4 | -15/+83 | |
| - Set new chat commands for fog r,g,b - day/night commands - visibility command | |||||
| 2025-02-14 | Merge pull request #4 from Skipper-is/plugin_manager | Ritabrata Das | 6 | -26/+73 | |
| Updated plugin manager and plugins | |||||
| 2025-02-13 | Started to wrap FSNETCMD round YSchat | Skipper | 2 | -6/+2 | |
| 2025-02-13 | Updated Aircraft.py | Skipper | 3 | -5/+6 | |
| Updated to do the prev_life/life swap in the aircraft add_state function. | |||||
| 2025-02-13 | Updated plugins and manager | Skipper | 4 | -16/+66 | |
| Added smoke on damage as a plugin And added in ability for plugin manager to use folder plugins (multi file if necessary) | |||||
| 2025-02-13 | Merge pull request #3 from Skipper-is/plugin_manager | Ritabrata Das | 6 | -32/+142 | |
| Initial setup of plugin manager | |||||
| 2025-02-12 | Initial setup of plugin manager | Skipper | 6 | -32/+142 | |
| 2025-02-12 | Add Sunset | Ritabrata Das | 5 | -97/+84 | |
| 2025-02-12 | Add exception handling on no internet, Sanitize messages before sending and ↵ | Ritabrata Das | 3 | -13/+25 | |
| implement leave messages | |||||
| 2025-02-11 | Do not crash on disconnected clients | Ritabrata Das | 1 | -0/+3 | |
| 2025-02-11 | Remove print statements with logging | Ritabrata Das | 1 | -1/+1 | |
| 2025-02-11 | Fix discord chat sync | Ritabrata Das | 3 | -17/+18 | |
| 2025-02-11 | Work on discord chat sync | Ritabrata Das | 6 | -16/+124 | |
| 2025-02-11 | Pipe operator is not supported on Python 3.10 and below, Add Backwards ↵ | Ritabrata Das | 1 | -1/+2 | |
| compatiblity | |||||
| 2025-02-11 | Add Smoke, Engine Breakdown, Made sure non-ab planes do not get ab after repairs | Ritabrata Das | 6 | -25/+84 | |
| 2025-02-11 | Merge pull request #2 from Skipper-is/recovered-branch | Ritabrata Das | 3 | -16/+37 | |
| Added afterburner toggle on damage | |||||
| 2025-02-10 | Added afterburner toggle on damage | Skipper | 3 | -16/+37 | |
| 2025-02-11 | Work on G Limiter | Ritabrata Das | 9 | -55/+106 | |
| 2025-02-10 | Merge Skipper's Contributions | Ritabrata Das | 50 | -139/+2312 | |
| 2025-02-10 | Some updates to packets | Skipper | 9 | -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-04 | Updated some packets | Skipper | 11 | -574/+633 | |
| 2025-02-03 | Added weapon config and version update | Skipper | 2 | -1/+60 | |
| 2025-02-03 | Update .gitignore | Skipper | 1 | -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-03 | Added discord client | Skipper | 4 | -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-02 | Writing tests, and checking against existing packet decoders | Skipper | 12 | -12/+208 | |
