]> git.tdb.fi Git - r2c2.git/history - source/designer
Don't crash if a train has no router
[r2c2.git] / source / designer /
2010-11-04 Mikko RasaLoad UI resources with constructor
2010-11-01 Mikko RasaMove the fitting part of Manipulator::connect to a...
2010-11-01 Mikko RasaEnforce a lower limit for camera distance
2010-10-29 Mikko RasaFix some uninitialized variable warnings
2010-10-29 Mikko RasaRewrite CameraController to make use of mouse
2010-10-29 Mikko RasaMake Designer::get_layout and get_layout_3d return...
2010-10-27 Mikko RasaSupport more complex article numbers
2010-10-27 Mikko RasaAdd a feature to autofit straight runs of track
2010-10-26 Mikko RasaUse maps instead of lists in Layout3D
2010-10-26 Mikko RasaLimit Z difference when linking tracks
2010-10-26 Mikko RasaDo not show path on new tracks
2010-10-25 Mikko RasaSeparate track wrap to its own class
2010-10-25 Mikko RasaDisplay the total length of selected tracks in status bar
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-15 Mikko RasaDo not require unique names for routes
2010-10-14 Mikko RasaGenerate IDs for new turnouts
2010-10-10 Mikko RasaRendering improvements
2010-09-16 Mikko RasaMake better use of GL::Pipeline
2010-09-16 Mikko RasaCopy position and rotation when duplicating tracks
2010-04-23 Mikko RasaOnly pick once per rendered frame
2010-03-14 Mikko RasaReimplement path display
2010-03-12 Mikko RasaBugfixes
2010-03-08 Mikko RasaMajor architecture rework
2010-02-28 Mikko RasaRename Input to InputDialog to avoid the conflict with...
2010-02-26 Mikko RasaUse the Root widget for tooltips
2010-02-25 Mikko RasaFix memory leaks and other bad stuff
2010-02-25 Mikko RasaAdd an overlay to display aspects of tracks
2010-02-24 Mikko RasaUse a GL::Camera
2010-02-21 Mikko RasaAdd an internal layout to Catalogue for selecting tracks
2010-02-21 Mikko RasaUse GL::Renderables and a Pipeline for rendering
2009-12-26 Mikko RasaStore routes in a map by name rather than a set
2009-12-21 Mikko RasaCompute Z bounds for Track3D
2009-12-21 Mikko RasaUse Msp::IO::print instead of std::cout
2009-12-13 Mikko RasaChange terminology to better distinguish routes on...
2009-12-10 Mikko RasaCorrectly handle slope when snapping tracks
2009-12-10 Mikko RasaDon't leave removed tracks in routes
2009-12-09 Mikko RasaAdapt to a change in gltk
2009-05-30 Mikko RasaConvert designer to use mspgltk for UI
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-21 Mikko RasaAdd state loading and saving to engineer
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-06 Mikko RasaAdd Id tags and copyright notices to files
2008-06-01 Mikko RasaStyle fixes, including:
2008-05-30 Mikko RasaMajor code refactoring:
2007-07-15 Mikko RasaAdd Track::get_endpoint_position to avoid duplicating...
2007-07-10 Mikko RasaInitial revision