]> git.mxchange.org Git - simgear.git/history - simgear/scene/model/ModelRegistry.cxx
Add preliminary spot light animation
[simgear.git] / simgear / scene / model / ModelRegistry.cxx
2012-03-04 Mathias FroehlichReplace osgDB::ReaderWriter::Options to osgDB::Options.
2012-01-19 Mathias FroehlichImprove the compressed texture message.
2012-01-15 Mathias FroehlichUse the original filename for the compressed image...
2012-01-12 Mathias FroehlichDo not disable the portability warnings on mac/win.
2012-01-11 James Turner#ifdefs for option GL texture compression constants...
2012-01-11 Mathias FroehlichLog images containing data depending on an extension.
2011-11-20 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-11-13 Mathias FroehlichConsolidate the different ReaderWriterOptions classes.
2010-08-13 Tim Mooreforce static models to have effects too
2010-07-29 James TurnerUse a custom 'findDataFile' method in key places, and...
2010-01-25 Tim MooreMerge branch 'ehofman/sound'
2010-01-16 Tim MooreMerge branch 'ehofman/sound'
2010-01-13 Tim MooreMerge branch 'ehofman/sound'
2009-12-20 Tim MooreMerge branch 'timoore/effects'
2009-11-29 Tim Mooretake locks out of ModelRegistry
2009-11-13 Tim Moorewip for effects in models
2009-11-13 Tim Mooreremove CopyPolicy from ModelRegistry
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-08-23 torstenwarning fixes
2009-06-25 frohlichNo observed_ptr needed.
2009-06-11 frohlichDo not modify danymically generated textures.
2009-05-17 Tim MooreMerge branch 'maint' into next
2009-03-30 Tim MooreMerge branch 'maint' into next
2009-03-30 frohlichNo longer change the material properties for ac models...
2009-03-18 frohlichImproove bounding volume building in the scenery loadin...
2009-03-18 frohlichMake sure each carrier gets its own valocity.
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-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 MooreOptimize empty groups from .ac models
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreRemove OptionsPusher and manipulation of osgDB dataFile...
2008-12-26 jmtFix a potential crash when OSG is misconfigured, and...
2008-12-10 timooreUse Boost singleton template for our singletons
2008-06-12 timooreFrom Benoit Laniel: replace SG threading constructs...
2008-05-14 timooresg: move most scenery-related code to simgear
2008-04-24 timooreFix new livery code
2008-04-23 timooreRewrite livery texture replacement to copy StateSet...
2008-01-12 fredbAvoid spitting gazillion 'Cannot find image file "...
2007-12-21 timooreoptimize groups from .AC file optimizer run
2007-12-11 timooreminor fix to ModelRegistry and syntax changes for Windows
2007-12-10 timooreCheck for null options before changing path in registry
2007-12-09 timooreWork around osg Registry path list problems
2007-12-04 timooreDon't modify OSG Registry with file path
2007-11-29 timoorerewrite ModelRegistry callbacks as a template with...
2007-11-29 timooreMove SGReadFileCallback from model.cxx to public class...