]> git.tdb.fi Git - r2c2.git/shortlog
r2c2.git
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
2014-03-19 Mikko RasaAdditional accessors for Clock
2014-03-19 Mikko RasaDisplay the current time in the main window
2013-11-24 Mikko RasaRender a sky in the upper hemisphere of a view's background
2013-11-24 Mikko RasaCorrect direction of roof viewpoint
2013-11-24 Mikko RasaPass catalogue reference to Object and Technique loaders
2013-11-24 Mikko RasaLayout3D::get_bounds was broken and not used anywhere...
2013-11-23 Mikko RasaRender ties between rails on tracks
2013-11-22 Mikko RasaMove track appearance properties into a separate class
2013-11-22 Mikko RasaProperly round negative elevations
2013-11-22 Mikko RasaMake BeamGate compile with older GCC versions
2013-11-22 Mikko RasaAdd a terrain object to the catalogue layout
2013-11-22 Mikko RasaProduce more compact saves of terrains
2013-11-22 Mikko RasaSave terrain position and rotation
2013-11-22 Mikko RasaImprove tile axis calculation
2013-11-22 Mikko RasaAdd property editing for terrain
2013-11-21 Mikko RasaIgnore beam gates and terrains in shoppinglist
2013-11-21 Mikko RasaSupport editing multiple terrain tiles at once
2013-11-21 Mikko RasaAutomatically adjust the secondary_axis flag when eleva...
2013-11-21 Mikko RasaEdit a single terrain node at a time if shift is held
2013-11-21 Mikko RasaMore efficient picking of terrain nodes
2013-11-21 Mikko RasaAdd editable terrain objects
2013-11-21 Mikko RasaAdd button_release handler to Tool
2013-11-21 Mikko RasaAvoid crash if an object does not have a shape
2013-11-20 Mikko RasaTweak some dialogs a bit
2013-11-20 Mikko RasaAvoid hogging the serial link with S88 read commands
2013-11-20 Mikko RasaAvoid inserting turnout address zero into routes
2013-11-20 Mikko RasaAvoid advancing to a pending block
2013-11-20 Mikko RasaDon't attempt to set a turnout to the already active...
2013-11-20 Mikko RasaFix route choices in RouterPanel
2013-11-20 Mikko RasaRecreate the icons in Blender using faces instead of...
2013-11-20 Mikko RasaDisplay icons and addresses for signals and beam gates
2013-11-20 Mikko RasaFix some uninitialized variables
2013-11-20 Mikko RasaGeneralize TrackProperties to all object types
2013-11-19 Mikko RasaMake new and erase work on objects rather than just...
2013-11-19 Mikko RasaUse any snap nodes without links as boundaries
2013-11-19 Mikko RasaAdd a missing function for the locomotive import UI
2013-11-18 Mikko RasaPopulate the import list when TrainListDialog is created
2013-11-18 Mikko RasaRemember discovered MFX locomotives across runs
2013-11-15 Mikko RasaUse a common implementation for the three different...
2013-11-15 Mikko RasaTerminate the control thread if ArduControl device...
next