aboutsummaryrefslogtreecommitdiff
path: root/lib/Aircraft.py
AgeCommit message (Collapse)AuthorFilesLines
2025-03-04Complete crash on ground plugin and some api changesRitabrata Das1-2/+1
2025-02-13Updated Aircraft.pySkipper1-0/+4
Updated to do the prev_life/life swap in the aircraft add_state function.
2025-02-12Initial setup of plugin managerSkipper1-0/+1
2025-02-11Add Smoke, Engine Breakdown, Made sure non-ab planes do not get ab after repairsRitabrata Das1-1/+4
2025-02-10Added afterburner toggle on damageSkipper1-1/+9
2025-02-11Work on G LimiterRitabrata Das1-12/+16
2025-02-10Some updates to packetsSkipper1-0/+83
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