]> git.tdb.fi Git - r2c2.git/history - source/designer/designer.cpp
Improve graphics quality with some shaders and effects
[r2c2.git] / source / designer / designer.cpp
2014-05-08 Mikko RasaImprove graphics quality with some shaders and effects
2014-05-07 Mikko RasaReorganize data files into a directory structure
2014-05-04 Mikko RasaBe more consistent with the use of name and description
2014-04-04 Mikko RasaPrefer is_turnout() when checking if a track is, in...
2014-04-02 Mikko RasaImprove tool status display
2014-03-30 Mikko RasaAdd a missing initializer
2014-03-23 Mikko RasaStuff created paths into the list so they can be cleare...
2013-11-21 Mikko RasaAdd editable terrain objects
2013-11-20 Mikko RasaDisplay icons and addresses for signals and beam gates
2013-11-20 Mikko RasaGeneralize TrackProperties to all object types
2013-11-19 Mikko RasaMake new and erase work on objects rather than just...
2013-11-07 Mikko RasaRename turnout/sensor_id fields in Track and Block...
2013-08-30 Mikko RasaUse some template magic to deduce the proper 3D type
2013-08-24 Mikko RasaTurn object selection into a tool
2013-08-24 Mikko RasaClean up old clutter from Designer
2013-08-24 Mikko RasaGive tools access to the keyboard
2013-08-24 Mikko RasaRefactor Designer::use_tool so tools don't need to...
2013-08-19 Mikko RasaSplit the Manipulator class into several Tools
2013-07-20 Mikko RasaNew approach for displaying track state
2013-07-07 Mikko RasaRemove a hack that is no longer necessary
2013-07-06 Mikko RasaUse generic objects in Layout3D
2013-07-04 Mikko RasaIntroduce a tilt (vertical angle) property to Object
2013-06-09 Mikko RasaArrange widgets in Designer with GLtk::Layout
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-06 Mikko RasaMake designer work on generic objects
2013-04-25 Mikko RasaAdapt event handlers to library changes
2013-04-25 Mikko RasaRemove deprecated header
2013-01-20 Mikko RasaConvert Measure to a Renderable
2013-01-17 Mikko RasaRewrite input even handling
2013-01-17 Mikko RasaThe Root widget can now set matrices itself
2013-01-17 Mikko RasaMatch changes in GL::Pipeline API
2013-01-17 Mikko RasaDerive application classes from RegisteredApplication
2013-01-17 Mikko RasaAdd target type to all lexical_casts
2013-01-17 Mikko RasaFix remaining exception class names
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-07 Mikko RasaAdd View3D class to bundle Layout3D with a camera and...
2011-04-07 Mikko RasaMake TrackWrap take a Layout3D since it doesn't really...
2011-04-03 Mikko RasaMake use of GL::Renderer in Overlay3D
2011-03-15 Mikko RasaRemove stray includes
2011-03-10 Mikko RasaUse raycasting instead of OpenGL selection mode to...
2011-03-08 Mikko RasaRename Point to Vector
2011-01-15 Mikko RasaA couple of minor temporary fixes
2011-01-14 Mikko RasaEnable Renderer for Endpoint3D and Path3D
2010-11-23 Mikko RasaFix valgrind errors
2010-11-21 Mikko RasaAdd support for named zones
2010-11-18 Mikko RasaMore toolbar buttons
2010-11-18 Mikko RasaSplit the single large toolbar into a few smaller colla...
2010-11-16 Mikko RasaRename the project to R²C²
2010-11-12 Mikko RasaMatch the API change in GLtk
2010-11-08 Mikko RasaIgnore the click that causes manipulator to finish
2010-11-07 Mikko RasaAdd an SVG exporter to Designer
2010-11-04 Mikko RasaConnect manipulator directly to event signals
2010-11-04 Mikko RasaLoad UI resources with constructor
2010-11-01 Mikko RasaMove the fitting part of Manipulator::connect to a...
2010-10-29 Mikko RasaRewrite CameraController to make use of mouse
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-03-14 Mikko RasaReimplement path display
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-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-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