]> git.tdb.fi Git - r2c2.git/history - source/3d
Don't crash if a train has no router
[r2c2.git] / source / 3d /
2015-04-17 Mikko RasaMake some internal colors darker to match linear color...
2015-04-17 Mikko RasaUse skylight for nicer lighting
2015-04-07 Mikko RasaOnly use postprocessors that can be supported
2015-04-06 Mikko RasaMake View3D trackable since it connects to a signal
2015-02-02 Mikko RasaMake sure the shadow volume does not have zero size
2015-01-28 Mikko RasaAdapt to changes in vector slicing and composing API
2014-07-13 Mikko RasaSet lighting for the sky pass too
2014-07-13 Mikko RasaImprove lighting color computations
2014-05-08 Mikko RasaImprove graphics quality with some shaders and effects
2014-05-08 Mikko RasaGet rid of some obsolete #includes
2014-05-07 Mikko RasaReorganize data files into a directory structure
2014-05-04 Mikko RasaRemove some unnecessary things
2014-05-04 Mikko RasaConvert Catalogue to a Collection
2014-05-03 Mikko RasaAdd a shortcut for getting the gauge of a TrackType
2014-05-03 Mikko RasaSet depth clip in View3D::view_all
2014-05-03 Mikko RasaMove gauge to TrackAppearance
2014-04-29 Mikko RasaUse GL::Resources and DirectorySource in Catalogue3D
2014-03-19 Mikko RasaGL::Light no longer has a four-argument constructor
2013-11-24 Mikko RasaRender a sky in the upper hemisphere of a view's background
2013-11-24 Mikko RasaPass catalogue reference to Object and Technique loaders
2013-11-24 Mikko RasaLayout3D::get_bounds was broken and not used anywhere...
2013-11-23 Mikko RasaRender ties between rails on tracks
2013-11-22 Mikko RasaMove track appearance properties into a separate class
2013-11-21 Mikko RasaAdd editable terrain objects
2013-11-21 Mikko RasaAvoid crash if an object does not have a shape
2013-10-20 Mikko RasaCorrect some multiple inclusion guard defines
2013-08-30 Mikko RasaUse generic ObjectTypes in Catalogue
2013-08-30 Mikko RasaUse some template magic to deduce the proper 3D type
2013-08-24 Mikko RasaView3D::create_ray should be const
2013-08-11 Mikko RasaAdd a utility class to display a TrackChain as a path
2013-08-08 Mikko RasaBetter visualization for placing a train
2013-08-02 Mikko RasaFix allocation display when a train is chasing another
2013-08-02 Mikko RasaSplit vehicle placement code to a separate class
2013-07-25 Mikko RasaStore all axles in a single array
2013-07-25 Mikko RasaCreate a common base class for Vehicle3D parts
2013-07-23 Mikko RasaRename TrackPoint to a more generic OrientedPoint
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-08 Mikko RasaAdd a non-const overload of Layout3D::get_catalogue
2013-07-07 Mikko RasaImmediately update the matrix after creating an Object3D
2013-07-06 Mikko RasaUse generic objects in Layout3D
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-28 Mikko RasaDelete auxiliary objects together with Vehicle3D
2013-06-25 Mikko RasaAngle must be divided by the correct type
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-05-13 Mikko RasaAdd a generic snapping interface in Object
2013-05-06 Mikko RasaAdd a common base class for tangible objects
2013-04-26 Mikko RasaAllow rotating the body object of a vehicle
2013-01-27 Mikko RasaAdd basic support for signals
2013-01-17 Mikko RasaMiscellaneous compilation fixes
2013-01-17 Mikko RasaMscellaneous adaptations to mspgl API changes
2013-01-17 Mikko RasaMatch changes in GL::Pipeline API
2013-01-17 Mikko RasaCollection::get now returns a reference
2013-01-17 Mikko RasaRename Track3D::get_matrix to create_matrix to avoid...
2013-01-17 Mikko RasaUse the new API for defining types in a collection
2013-01-17 Mikko RasaAdd target type to all lexical_casts
2013-01-17 Mikko RasaFix remaining exception class names
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-07 Mikko RasaAdd View3D class to bundle Layout3D with a camera and...
2011-04-04 Mikko RasaDetermine the border of tracktypes with custom object
2011-04-03 Mikko RasaMake use of GL::Renderer in Overlay3D
2011-03-16 Mikko RasaRename various get_axle functions to get_fixed_axle
2011-03-10 Mikko RasaUse raycasting instead of OpenGL selection mode to...
2011-03-08 Mikko RasaRename Point to Vector
2011-02-19 Mikko RasaFix some more copyright messages
2011-02-13 Mikko RasaUse the rotate_object flag of Bogie when rendering
2011-01-15 Mikko RasaAllow custom objects for tracks
2011-01-14 Mikko RasaEnable Renderer for Endpoint3D and Path3D
2011-01-11 Mikko RasaUpdate Track3D to use GL::Renderer
2011-01-08 Mikko RasaFix overlay text colors
2011-01-08 Mikko RasaRender tracks through GL::Objects
2010-12-15 Mikko RasaDerive Collection3D from Msp::DataFile and get GL:...
2010-12-14 Mikko RasaAdd single get_stuff methods with index to VehicleType
2010-12-11 Mikko RasaMake the axles of vehicles rotate when moving
2010-12-11 Mikko RasaUse the new scene classes
2010-12-06 Mikko RasaTexture2D::storage no longer takes border parameter
2010-11-16 Mikko RasaRename the project to R²C²
2010-11-08 Mikko RasaImplement removing vehicles from a train
2010-11-07 Mikko RasaAdd framework for generating simple meshes for vehicles
2010-11-07 Mikko RasaFix some GL function calls
2010-10-27 Mikko RasaSupport more complex article numbers
2010-10-26 Mikko RasaUse maps instead of lists in Layout3D
2010-10-25 Mikko RasaMove Endpoint inside TrackType
2010-10-22 Mikko RasaMake Route hold non-const Tracks to match Block
2010-10-10 Mikko RasaRendering improvements
2010-10-09 Mikko RasaSet correct Z coordinate to vehicle position
2010-09-16 Mikko RasaMake better use of GL::Pipeline
2010-04-23 Mikko RasaDo not render unplaced vehicles
2010-04-18 Mikko RasaPlug memory leaks
2010-04-18 Mikko RasaRender vehicles with real 3D models
2010-04-17 Mikko RasaSupport trains with multiple vehicles
2010-04-06 Mikko RasaAdd vehicles
next