]> git.tdb.fi Git - r2c2.git/history - source/libr2c2/trainrouteplanner.h
Move duplicated successor step creation code to a function
[r2c2.git] / source / libr2c2 / trainrouteplanner.h
2015-02-20 Mikko RasaMove duplicated successor step creation code to a function
2015-02-20 Mikko RasaAllow direction to be specified for routing waypoints
2015-02-13 Mikko RasaAbort route planning if it takes too long
2015-02-12 Mikko RasaDon't allow trains to become blocked in critical blocks
2015-02-11 Mikko RasaUnify destination and waypoints
2015-02-06 Mikko RasaCosmetic fixes
2015-02-06 Mikko RasaDon't diverge from critical blocks
2015-02-05 Mikko RasaPenalize steps other than the fastest one
2015-02-05 Mikko RasaStore routing information in TrainRoutePlanner to avoid...
2015-02-04 Mikko RasaUnoccupy destination during planning when the train...
2015-02-04 Mikko RasaEliminate the one step delay in adding tracks to routes
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