]> git.tdb.fi Git - r2c2.git/history - source/libmarklin/route.cpp
Make LCD output selectable at runtime through an extra I/O pin
[r2c2.git] / source / libmarklin / route.cpp
2010-11-12 Mikko RasaFix and improve Route::check_validity
2010-11-04 Mikko RasaAdd some shortcut functions for getting endpoints
2010-10-29 Mikko RasaAdd Route::get_path to streamline route traversal
2010-10-29 Mikko RasaMake the pathfinder use TrackIter
2010-10-27 Mikko RasaReturn null from Route::find if a route can't be found
2010-10-25 Mikko RasaMove Endpoint inside TrackType
2010-10-25 Mikko RasaAdd TrackIter and BlockIter classes
2010-10-22 Mikko RasaAdd Block::has_track and Route::has_track methods
2010-10-22 Mikko RasaMake Route hold non-const Tracks to match Block
2010-10-19 Mikko RasaAdd a variant of Route::find that takes a set of tracks
2010-10-15 Mikko RasaDo not require unique names for routes
2010-10-14 Mikko RasaGenerate IDs for new turnouts
2010-04-23 Mikko RasaMark generated routes as temporary and don't show or...
2010-04-14 Mikko RasaFix pathfinder to not block itself in some situations
2010-03-23 Mikko RasaIf a train is not on the specified route, find a route...
2010-03-20 Mikko RasaAdd a pathfinder function to Route
2010-03-08 Mikko RasaMajor architecture rework
2010-01-27 Mikko RasaFix some problems with loading routes
2009-12-13 Mikko RasaChange terminology to better distinguish routes on...
2009-12-10 Mikko RasaDon't leave removed tracks in routes
2009-05-30 Mikko RasaConvert designer to use mspgltk for UI
2008-06-06 Mikko RasaAdd Id tags and copyright notices to files
2007-07-10 Mikko RasaInitial revision