]> git.tdb.fi Git - r2c2.git/shortlog
r2c2.git
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 RasaAdd a signal for advancing the rear end of the train
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-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 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 RasaUse a better cost estimator for the route planner
2014-04-11 Mikko RasaFix lead route generation
2014-04-11 Mikko RasaAdd a function to check if a track chain forms a loop
2014-04-11 Mikko RasaPopulate the target variable when a timetable row is...
2014-04-11 Mikko RasaUse signal_advanced for train speed measurement and...
2014-04-11 Mikko RasaPut signal_advanced in BlockAllocator
2014-04-10 Mikko RasaUse the endpoint closest to the pointer when placing...
2014-04-10 Mikko RasaFurther fix delay handling
2014-04-10 Mikko RasaTrack trains' remaining estimate by distance, not time
2014-04-10 Mikko RasaDon't return indeterminate paths from Route::get_path
2014-04-10 Mikko RasaUse path coercion in track iterators
2014-04-10 Mikko RasaMake sure TrackOffsetIters make sense
2014-04-10 Mikko RasaMove path coercion to TrackType
2014-04-09 Mikko RasaSet speed slider range from the advertised top speed...
2014-04-09 Mikko RasaPut emergency highlights on a higher layer
2014-04-08 Mikko RasaExport properly formatted track statements from shoppin...
2014-04-08 Mikko RasaDo not tick the clock while halted
2014-04-08 Mikko RasaImplement halt in the dummy driver
2014-04-08 Mikko RasaDisplay blinking red markers on blocks where emergencie...
2014-04-08 Mikko RasaInclude block in the emergency signal
2014-04-08 Mikko RasaAlso use halt in sighandler
2014-04-06 Mikko RasaDon't set pure_speed and accurate_position when halted
2014-04-06 Mikko RasaReact to overcurrent events
2014-04-06 Mikko RasaFix handling of uncertain bits in accessories
2014-04-05 Mikko RasaDon't wait for queued accessories if power is off
2014-04-04 Mikko RasaFix an error in calculating curved TrackPart points
2014-04-04 Mikko RasaPrefer is_turnout() when checking if a track is, in...
2014-04-04 Mikko RasaCreate multiple routes if the planned route crosses...
2014-04-04 Mikko RasaAllow queueing multiple routes for a train
2014-04-04 Mikko RasaAttempt to resync ArduControl if there's no response...
2014-04-04 Mikko RasaAdd a timeout to ArduControl commands
2014-04-04 Mikko RasaRemove an unused mutex
2014-04-02 Mikko RasaStore the Transform in TrackPart instead of creating...
2014-04-02 Mikko RasaUse elevation granularity for terrain Z positions
2014-04-02 Mikko RasaInstead of setting the speed of all locomotives, just...
2014-04-02 Mikko RasaImplement flush() for ArduControl
2014-04-02 Mikko RasaLift selection wraps slightly off the ground
2014-04-02 Mikko RasaImprove tool status display
2014-04-02 Mikko RasaFix some bad behavior in tools
2014-04-02 Mikko RasaDo not attempt to switch accessories while power is off
2014-04-02 Mikko RasaImplement halt mode to ArduControl
2014-04-01 Mikko RasaUse current monitoring to detect failed turnouts
2014-04-01 Mikko RasaBasic support for failed turnout detection
2014-04-01 Mikko RasaAdd voltage and current monitoring task to ArduControl
2014-04-01 Mikko RasaKeep track of the active accessory bit index
2014-03-31 Mikko RasaArduControl debugging tweaks
2014-03-31 Mikko RasaAdd helper class for processing driver options
2014-03-30 Mikko RasaAdd a missing initializer
2014-03-30 Mikko RasaRemove some unnecessary braces and an outdated comment
2014-03-30 Mikko RasaPass goto target with the correct type
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 waypoints in Timetable
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 RasaAdjust terrain pick geometry so it's possible to pick...
2014-03-26 Mikko RasaReport the closest object when picking
2014-03-26 Mikko RasaAlso use TrackChains as target locations in Timetable
2014-03-26 Mikko RasaUpdate zone name after loading
2014-03-26 Mikko RasaUse the TrackChain base class as destination in Router
2014-03-23 Mikko RasaAdd a missing protection specifier
2014-03-23 Mikko RasaUnify TrackChain names
2014-03-23 Mikko RasaStuff created paths into the list so they can be cleare...
2014-03-22 Mikko RasaOnly create a new highlight if the target actually...
2014-03-22 Mikko RasaClear destination when setting a null route
2014-03-22 Mikko RasaNew timetable system, which works like an actual timetable
2014-03-20 Mikko RasaAdd a maximum speed property for vehicle types
2014-03-19 Mikko RasaImplement a departure delay for TrainRouter
2014-03-19 Mikko RasaSet routes created by the planner as temporary
2014-03-19 Mikko RasaGL::Light no longer has a four-argument constructor
2014-03-19 Mikko RasaSave and load clock settings
next