branchrust_reboot/main/TrainDecouplingImprovementscancel

12 Commits over 31 Days - 0.02cph!

20 Days Ago
Fixed loot wagons overwriting the baseTrain data that had already been set in TrainCar. Fixes visual issue with coupling points not moving to the correct angle
21 Days Ago
Always construct a new CompleteTrain with any coupling changes. Allows 'coupledBackwards' etc to refresh correctly
22 Days Ago
Increase ProceduralMapRailSimple default size to one that actually has rails
22 Days Ago
Merge main -> TrainDecouplingImprovements
29 Days Ago
Removed OnPreCouplingChange saved data. Set new coupledBackwards bool per train car when it's first integrated into a new CompleteTrain, always use that as a reference instead of calling CompleteTrain GetIsCoupledBackwards again. and don't let anything mess with it after that. Fixes various bugs with getting the wrong data after uncoupling etc. Also fixed CompleteTrain init order issues.
30 Days Ago
Adjusted caboose colliders to fix unwanted collision
31 Days Ago
Merge main -> TrainDecouplingImprovements
36 Days Ago
Merge main -> TrainDecouplingImprovements
48 Days Ago
Merge main -> TrainDecouplingImprovements
49 Days Ago
Improved train uncoupling behaviour
49 Days Ago
Fixed inaccurate comments, etc
50 Days Ago
Merge main -> TrainDecouplingImprovements