]> git.tdb.fi Git - r2c2.git/history - source/3d/catalogue.cpp
Improve graphics quality with some shaders and effects
[r2c2.git] / source / 3d / catalogue.cpp
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 RasaConvert Catalogue to a Collection
2014-05-03 Mikko RasaMove gauge to TrackAppearance
2014-04-29 Mikko RasaUse GL::Resources and DirectorySource in Catalogue3D
2013-11-24 Mikko RasaPass catalogue reference to Object and Technique loaders
2013-11-22 Mikko RasaMove track appearance properties into a separate class
2013-08-30 Mikko RasaUse generic ObjectTypes in Catalogue
2013-01-27 Mikko RasaAdd basic support for signals
2013-01-17 Mikko RasaUse the new API for defining types in a collection
2013-01-17 Mikko RasaFix remaining exception class names
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-03-08 Mikko RasaRename Point to Vector
2011-02-19 Mikko RasaFix some more copyright messages
2011-01-08 Mikko RasaRender tracks through GL::Objects
2010-12-15 Mikko RasaDerive Collection3D from Msp::DataFile and get GL:...
2010-11-16 Mikko RasaRename the project to R²C²
2010-10-27 Mikko RasaSupport more complex article numbers
2010-04-18 Mikko RasaPlug memory leaks
2010-04-17 Mikko RasaSupport trains with multiple vehicles
2010-04-06 Mikko RasaAdd vehicles
2010-03-01 Mikko RasaAdd accessors adding things to a Catalogue from the...
2010-02-25 Mikko RasaFix memory leaks and other bad stuff
2010-02-21 Mikko RasaUse GL::Renderables and a Pipeline for rendering
2010-02-19 Mikko RasaSplit mesh generation from Track3D to TrackType3D