]> git.tdb.fi Git - libs/gl.git/history - source/object.cpp
Drop Id tags and copyright notices from files
[libs/gl.git] / source / object.cpp
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-04-04 Mikko RasaAdd a method to get the mesh of an Object
2011-01-10 Mikko RasaRename some Loader methods to avoid having to static_ca...
2011-01-10 Mikko RasaAdd a rendering supervisor class
2010-11-07 Mikko RasaUse RefPtrs in Object
2010-06-08 Mikko RasaRework Bind and enable it to restore the old binding
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-23 Mikko RasaSupport collectionless loading of Technique and RenderPass
2010-02-20 Mikko RasaCorrect some #includes
2010-02-12 Mikko RasaAllow copying of Uniforms and ProgramData
2010-02-04 Mikko RasaInherit Loaders from the ObjectLoader classes
2010-02-04 Mikko RasaDrop Renderable::has_pass; renderables are now expected...
2009-12-04 Mikko RasaFix compilation on 64-bit platforms
2009-08-03 Mikko RasaProperly handle the case where an object doesn't have...
2008-10-04 Mikko RasaAdd class Technique to share passes between Objects
2008-09-24 Mikko RasaObject model for Material and TexEnv
2008-09-03 Mikko RasaRequire mspgbase now that Image was moved there
2008-03-24 Mikko RasaSupport specifying elements in PrimitiveBuilder
2008-03-06 Mikko RasaSeparate main and shader textures in Object
2007-11-09 Mikko RasaSupport for loading materials from datafiles
2007-11-04 Mikko RasaAdd a Tag class to identify passes
2007-11-04 Mikko RasaAdd class Renderable
2007-11-02 Mikko RasaAdapt to DataFile changes
2007-11-02 Mikko RasaUse DevIL for loading images
2007-10-26 Mikko RasaAdd Uniform* classes to store uniform data of Programs