]> git.tdb.fi Git - r2c2.git/history - source/libmarklin
Store routes in a map by name rather than a set
[r2c2.git] / source / libmarklin /
2009-12-26 Mikko RasaStore routes in a map by name rather than a set
2009-12-26 Mikko RasaImprove the handling of sensor events in Train
2009-12-26 Mikko RasaCompute deterministic IDs for blocks
2009-12-22 Mikko RasaDon't advance the estimated train position outside...
2009-12-22 Mikko RasaMake further use of the traverse functions always retur...
2009-12-21 Mikko RasaUse Msp::IO::print instead of std::cout
2009-12-20 Mikko RasaChange a few functions in Train to take Block reference...
2009-12-20 Mikko RasaImprove the block reservation algorithm
2009-12-20 Mikko RasaConsider failed track or block traversal a fatal error
2009-12-18 Mikko RasaSimulate commands if no serial device is set to make...
2009-12-18 Mikko RasaTake z coordinate into account when computing points...
2009-12-17 Mikko RasaInitialize Train::route to 0
2009-12-16 Mikko RasaOnly signal turnout path change when the command is...
2009-12-16 Mikko RasaReformat the block reservation loop
2009-12-13 Mikko RasaExport routes over network
2009-12-13 Mikko RasaSupport dual-address locomotives with extra functions...
2009-12-13 Mikko RasaSupport setting routes for trains
2009-12-13 Mikko RasaPrevent a crash if a layout file contains empty routes
2009-12-13 Mikko RasaChange terminology to better distinguish routes on...
2009-12-13 Mikko RasaFix valgrind warnings
2009-12-13 Mikko RasaHandle position estimate when reversing the direction...
2009-12-13 Mikko RasaKeep track of real speed separately for each speed...
2009-12-12 Mikko RasaBlock reservation fixes
2009-12-10 Mikko RasaAdd networking library and a remote control program
2009-12-10 Mikko RasaCorrectly handle slope when snapping tracks
2009-12-10 Mikko RasaDon't leave removed tracks in routes
2009-05-30 Mikko RasaConvert designer to use mspgltk for UI
2009-05-23 Mikko RasaAdd graphics for toggle widget
2009-05-23 Mikko RasaCode reformatting: add spaces around assignment operators
2009-05-23 Mikko RasaCode reformatting:
2009-05-23 Mikko RasaReplace one more stray load function with DataFile...
2009-05-22 Mikko RasaAllow intercepting and denying turnout route and locomo...
2009-05-21 Mikko RasaAdd state loading and saving to engineer
2009-05-21 Mikko RasaAttempt to estimate the exact positions of trains from...
2009-05-19 Mikko RasaAllow setting sensor ID for multiple tracks at once
2009-05-17 Mikko RasaSupport using a mesh as a background
2009-03-17 Mikko RasaConvert designer to use mspgbase instead of sdl
2008-06-09 Mikko RasaRewrite command/reply system
2008-06-06 Mikko RasaAdd Id tags and copyright notices to files
2008-06-05 Mikko RasaTrack power status
2008-06-04 Mikko RasaAdd locomotive types
2008-06-02 Mikko RasaMeasure and display train speeds
2008-06-01 Mikko RasaAdd train status display
2008-06-01 Mikko RasaStyle fixes, including:
2008-05-31 Mikko RasaConvert engineer to use mspgbase instead of SDL
2008-05-30 Mikko RasaMajor code refactoring:
2007-07-15 Mikko RasaAdd Track::get_endpoint_position to avoid duplicating...
2007-07-15 Mikko RasaRename Section to Block for a closer match with real...
2007-07-10 Mikko RasaInitial revision