]> git.mxchange.org Git - flightgear.git/history - src/Scenery/tilemgr.cxx
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / Scenery / tilemgr.cxx
2009-03-18 frohlichPort over remaining Point3D usage to the more type...
2009-03-18 frohlichImproove FGTileMgr::scenery_available for small ranges.
2009-03-11 frohlichAvoid SGLocation usage.
2009-03-11 frohlichRemove SGLocation based api.
2009-03-11 frohlichAdd scenery functions working on SGGeod in place of...
2009-02-15 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-13 Tim MooreMerge branch 'maint' into next
2009-02-13 Tim Mooremerging in topic/makej
2009-02-13 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-06 Tim MooreMerge branch 'topic/tape' into next
2009-02-06 Tim MooreMerge branch 'topic/multiplayer' into next
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-01-26 Tim MooreMerge branch 'maint' into next
2009-01-19 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' (early part) into next
2009-01-15 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-09 Tim MooreMerge branch 'maint' into next
2009-01-08 Tim MooreMerge branch 'maint' into next
2009-01-07 Tim MooreMerge branch 'maint2' into next
2009-01-07 Tim MooreMerge branch 'rj/ttw' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'tbm/graphics-bug' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2008-12-26 jmtKill off many Point3D includes, and a couple of uses...
2008-11-25 timooremsg
2008-11-18 timooreCleanup of camera code in preperation for shadows
2008-06-02 timooreChanges for new DatabasePager interface in OSG 2.5.1
2008-05-14 timoorefg: move most scenery-related code to simgear
2008-03-22 timooremodel paging patch from Till Busch
2007-12-14 timooreschedule tiles in Inited state if we get a valid bucket
2007-12-14 timooreUse the OSG DatabasePager instead of FGTileLoader
2007-11-29 timooreMove to loading tiles and their submodels only by name.
2007-06-24 mfranzdegrade "Warning: catching up on tile delete queue...
2007-05-09 frohlichModified Files:
2007-05-08 frohlichModified Files:
2006-10-29 frohlichModified Files:
2006-08-19 mfranzas the "Attempting to schedule tiles for bogus lon...
2006-06-15 frohlichDon't bail out for lon == 180 or lat == 90
2006-03-20 frohlichRemove unused variable
2006-03-09 mfranzNasalSys.[ch]xx:
2006-02-21 mfranznew FSF address
2005-12-11 ehofmanVassilii Khachaturov:
2005-11-22 curtA long, long time ago, a bug was inadvertently introduc...
2005-10-26 ehofmanAlex Romosan:
2005-09-05 ehofmanMathias Fröhölöiööhlich:
2005-08-14 ehofmanMathias Fröhlich:
2005-06-26 ehofmanHarald JOHNSEN:
2005-05-22 mfranzThe "catching up on tile delete queue" doesn't justify...
2005-04-29 ehofmanMathias:
2004-11-22 ehofmanMathias Fröhlich:
2004-11-19 curtFix my mailing address by replacing it with my web...
2004-09-15 curtMake a subtle change to tile loading/unloading policy...
2004-07-22 ehofmanJim Wilson: This patch prevents FDM execution until...
2004-06-13 ehofmanMelchior FRANZ:
2004-04-30 andyChanges to get FlightGear (well, the src directory...
2004-04-02 ehofmanPlib is willing callbacks to return 0, 1 or 2 and not...
2004-04-02 ehofmanFrederic Bouvier:
2004-03-20 ehofmanFrederic Bouvier:
2004-03-18 curtVarious preparations for the next release.
2004-01-26 curtFix a type ...
2004-01-11 curtFix a small mistake in the scene graph arrangement...
2003-12-30 curtAdd a small optimization to reduce the amount of vasi...
2003-12-30 curtFirst stab at correct vasi/papi coloring. This is...
2003-11-24 davidOops -- checked in last version with a small typo.
2003-11-24 davidUse proper logging facility, and lower the priority...
2003-11-21 curtTweaks and massages to the ground intersection code...
2003-11-21 curtWith this patch, you can fly under bridges, then turn...
2003-09-24 curtSort VASI lights into their own tree so we can control...
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-09-13 ehofmanFrederic Bouvier:
2003-08-28 curtPut the id of the tile we are flying over into the...
2003-08-18 ehofmanAdd a comment on how to enable an alternative HOT algor...
2003-05-28 curtMove low level "tg" object loader code over to SimGear.
2003-05-15 curtChanges to track updates to SimGear.
2003-05-13 curtCosmetic changes for new code moved into simgear to...
2003-05-09 curtMoved src/Model/loader.[ch]xx and src/Model/model....
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-03-21 curtMake error message slightly more informative.
2003-02-11 curtAnother tilemgr fix from Jim W.
2003-02-10 curtFix a bug in tile manager updating when switching from...
2002-12-10 curt- Some refactoring of the configure.ac script.
2002-12-07 curtWhite space cleanups.
2002-12-06 curt- Change the global_tile_mgr to a globals->get_tile_mgr...
2002-11-30 curtA small amount of additional massaging of tile manager...
2002-11-30 curtMassaging the FGTileMgr->update() interface towards...
2002-11-30 curtSplit out tile load/free queue processing into a separa...
2002-11-28 curtMake tile_mgr->prep_ssg_nodes() use an FGLocation object.
2002-11-01 curtPut taxiway lights in their own scene graph so we can...
2002-10-17 curtFix a bug in ground elevation measuring for the first...
2002-10-06 curtBegin work on rendering runway lights using environment...
2002-09-23 curtBernie Bright:
2002-08-07 davidRemoved the FG3DModel class and replaced it with fgLoad...
2002-08-01 curtFix tile cache resizing bug (which could lead to thrash...
2002-07-29 curtVarious tweaks, enhancements, and optimizations surroun...
next