]> git.tdb.fi Git - r2c2.git/history - source/libr2c2/trainrouter.cpp
Fix critical block logic
[r2c2.git] / source / libr2c2 / trainrouter.cpp
2015-02-12 Mikko RasaFix critical block logic
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-06 Mikko RasaFurther improve lead route generation
2015-02-06 Mikko RasaImmediately process sequence points that are already...
2015-02-05 Mikko RasaImprove metrics_stale flag handling
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 RasaDon't use bool for a counter variable
2015-02-05 Mikko RasaStore routing information in TrainRoutePlanner to avoid...
2015-02-04 Mikko RasaUnoccupy destination during planning when the train...
2015-02-03 Mikko RasaMake route planning threaded
2015-02-03 Mikko RasaAvoid creating needlessly long lead routes
2015-02-03 Mikko RasaSkip routes that are completely covered by the lead...
2015-02-03 Mikko RasaUpdate routes for all involved trains when planning...
2015-02-03 Mikko RasaAvoid going past the end of route when a new one is set
2014-04-16 Mikko RasaImprove comments
2014-04-16 Mikko RasaAlways handle sequence checks in tick()
2014-04-16 Mikko RasaBegin arrival immediately if the entire route has alrea...
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 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-11 Mikko RasaDon't pick a route that doesn't know how to set the...
2014-04-11 Mikko RasaDiverge from a route early only if it's a loop
2014-04-11 Mikko RasaFix lead route generation
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 RasaEmit signal_route_changed when moving to the next route
2014-03-26 Mikko RasaInclude destination pointer in the arrival signal
2014-03-26 Mikko RasaDrop waypoints once the train has fully covered them
2014-03-26 Mikko RasaSupport routing through multiple waypoints
2014-03-26 Mikko RasaUse the TrackChain base class as destination in Router
2014-03-22 Mikko RasaClear destination when setting a null route
2014-03-19 Mikko RasaImplement a departure delay for TrainRouter
2013-11-07 Mikko RasaRename turnout/sensor_id fields in Track and Block...
2013-07-07 Mikko RasaDon't reset router to free run mode until allocator...
2013-06-25 Mikko RasaRedesign the train activation system
2013-06-09 Mikko RasaMake the simulation independent of wall clock time
2013-06-03 Mikko RasaImprove the interface and algorithms of BlockAllocator
2013-05-31 Mikko RasaSplit block allocation to a separate class
2013-05-29 Mikko RasaNew routing system for trains
2013-02-24 Mikko RasaGet rid of the TrainAI tagging system
2013-02-17 Mikko RasaOnly consider arrival when a route is set
2013-02-15 Mikko RasaSeparate train routing logic to a class derived from...