]> git.tdb.fi Git - r2c2.git/history - source/libr2c2/trainrouter.h
Replace waits with a more robust sequencing system
[r2c2.git] / source / libr2c2 / trainrouter.h
2014-04-12 Mikko RasaReplace waits with a more robust sequencing system
2014-04-04 Mikko RasaAllow queueing multiple routes for a train
2014-03-30 Mikko RasaAdd a distance metric to turn the routing into an A...
2014-03-26 Mikko RasaGenerate an event for reaching each waypoint
2014-03-26 Mikko RasaInclude destination pointer in the arrival signal
2014-03-26 Mikko RasaSupport routing through multiple waypoints
2014-03-26 Mikko RasaUse the TrackChain base class as destination in Router
2014-03-19 Mikko RasaImplement a departure delay for TrainRouter
2013-07-07 Mikko RasaDon't reset router to free run mode until allocator...
2013-06-09 Mikko RasaMake the simulation independent of wall clock time
2013-05-29 Mikko RasaNew routing system for trains
2013-02-24 Mikko RasaGet rid of the TrainAI tagging system
2013-02-15 Mikko RasaSeparate train routing logic to a class derived from...