]> git.mxchange.org Git - simgear.git/history - simgear/scene
fix a typo
[simgear.git] / simgear / scene /
2009-09-18 Tim Moorecheck for null effect in EffectCullVisitor
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 STG parsing.
2009-09-17 jmtLogging: quiet down model/image loading policy.
2009-09-17 jmtLogging: quiet the BVH building policy.
2009-09-17 jmtLogging: quiet material loading.
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 frohlichRemove unused member.
2009-09-05 frohlichShould be now more easy to make use of SGMath without...
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 timooreChange trees code to use a faster OpenGL path
2009-08-25 torstensupport osgText in models. See docs/README.osgtext...
2009-08-23 torstenDon't load materials without a name
2009-08-23 ehofmanprevent division by zero
2009-08-23 torstenwarning fix: initializing members in the order they...
2009-08-23 torstenwarning fixes
2009-08-23 torstenwarning fix: abort program and spit out a message if...
2009-08-23 torstenwarning fix: unused variable
2009-08-23 torstenwarning fix, unused code
2009-08-23 torstendon't use uninitialized variables
2009-08-23 torstenwarning fixes
2009-08-23 torstenwarning fixes
2009-08-23 torstenwarning fixes
2009-08-23 ehofmanExpose the color of the sun (which is not the scene...
2009-08-23 ehofmanDifferentiate between sun color (based in visibility...
2009-08-09 torsten Stuart Buchanan: I've been working on a small patch...
2009-08-09 fredbCompile under MSVC9
2009-08-09 timooreNew effects from Till Busch: crops, water, landmass
2009-08-07 torstenAllow multiple <button> elements for <action> elements...
2009-07-27 fredbFix case typo
2009-07-27 fredbSuppress warnings
2009-07-27 fredbCompile latest SimGear under MSVC9
2009-07-19 Tim MooreMove definition of SGRawBase<...>::printOn out of simge...
2009-07-18 Tim MooreAdd missing return statements
2009-07-17 Tim MooreStore material data with Effect
2009-07-17 Tim MooreChange references to property types
2009-07-16 Tim MooreUse SGAtomic's compareAndExchange instead of a new...
2009-07-16 Tim Mooreinclude file change to make simgear work with OSG 2...
2009-07-16 Tim MooreFix effects code to work with OSG 2.8.2-rc4
2009-07-16 Tim MooreUse std::back_inserter instead of my local hack
2009-07-16 timooreFixes for technique predicates
2009-07-16 timooremore effects features
2009-07-16 timooreConstruct effects from property lists
2009-07-16 timoorematerials use only simgear::Effect
2009-07-16 timooreUse Effect to implement point lights
2009-07-16 timooreUse SGExpressions for evaluating a Technique's validity
2009-07-16 timooreOverhaul of SGExpression
2009-07-16 timooreWork in progress for Technique validation
2009-07-16 timooreUse Effects in materials library, and therefore in...
2009-07-16 timooreEffects framework
2009-07-16 timooreBlow away unused SGMaterialLib::add_item functions
2009-07-16 timoorecleanup
2009-07-02 frohlichRemove unneeded explicit scenegraph deletion.
2009-07-02 fredbSuppress warnings
2009-07-02 fredbWin32 fix
2009-06-25 fredbWin32 fix
2009-06-25 frohlichNo observed_ptr needed.
2009-06-25 frohlichRemove unused headers.
2009-06-25 frohlichPropagate the lanel loader through the options.
2009-06-23 frohlichMove the carrier interactive geometry configuration...
2009-06-15 fredbRemove unused variable
2009-06-15 frohlichFinally get rid of that member in the SGModelData callback.
2009-06-15 frohlichMark static transforms as static.
2009-06-15 frohlichRevert a change from 2009/06/07.
2009-06-11 frohlichAlso handle PagedLOD nodes frame count in the update...
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.
next