Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix pruning of link history | Dan Goodliffe | 15 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 length | Dan Goodliffe | 15 hours |
| | |||
* | Switch to millimeters for spatial units | Dan Goodliffe | 2023-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 Link | Dan Goodliffe | 2022-10-13 |
| | |||
* | Carve up the mess in game/vehicles | Dan Goodliffe | 2021-03-06 |