]> git.tdb.fi Git - libs/gl.git/history - source/object.cpp
Recognize in and out qualifiers for function parameters
[libs/gl.git] / source / object.cpp
2018-04-25 Mikko RasaCosmetic changes and TODOs
2016-12-05 Mikko RasaRemove the Renderer-less overload of Renderable::render
2016-08-26 Mikko RasaDo not attempt to unwatch a mesh that was already removed
2014-12-27 Mikko RasaObject's lod array must be initialized in all cases
2014-12-10 Mikko RasaAllow bounding sphere hints for objects and export...
2014-12-06 Mikko RasaSupport different techniques per LoD in objects
2014-10-20 Mikko RasaDon't crash in bounding sphere generation if an object...
2014-09-26 Mikko RasaImprove bounding sphere handling in Object
2014-09-26 Mikko RasaUpdate Object's bounding sphere when mesh is loaded
2013-11-27 Mikko RasaRemove some deprecated stuff
2013-09-11 Mikko RasaAdd an interface for obtaining bounding spheres from...
2013-09-09 Mikko RasaThrow if trying to render an Object without a Technique
2013-09-09 Mikko RasaMake RenderPass easier to use
2013-04-11 Mikko RasaForce some c'tors and d'tors to be emitted in the library
2012-11-03 Mikko RasaAdd setup/finish_render hooks to Object
2012-08-30 Mikko RasaException fixes
2012-08-28 Mikko RasaTweak the shader functions in Renderer
2012-08-26 Mikko RasaPass the Renderer to ObjectInstance::get_level_of_detail
2012-08-22 Mikko RasaAdd a shortcut constructor to Object
2011-09-06 Mikko Rasamspdatafile APIs have changed slightly
2011-09-06 Mikko RasaRework exceptions
2011-09-06 Mikko RasaUpdate header names
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