]> git.mxchange.org Git - simgear.git/history - simgear/scene/model
materials.xml format update
[simgear.git] / simgear / scene / model /
2010-03-30 Tim MooreMerge branch 'zan/generate'
2010-03-30 Tim MooreMerge branch 'jmt/waypt'
2010-03-30 Tim MooreMerge branch 'timoore/clipgroup'
2010-03-30 Tim MooreMerge branch 'timoore/effects-anim-rebase'
2010-03-16 Tim MooreRemove reference to osgUtil::RegisterRenderBinProxy
2010-03-16 fredbLauri Peltonen : add the ability to generate tangent...
2010-03-09 Tim Moorepass SGReaderWriterXMLOptions to effects
2010-03-09 Tim MooreMerge branch 'zan/stencil'
2010-02-17 Tim MooreMerge branch 'curt/makefile'
2010-02-17 curtAdd a missing source file so it will be included with...
2010-02-04 Tim MooreMerge branch 'fredb/winfix'
2010-01-28 Tim MooreMerge branch 'timoore/mat-effect'
2010-01-27 Tim MooreCreate a different default effect for objects that...
2010-01-25 Tim MooreMerge branch 'ehofman/sound'
2010-01-16 Tim MooreMerge branch 'ehofman/sound'
2010-01-13 Tim MooreMerge branch 'ehofman/sound'
2010-01-11 Tim MooreMerge branch 'timoore/effects'
2009-12-20 Tim MooreMerge branch 'timoore/effects'
2009-12-20 Tim MooreMerge branch 'ehofman/sound'
2009-11-29 Tim Mooretake locks out of ModelRegistry
2009-11-16 Tim Mooredescend into Effects to find default material animation...
2009-11-15 Tim MooreWhen instantiating effects, copy user data of any creat...
2009-11-13 Tim MooreEffects in models working for transparent materials...
2009-11-13 Tim MooreEffects for models
2009-11-13 Tim Moorewip for effects in models
2009-11-13 Tim Mooreremove CopyPolicy from ModelRegistry
2009-10-26 Tim MooreMore include SGMath.hxx to keep MSVC happy
2009-09-22 Tim MooreAdd writeLocalData functions for internal scenegraph...
2009-09-17 Tim MooreMerge branch 'tat/configure' into next
2009-09-17 Tim MooreMerge branch 'topic/projection' into next
2009-09-17 Tim MooreMerge branch 'frohlich/weak' into next
2009-09-17 jmtLogging: quiet down model/image loading policy.
2009-09-17 jmtLogging: quiet the BVH building policy.
2009-09-09 John DenkerMake "repeat" start slower on pick-animation mouse...
2009-09-09 frohlichSwitch to new vector conversion functions.
2009-09-09 frohlichFix problem with ocean files not recognized as water.
2009-09-05 frohlichReturn a osg::Vec value instead of a non const reference.
2009-09-05 frohlichAvoid the non const SGVec*::osg() method.
2009-09-05 frohlichUse const refs for const data.
2009-09-02 torstenSpare one node in the scenegraph if there is no <offsets>
2009-08-25 torstensupport osgText in models. See docs/README.osgtext...
2009-08-23 torstenwarning fix: initializing members in the order they...
2009-08-23 torstenwarning fix, unused code
2009-08-23 torstenwarning fixes
2009-08-07 torstenAllow multiple <button> elements for <action> elements...
2009-07-27 fredbFix case typo
2009-07-27 fredbCompile latest SimGear under MSVC9
2009-07-16 timoorematerials use only simgear::Effect
2009-07-16 timooreOverhaul of SGExpression
2009-07-16 timoorecleanup
2009-06-25 fredbWin32 fix
2009-06-25 frohlichNo observed_ptr needed.
2009-06-25 frohlichPropagate the lanel loader through the options.
2009-06-23 frohlichMove the carrier interactive geometry configuration...
2009-06-15 frohlichFinally get rid of that member in the SGModelData callback.
2009-06-15 frohlichRevert a change from 2009/06/07.
2009-06-11 frohlichMore cleanup.
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
next