Age | Commit message (Collapse) | Author |
|
-Fix(r5124): Add aircraft.h to MSVC projects
|
|
VehicleEnterDepot()
This revealed duplicated code like aircraft lists got invalidated twice
Moved invalidation of the vehicle detail window to VehicleServiceInDepot() as it should always be updated when serviced
|
|
The result of this missing switch was asserts in some cloning conditions (not all) (spotted by KUDr)
|
|
(mart3p)
|
|
CheckStoppedInHangar()
-Fix: Be more strict what it means for an aircraft to be in a hangar: It's not just being stopped on a hangar tile
|