summaryrefslogtreecommitdiff
path: root/game/vehicles/train.cpp
Commit message (Collapse)AuthorAge
* Initial implementation for being able to click in the main window to select ↵Dan Goodliffe2021-12-28
| | | | something
* Implement goto so nodeDan Goodliffe2021-03-16
| | | | Encompasses determining a route and a distance to travel
* Allow activities to be changed when doing themDan Goodliffe2021-03-16
|
* Push link based movement into VehicleDan Goodliffe2021-03-09
| | | | | I think it's fair to make all vehicles uses links and nodes to navigate... even if those links, nodes are private to that vehicle
* Initial commit of the orders/activities systemDan Goodliffe2021-03-08
| | | | Has the main window provide some control over our test train
* Carve up the mess in game/vehiclesDan Goodliffe2021-03-06