| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2025-02-02 | Refactored packets into separate files | Skipper | 32 | -993/+1546 | |
| 2025-01-31 | Removing trailing whitespace | Skipper | 1 | -10/+10 | |
| 2025-01-31 | Work on packet manager | Skipper | 3 | -62/+682 | |
| And refactored some of the YSplayer bits | |||||
| 2025-01-30 | Created PacketManager | Skipper | 1 | -0/+389 | |
| Created packet manager, and begun implementation for decoding/encoding packets | |||||
| 2025-01-30 | Improve Documentation | Ritabrata Das | 1 | -3/+12 | |
| 2025-01-29 | Update README and config | Ritabrata Das | 2 | -8/+11 | |
| 2025-01-29 | Change default config | Ritabrata Das | 1 | -1/+1 | |
| 2025-01-29 | Improve code quality and add via version | Ritabrata Das | 5 | -86/+137 | |
| 2025-01-29 | Add smoke on death and low health | Ritabrata Das | 4 | -15/+67 | |
| 2025-01-27 | Update README.md | Ritabrata Das | 1 | -1/+1 | |
