]> git.tdb.fi Git - r2c2.git/history - source/designer/manipulator.cpp
Don't crash if a train has no router
[r2c2.git] / source / designer / manipulator.cpp
2013-08-24 Mikko RasaGive tools access to the keyboard
2013-08-24 Mikko RasaMove common accept/cancel handling to the Tool class
2013-08-19 Mikko RasaSplit the Manipulator class into several Tools
2013-07-04 Mikko RasaIntroduce a tilt (vertical angle) property to Object
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 RasaMake use of the mspmath library
2013-05-13 Mikko RasaUse Objects in Manipulator::neighbors
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 RasaMake designer work on generic objects
2013-04-25 Mikko RasaAdapt event handlers to library changes
2013-01-20 Mikko RasaFix elevation mode in Manipulator
2013-01-17 Mikko RasaRewrite input even handling
2013-01-17 Mikko RasaReplace various map lookups with functions from maputils.h
2013-01-17 Mikko RasaUpdate #includes that have been renamed, and remove...
2013-01-08 Mikko RasaStrip Id tags and copyright notices from files
2011-04-02 Mikko RasaDisplay composition during extend
2011-03-08 Mikko RasaRename Point to Vector
2010-12-14 Mikko RasaReverse pointer y coordinate in manipulator
2010-11-18 Mikko RasaMore toolbar buttons
2010-11-16 Mikko RasaRename the project to R²C²
2010-11-05 Mikko RasaMake snap limit relative to gauge
2010-11-04 Mikko RasaConnect manipulator directly to event signals
2010-11-01 Mikko RasaMove the fitting part of Manipulator::connect to a...
2010-10-29 Mikko RasaFix some uninitialized variable warnings
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 RasaLimit Z difference when linking tracks
2010-10-25 Mikko RasaSeparate track wrap to its own class
2010-09-16 Mikko RasaCopy position and rotation when duplicating tracks
2010-03-08 Mikko RasaMajor architecture rework
2010-02-21 Mikko RasaAdd an internal layout to Catalogue for selecting tracks
2009-12-21 Mikko RasaCompute Z bounds for Track3D
2009-12-21 Mikko RasaUse Msp::IO::print instead of std::cout
2009-05-23 Mikko RasaCode reformatting: add spaces around assignment operators
2009-05-17 Mikko RasaSupport using a mesh as a background
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-10 Mikko RasaInitial revision