]> git.tdb.fi Git - r2c2.git/history - source/libr2c2/trainrouter.h
Allow direction to be specified for routing waypoints
[r2c2.git] / source / libr2c2 / trainrouter.h
2015-02-20 Mikko RasaAllow direction to be specified for routing waypoints
2015-02-12 Mikko RasaBe more permissive when checking route continuity
2015-02-11 Mikko RasaAvoid arriving too early if there's an unexpected stop...
2015-02-11 Mikko RasaBetter sequence syncing on route change
2015-02-11 Mikko RasaApply all planned routes at once
2015-02-11 Mikko RasaUnify destination and waypoints
2015-02-05 Mikko RasaAllow an undetermined turnout at the beginning of a...
2015-02-05 Mikko RasaRestructure lead route generation
2015-02-05 Mikko RasaStore routing information in TrainRoutePlanner to avoid...
2015-02-04 Mikko RasaUnoccupy destination during planning when the train...
2014-04-15 Mikko RasaKeep routes until the train has completely left them
2014-04-15 Mikko RasaTinker with arrival logic
2014-04-15 Mikko RasaMove members after type declarations
2014-04-15 Mikko RasaRemove a function that was never used
2014-04-15 Mikko RasaKeep better track of routes
2014-04-14 Mikko RasaSimplify sequence handling
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-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...