summaryrefslogtreecommitdiff
path: root/game/vehicles/linkHistory.cpp
Commit message (Collapse)AuthorAge
* Fix pruning of link historyDan Goodliffe11 hours
| | | | | | The current size isn't important, the length after prune is, and it should be checked before adding the new link as most of the train will still be on the previous one.
* Extract const for link history lengthDan Goodliffe11 hours
|
* Switch to millimeters for spatial unitsDan Goodliffe2023-11-15
| | | | | | Mostly a case of changing far too many magic numbers, something else to fix I guess. I probably missed something. Also there's some hackery when loading 3D models, which are still assumed to be in metres.
* Standard typedefs for LinkDan Goodliffe2022-10-13
|
* Carve up the mess in game/vehiclesDan Goodliffe2021-03-06