]> git.tdb.fi Git - r2c2.git/history - source/3d/layout.cpp
Use skylight for nicer lighting
[r2c2.git] / source / 3d / layout.cpp
2015-04-17 Mikko RasaUse skylight for nicer lighting
2015-01-28 Mikko RasaAdapt to changes in vector slicing and composing API
2014-07-13 Mikko RasaImprove lighting color computations
2014-05-08 Mikko RasaImprove graphics quality with some shaders and effects
2014-03-19 Mikko RasaGL::Light no longer has a four-argument constructor
2013-11-24 Mikko RasaLayout3D::get_bounds was broken and not used anywhere...
2013-11-21 Mikko RasaAdd editable terrain objects
2013-11-21 Mikko RasaAvoid crash if an object does not have a shape
2013-08-30 Mikko RasaUse some template magic to deduce the proper 3D type
2013-07-21 Mikko RasaMake use of View3D in engineer
2013-07-20 Mikko RasaNew approach for displaying track state
2013-07-08 Mikko RasaBasic support for beam gate sensors
2013-07-06 Mikko RasaUse generic objects in Layout3D
2013-06-05 Mikko RasaReduce interface clutter in Layout by storing Objects...
2013-05-25 Mikko RasaPlug several memory leaks
2013-05-25 Mikko RasaRegister pre-existing signals in Layout3D constructor
2013-05-23 Mikko RasaMake use of the geometry part of libmspmath
2013-05-19 Mikko RasaMake use of the mspmath library
2013-01-27 Mikko RasaAdd basic support for signals
2013-01-17 Mikko RasaReplace various map lookups with functions from maputils.h
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-03-10 Mikko RasaUse raycasting instead of OpenGL selection mode to...
2010-11-16 Mikko RasaRename the project to R²C²
2010-11-08 Mikko RasaImplement removing vehicles from a train
2010-10-26 Mikko RasaUse maps instead of lists in Layout3D
2010-10-22 Mikko RasaMake Route hold non-const Tracks to match Block
2010-04-06 Mikko RasaAdd vehicles
2010-03-08 Mikko RasaMajor architecture rework
2010-03-03 Mikko RasaEmit various signals from Train when it's loaded
2010-03-01 Mikko RasaAdd accessors adding things to a Catalogue from the...
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
2010-02-19 Mikko RasaSplit mesh generation from Track3D to TrackType3D
2009-12-21 Mikko RasaUse Msp::IO::print instead of std::cout
2009-05-23 Mikko RasaCode reformatting: add spaces around assignment operators
2008-06-09 Mikko RasaRewrite command/reply system
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