]> git.tdb.fi Git - r2c2.git/history - source/libr2c2/trainrouteplanner.cpp
Fix critical block logic
[r2c2.git] / source / libr2c2 / trainrouteplanner.cpp
2015-02-12 Mikko RasaFix critical block logic
2015-02-12 Mikko RasaDon't allow trains to become blocked in critical blocks
2015-02-11 Mikko RasaEliminate an unnecessary variable
2015-02-11 Mikko RasaUnify destination and waypoints
2015-02-06 Mikko RasaConsider block deallocation when planning routes
2015-02-06 Mikko RasaDon't diverge from critical blocks
2015-02-05 Mikko RasaEliminate a possible race condition in thread termination
2015-02-05 Mikko RasaDon't access waypoint and metric data if the router...
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-13 Mikko RasaRefactor TrainRoutePlanner so that the same object...
2014-04-12 Mikko RasaAvoid creating looping routes
2014-04-12 Mikko RasaReplace waits with a more robust sequencing system
2014-04-12 Mikko RasaUse set_route for the first route
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 RasaCheck that occupied_track is not null before accessing it
2014-03-30 Mikko RasaRename is_occupied to is_occupying
2014-03-30 Mikko RasaMake deadlock detection more robust
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 RasaSkip arrived trains when updating states in the route...
2014-03-29 Mikko RasaUtilize maximum speed information in planning routes
2014-03-29 Mikko RasaAssign delay in TrainRoutingState copy-constructor
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
2014-03-19 Mikko RasaSet routes created by the planner as temporary
2013-08-02 Mikko RasaSplit vehicle placement code to a separate class
2013-07-22 Mikko RasaCreate another track iterator class that holds an offse...
2013-06-01 Mikko RasaSimplify some interfaces by using track and block iterators
2013-05-29 Mikko RasaNew routing system for trains