]> git.tdb.fi Git - r2c2.git/history - source/libr2c2/track.cpp
Don't crash if a train has no router
[r2c2.git] / source / libr2c2 / track.cpp
2015-04-09 Mikko RasaMinor style correction
2015-03-22 Mikko RasaGive zones a preferred running direction
2015-02-20 Mikko RasaCosmetic fixes
2015-02-09 Mikko RasaInstantly set turnout paths when loading state
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 RasaMove gauge to TrackAppearance
2014-04-08 Mikko RasaInclude block in the emergency signal
2014-04-01 Mikko RasaBasic support for failed turnout detection
2013-11-20 Mikko RasaDon't attempt to set a turnout to the already active...
2013-11-07 Mikko RasaRefer to things in the driver with abstract ids instead...
2013-11-07 Mikko RasaRename turnout/sensor_id fields in Track and Block...
2013-11-07 Mikko RasaBreak link from the target track too before re-linking
2013-10-30 Mikko RasaTurnout handling fixes
2013-10-27 Mikko RasaRemove things from the driver when no longer used
2013-08-19 Mikko RasaImprove block recreation algorithms
2013-08-15 Mikko RasaAdd a utility function to get path length from Track
2013-07-23 Mikko RasaRename TrackPoint to a more generic OrientedPoint
2013-07-08 Mikko RasaMove driver.add_sensor call where it belongs
2013-07-08 Mikko RasaAdd a function to retrieve track attachments in order
2013-07-04 Mikko RasaAdd an abstraction for things that are attached to...
2013-07-04 Mikko RasaUse event-based matrix updates for objects
2013-07-04 Mikko RasaIntroduce a tilt (vertical angle) property to Object
2013-06-25 Mikko RasaEmit a signal before changing the path of a turnout
2013-06-07 Mikko RasaEnsure that turnout tracks have a turnout id
2013-06-05 Mikko RasaReduce interface clutter in Layout by storing Objects...
2013-05-23 Mikko RasaMake use of the geometry part of libmspmath
2013-05-19 Mikko RasaDon't zero slope for tracks not connected on both ends
2013-05-19 Mikko RasaMake use of the mspmath library
2013-05-13 Mikko RasaPerform check_slope automatically with certain operations
2013-05-13 Mikko RasaAdd a generic link interface as well
2013-05-13 Mikko RasaAdd a generic snapping interface in Object
2013-05-06 Mikko RasaAdd a common base class for tangible objects
2013-02-12 Mikko RasaAdd a flag to Track to indicate that its path is changing
2013-01-26 Mikko RasaAdd functions to resolve an arbitrary point to the...
2013-01-17 Mikko RasaFix an off-by-one comparison error
2013-01-17 Mikko RasaBasicLoader is now called ObjectLoader
2013-01-17 Mikko RasaFix remaining exception class names
2013-01-08 Mikko RasaStrip Id tags and copyright notices from files
2011-03-10 Mikko RasaUse raycasting instead of OpenGL selection mode to...
2011-03-08 Mikko RasaRename Point to Vector
2011-01-14 Mikko RasaEnable Renderer for Endpoint3D and Path3D
2010-11-22 Mikko RasaMove double-address logic to drivers
2010-11-16 Mikko RasaRename the project to R²C²