]> git.tdb.fi Git - r2c2.git/history - source/libr2c2/trainrouter.cpp
Support routing through multiple waypoints
[r2c2.git] / source / libr2c2 / trainrouter.cpp
2014-03-26 Mikko RasaSupport routing through multiple waypoints
2014-03-26 Mikko RasaUse the TrackChain base class as destination in Router
2014-03-22 Mikko RasaClear destination when setting a null route
2014-03-19 Mikko RasaImplement a departure delay for TrainRouter
2013-11-07 Mikko RasaRename turnout/sensor_id fields in Track and Block...
2013-07-07 Mikko RasaDon't reset router to free run mode until allocator...
2013-06-25 Mikko RasaRedesign the train activation system
2013-06-09 Mikko RasaMake the simulation independent of wall clock time
2013-06-03 Mikko RasaImprove the interface and algorithms of BlockAllocator
2013-05-31 Mikko RasaSplit block allocation to a separate class
2013-05-29 Mikko RasaNew routing system for trains
2013-02-24 Mikko RasaGet rid of the TrainAI tagging system
2013-02-17 Mikko RasaOnly consider arrival when a route is set
2013-02-15 Mikko RasaSeparate train routing logic to a class derived from...