]> git.mxchange.org Git - simgear.git/history - simgear/scene/model
Do not modify danymically generated textures.
[simgear.git] / simgear / scene / model /
2009-06-11 frohlichDo not modify danymically generated textures.
2009-06-11 frohlichProvide something more sensible for the properties...
2009-06-11 frohlichCleanup.
2009-06-11 frohlichDoing the compilers job: constant propagation.
2009-06-11 frohlichSlight cleanup.
2009-06-11 frohlichReplace SGPlacementTrans usage with osg::PositionAttitu...
2009-06-11 frohlichUse osg's builtin mechanisms to traverse only in range...
2009-06-03 frohlichInvent a property root if not given in the options...
2009-06-02 mfranzsegfault--
2009-06-02 frohlichGive the models properties as an argument to the init...
2009-05-19 frohlichImplement current osgDB::ReaderWriters supportsExtensio...
2009-05-19 frohlichAttach the ModelData to the options instead of the...
2009-05-17 Tim MooreMerge branch 'maint' into next
2009-05-16 frohlichMake SimGear compile with osg trunk
2009-04-15 frohlichPut some annotations into the loaded models names.
2009-03-30 Tim MooreMerge branch 'maint' into next
2009-03-30 frohlichMakes more sense to process the orientation in this...
2009-03-30 frohlichClean up placementtrans a bit.
2009-03-30 frohlichRemove second, identical to the first one license header.
2009-03-30 frohlichMake use of optimized matrix multiplication routines...
2009-03-30 frohlichNo longer change the material properties for ac models...
2009-03-18 frohlichAdd a reference time to the velocity stuff.
2009-03-18 frohlichImproove bounding volume building in the scenery loadin...
2009-03-18 frohlichMake sure each carrier gets its own valocity.
2009-03-11 frohlichMake local functions static.
2009-03-11 frohlichZap SGLocation.
2009-03-11 frohlichIgnore winding order since it is ignored later anyway.
2009-03-11 frohlichUse SGGeod in the model placement.
2009-03-05 frohlichCrude hack to work around my today introduced collision...
2009-03-05 fredbWin32 fix
2009-03-05 frohlichBuild boundingvolumes in the model loading phase.
2009-03-05 frohlichImplement setters for velocity notes in the model place...
2009-02-22 frohlichThe scenery center is history for a long time now.
2009-02-22 durkTorsten Dreyer: the rotate animation has two ways to...
2009-02-15 Tim MooreMerge branch 'topic/nasal' into next
2009-02-13 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-06 Tim MooreMerge branch 'topic/cloudz' into next
2009-02-04 Tim MooreMerge branch 'maint' into next
2009-01-28 Tim MooreMerge branch 'topic/yontree' into next
2009-01-28 Tim MooreMerge branch 'maint' into next
2009-01-23 Tim MooreMerge branch 'topic/modelopt' into next
2009-01-23 Tim MooreMerge branch 'topic/yontree' into next
2009-01-23 Tim MooreOptimize empty groups from .ac models
2009-01-18 Tim MooreMerge branch 'maint' into next
2009-01-15 Tim MooreMerge branch 'foo' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreRemove OptionsPusher and manipulation of osgDB dataFile...
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-13 Tim MooreMerge branch 'topic/mat-anim' into next
2009-01-13 Tim MooreMerge branch 'maint' into next
2009-01-13 Tim MooreSGMaterialAnimation: Don't install an update callback...
2009-01-13 Tim MooreSGMaterialAnimation: factor out update of osg::Material
2009-01-13 fredbCsaba/Jester : fix the material animation and display...
2008-12-26 jmtFix a potential crash when OSG is misconfigured, and...
2008-12-21 mfranz- shininess is in the rage 0..128
2008-12-12 fredbCsaba/Jester : fix a problem with tex transform animation
2008-12-12 fredbCsaba/Jester : fix a problem with material animation
2008-12-10 timooreUse Boost singleton template for our singletons
2008-10-30 timooreenable world coordinate particle fix
2008-10-18 mfranzfix regression: sgLoad3DModel_internal should not make...
2008-10-17 mfranzadd global switch for particle systems
2008-10-14 mfranzallow to modify the XML animation config of a loaded...
2008-10-10 mfranzs/multiplayer/multiplay/, as this seems to be the sligh...
2008-10-09 mfranzif a model XML file contains a <multiplayer> block...
2008-09-11 timooreKeep non-local particles in a Z-up frame that is period...
2008-09-04 ehofmanMake sure the compiler is aware that SGModelData a...
2008-08-31 fredbUse a more relevant library name
2008-08-29 timooreDon't use osgDB::SharedStateManager::share in SGLoadTex...
2008-08-11 timoorepointers in Particles object should be ref_ptr
2008-07-28 ehofmanReplace SG_USE_STD() by using std::
2008-07-27 ehofman - remove the SG_GLxxxx_H #defines, since OSG provides...
2008-07-25 ehofmanReduce compiler.h to almost nothing (but it's worth...
2008-07-12 mfranzs/getChild/getNode/ (otherwise "start/size" wouldn...
2008-07-12 mfranz- XML interface changes:
2008-06-12 timooreFrom Benoit Laniel: replace SG threading constructs...
2008-06-02 timooreOSG DatabasePager interface change in 2.5.1
2008-06-02 timooreDon't include <iostream> and "using" declarations in...
2008-05-31 fredbReport abnormal condition
2008-05-31 fredbFix a problem in loading models with paged LOD in some...
2008-05-14 timooresg: move most scenery-related code to simgear
2008-04-25 mfranzTill BUSCH:
2008-04-24 timooreFix new livery code
2008-04-23 timooreRewrite livery texture replacement to copy StateSet...
2008-04-23 mfranzTill BUSCH:
2008-04-02 fredbAllows to load submodels with path relative to current...
2008-03-22 fredbWin32 fix
2008-03-22 timooremodel paging patch from Till Busch
2008-03-02 fredbInitialize variables before using them
2008-02-16 mfranzremove getRootNode(), as this resets the model root
2008-02-15 timooreCleanup of particles contribution
2008-02-15 timooreparticles from Tiago_G
2008-01-12 fredbAvoid spitting gazillion 'Cannot find image file "...
2008-01-07 frohlichModified Files:
2007-12-31 frohlichModified Files:
2007-12-31 frohlichModified Files:
2007-12-26 frohlichModified Files:
2007-12-26 frohlichModified Files:
2007-12-26 frohlichModified Files:
2007-12-23 timoorePass ReaderWriter options to SGMaterialAnimation
2007-12-21 timooreoptimize groups from .AC file optimizer run
next