]> git.mxchange.org Git - simgear.git/history - simgear/scene
Also test against bounds when updating the scene.
[simgear.git] / simgear / scene /
2009-06-11 frohlichAlso test against bounds when updating the scene.
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 frohlichRemove unused header.
2009-06-11 frohlichUse osgDB::FileUtils instead of plib file utils.
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 frohlichAvoid empty search path extensions for the case that...
2009-06-02 frohlichWhen loading stg files honour the original path if...
2009-06-02 frohlichEnable stg loading by filename.
2009-06-02 mfranzsegfault--
2009-06-02 frohlichCleanup.
2009-06-02 frohlichGive the models properties as an argument to the init...
2009-05-19 mfranzremove duplicated header entry
2009-05-19 frohlichAlso note the btg reader header in the build system.
2009-05-19 frohlichRestore the special capability of the btg reader to...
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-05-01 fredbStuart Buchanan :
2009-04-15 ehofmanRevert most of the previous patch, it didn't improve...
2009-04-15 frohlichPut some annotations into the loaded models names.
2009-04-15 frohlichRemove a newline printf, probably left over from develo...
2009-04-15 ehofmanLet the fog color transition into the sky dome to give...
2009-04-15 ehofmanFix a NaN at higher altitudes: sin_beta could become...
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 frohlichRemove unused 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 frohlichCleanup. Use already structured data instead of copying...
2009-03-18 frohlichMake sure the boundingvolumes for the btg files are...
2009-03-18 frohlichUse triangle sphere intersection directly.
2009-03-18 frohlichPreparations for improoved timing behaviour.
2009-03-18 frohlichAdd a reference time to the velocity stuff.
2009-03-18 frohlichThe chunked stuff is no longer needed for the ground...
2009-03-18 frohlichAlso align the ocean tiles with some horizontal axis.
2009-03-18 frohlichImproove bounding volume building in the scenery loadin...
2009-03-18 frohlichMake the debug geometry stuff work with a time argument.
2009-03-18 frohlichMake sure each carrier gets its own valocity.
2009-03-11 frohlichRemove unused methods.
2009-03-11 frohlichMake local functions static.
2009-03-11 frohlichRemove unused functions/includes ...
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 frohlichFirst step for something doing static friction stuff.
2009-03-05 frohlichAvoid duplicate triangles.
2009-03-05 frohlichRemove the StaticLeaf visitor slot.
2009-03-05 frohlichCrude hack to work around my today introduced collision...
2009-03-05 frohlichDon't waste space with too huge stl containers.
2009-03-05 frohlichDon't waste space with too huge stl containers.
2009-03-05 fredbWin32 fix
2009-03-05 frohlichBuild boundingvolumes in the model loading phase.
2009-03-05 fredbBVHLineSegmentVisitor::setLineSegmentEnd doesn't return...
2009-03-05 frohlichImplement setters for velocity notes in the model place...
2009-03-05 frohlichMore data to attach to the user data field.
2009-03-05 frohlichInclude the bounding volume tree on the build system.
2009-03-05 frohlichInitial commit of the bounding volume tree implementation.
2009-02-27 frohlichRotate the scenery tiles so that the horizont is axis...
2009-02-27 frohlichMake material get helper function static.
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-13 Tim MooreNew getPrimitive function.
2009-02-06 Tim MooreMerge branch 'topic/cloudz' into next
2009-02-06 Tim MooreTurn off z buffer writes for clouds.
2009-02-04 Tim MooreMerge branch 'maint' into next
2009-01-30 Tim MooreBuild trees under a transform note that is rotated...
2009-01-30 Tim MooreDon't expand all the trees into display lists.
2009-01-28 Tim MooreMerge branch 'topic/yontree' into next
2009-01-28 Tim MooreMerge branch 'maint' into next
2009-01-28 Tim MooreUse osg::Geometry code to draw trees ourselves.
2009-01-23 Tim MooreMerge branch 'topic/modelopt' into next
2009-01-23 Tim MooreMerge branch 'topic/yontree' into next
2009-01-23 Tim MooreQuadTreeBuilder: create leaves on demand
2009-01-23 Tim MooreRewrite ShaderGeometry to use display lists and OSG...
2009-01-23 Tim MooreOptimize empty groups from .ac models
2009-01-18 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreProtect against division by zero in QuadTreeBuilder
2009-01-15 Tim MooreSort cloud sprites using std::sort, based on projected Z.
2009-01-15 Tim MooreMerge branch 'foo' into next
2009-01-15 jmtCommit Benoit Laniel's patch which converts more SimGea...
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...
next