branchrust_reboot/main/misc_improvements/BaseMountablecancel

4 Commits over 0 Days - ∞cph!

2 Years Ago
A general tidy-up for vehicle code to make things easier in the future. - Split BaseVehicle into BaseVehicle, BaseVehicle.Server, and BaseVehicle.Client. - Move IsWaterlogged and CanRunEngine checks to VehicleEngineController, so they can be shared by everything with an engine. - Match EntityFuelSystem and VehicleEngineController to Rust code formatting ('private' written out, spaces inside brackets). - BaseVehicle IsMounted implementation fix.
2 Years Ago
Remove all client side mounted references for instruments
2 Years Ago
Water inflatable changes
2 Years Ago
WIP tidying up client-side access to _mounted