]> git.tdb.fi Git - r2c2.git/shortlog
r2c2.git
2015-02-11 Mikko RasaEliminate an unnecessary variable
2015-02-11 Mikko RasaUnify destination and waypoints
2015-02-11 Mikko RasaDo not allocate blocks while halt is in effect
2015-02-09 Mikko RasaUse a shared white material for techniques
2015-02-09 Mikko RasaInstantly set turnout paths when loading state
2015-02-09 Mikko RasaMove block reservation signal serialization to Layout
2015-02-06 Mikko RasaInitialize clock rate field with the current rate
2015-02-06 Mikko RasaInterpret turnout delay as float, not unsigned
2015-02-06 Mikko RasaCosmetic fixes
2015-02-06 Mikko RasaUse max/min for range capping
2015-02-06 Mikko RasaSync timetable to clock on first tick
2015-02-06 Mikko RasaMake sure Block::signal_reserved is emitted consistently
2015-02-06 Mikko RasaConsider block deallocation when planning routes
2015-02-06 Mikko RasaFurther improve lead route generation
2015-02-06 Mikko RasaImmediately process sequence points that are already...
2015-02-06 Mikko RasaDon't diverge from critical blocks
2015-02-05 Mikko RasaImprove metrics_stale flag handling
2015-02-05 Mikko RasaEliminate a possible race condition in thread termination
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 access waypoint and metric data if the router...
2015-02-05 Mikko RasaDon't use bool for a counter variable
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 RasaResume allocation if a train moves out of its own way
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
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
2015-02-02 Mikko RasaMake sure the shadow volume does not have zero size
2015-02-02 Mikko RasaImprove accessory switching logic
2015-02-02 Mikko RasaAdd debug output for accessory switching in ArduControl
2015-02-02 Mikko RasaAvoid invalid states when setting multi-bit accessories
2015-01-30 Mikko RasaAdd a dialog to control the clock
2015-01-29 Mikko RasaEnsure that Timetable has necessary helper AIs
2015-01-28 Mikko RasaAdapt to changes in vector slicing and composing API
2014-07-13 Mikko RasaSet lighting for the sky pass too
2014-07-13 Mikko RasaImprove lighting color computations
2014-05-08 Mikko RasaImprove graphics quality with some shaders and effects
2014-05-08 Mikko RasaGet rid of some obsolete #includes
2014-05-08 Mikko RasaAvoid segfault if an exception is thrown while loading
2014-05-07 Mikko RasaReorganize data files into a directory structure
2014-05-04 Mikko RasaBe more consistent with the use of name and description
2014-05-04 Mikko RasaRemove some unnecessary things
2014-05-04 Mikko RasaRework article numbers
2014-05-04 Mikko RasaAvoid crash in SlopeTool if nothing is selected
2014-05-04 Mikko RasaSupport multiple TrackAppearances in Catalogue
2014-05-04 Mikko RasaConvert Catalogue to a Collection
2014-05-03 Mikko RasaThings with different gauges don't go together
2014-05-03 Mikko RasaAdd a shortcut for getting the gauge of a TrackType
2014-05-03 Mikko RasaAlso store gauge in VehicleType
2014-05-03 Mikko RasaSet depth clip in View3D::view_all
2014-05-03 Mikko RasaFix a bug with attaching ends in ExtendTool
2014-05-03 Mikko RasaMove gauge to TrackAppearance
2014-05-02 Mikko RasaOverhaul SvgExporter to use SVG defs for tracks
2014-04-29 Mikko RasaUse GL::Resources and DirectorySource in Catalogue3D
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 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
next