]> git.tdb.fi Git - r2c2.git/history - source/libr2c2/trainrouteplanner.h
Make route planning threaded
[r2c2.git] / source / libr2c2 / trainrouteplanner.h
2015-02-03 Mikko RasaMake route planning threaded
2014-04-14 Mikko RasaRedesign the interface between TrainRouter and TrainRou...
2014-04-12 Mikko RasaReplace waits with a more robust sequencing system
2014-04-11 Mikko RasaUse a better cost estimator for the route planner
2014-04-10 Mikko RasaFurther fix delay handling
2014-04-10 Mikko RasaTrack trains' remaining estimate by distance, not time
2014-04-04 Mikko RasaCreate multiple routes if the planned route crosses...
2014-03-30 Mikko RasaAdd a distance metric to turn the routing into an A...
2014-03-30 Mikko RasaMaintain a separate list of pending RoutingStates
2014-03-30 Mikko RasaRename is_occupied to is_occupying
2014-03-30 Mikko RasaBe stricter with const qualifiers
2014-03-30 Mikko RasaContinue TrainRoutePlanner refactoring
2014-03-30 Mikko RasaStart refactoring TrainRoutePlanner
2014-03-29 Mikko RasaFilter out non-viable routing steps before adding them...
2014-03-29 Mikko RasaUtilize maximum speed information in planning routes
2014-03-26 Mikko RasaSupport routing through multiple waypoints
2014-03-19 Mikko RasaImplement a departure delay for TrainRouter
2013-05-29 Mikko RasaNew routing system for trains