]> git.mxchange.org Git - flightgear.git/history - src/Scenery/tileentry.cxx
Modified Files:
[flightgear.git] / src / Scenery / tileentry.cxx
2007-05-05 frohlichModified Files:
2006-12-27 frohlichModified Files:
2006-10-29 frohlichModified Files:
2006-04-14 mfranzrename OBJECT_TAXI_SIGN to OBJECT_SIGN. This isn't...
2006-03-09 mfranzNasalSys.[ch]xx:
2006-02-21 mfranznew FSF address
2006-02-08 ehofmanMathias Fröhlich:
2005-12-03 mfranzglobals.cxx -- FGGlobals::set_fg_scenery():
2005-12-02 mfranzFGTileEntry::load(): store objects in a vector, then...
2005-10-14 ehofmanMathias Fröhlich:
2005-08-14 ehofmanMathias Fröhlich:
2005-05-30 ehofmanMathias Fröhlich:
2005-04-29 ehofmanMathias:
2004-12-08 ehofmanMelchior FRANZ:
2004-11-19 curtFix my mailing address by replacing it with my web...
2004-10-17 ehofmanFrederic Bouvier:
2004-10-10 ehofmanPLIB_VERSION is localted in plib/ul.h
2004-10-10 ehofmanCheck for the plib version when using display lists...
2004-10-10 ehofmanFrederic: Add display list support without changing...
2004-09-15 curtMake a subtle change to tile loading/unloading policy...
2004-06-08 ehofmanMelchior FRANZ:
2004-04-02 ehofmanFrederic Bouvier:
2003-12-30 curtAdd a small optimization to reduce the amount of vasi...
2003-12-30 curtSmarter vasi/papi coloring.
2003-12-30 curtFirst stab at correct vasi/papi coloring. This is...
2003-11-24 davidUse proper logging facility, and lower the priority...
2003-10-01 davidModified so that a multiple-element FG_SCENERY path...
2003-09-24 curtSort VASI lights into their own tree so we can control...
2003-09-20 ehofmanConvert fgLIGHT to FGLight and make it FGSubsystem...
2003-09-13 ehofmanFrederic Bouvier:
2003-08-29 ehofmanUse the glPointParameter function pointer rather than...
2003-08-29 ehofmanRemove a possible glut dependency and do some code...
2003-08-08 curtAdd support for specifying a ";" delimited list of...
2003-05-28 curtMove low level "tg" object loader code over to SimGear.
2003-05-14 curtBreak a few more dependencies ... working towards being...
2003-05-14 curtDid some renaming of new simgear code.
2003-05-14 curtMoved some of the low level scene graph construction...
2003-05-14 curtCreate an instance of SGMaterialLib in the "globals...
2003-05-13 curtCosmetic changes for new code moved into simgear to...
2003-05-12 curtMoved fgfs_src/Object/newmat.[ch]xx and fgfs_src/Object...
2003-05-08 curtClean up various dead, depricated, or otherwise unused...
2003-05-06 curtRemoved support of old Ascii scenery format. The loade...
2002-11-04 davidPatch from Jim Wilson:
2002-11-01 curtPut taxiway lights in their own scene graph so we can...
2002-10-30 curtFix a couple oversights in the runway light lifting...
2002-10-30 curtRemove distance component from runway lifting function...
2002-10-29 curtAndy Ross:
2002-10-24 curtRemoved some left over debugging output.
2002-10-24 curtFix a subtle bug in the partial ssg tree deleter which...
2002-10-22 curtUpdates to how we structure runway lighting in the...
2002-10-09 curtFix a potential crash with William Riley's scenery...
2002-10-09 curtBegin work on improving runway lighting infrastructure.
2002-10-06 curtBegin work on rendering runway lights using environment...
2002-09-23 davidRemoved tabs.
2002-09-22 davidAdded OBJECT_SHARED, which is identical to OBJECT_STATI...
2002-08-07 curt* Cleaned up some loose ends with free tiles that are...
2002-08-06 curtTemporarily fix a crash and correctly free memory until...
2002-08-06 curtWorking on hunting down a really awful memory leak...
2002-07-29 curtVarious tweaks, enhancements, and optimizations surroun...
2002-07-26 curtModified the partial ssg tree deletion algorithm so...
2002-07-25 curtRestructure the way tile freeing is handled. When...
2002-06-28 davidPatch from Julian Foad:
2002-05-17 curtFrom: "Jim Wilson" <jimw@kelcomaine.com>
2002-05-14 curtMoved "scenery" from being declaried in scenery.cxx...
2002-05-10 davidMac OS X fixes and MSVC warning fixes from Jonathan...
2002-04-16 curtFixed a recently introduced bug which cause the ground...
2002-04-07 davidPatches from Norm Vine to improve framerate and add...
2002-03-11 curtRemoved some extra debugging output that wasn't suppose...
2002-03-11 curtOops, make sure we are generating an ocean tile if...
2002-03-04 curtFurther modifications and restructuring of the scenery...
2002-03-03 curtFurther restructuring of the scenery loading code.
2002-03-03 curtUpdates to the scenery loading infrastructure to make...
2002-03-01 curtSetting up some more ground work for lighting.
2002-02-19 curtMinor, miscellaneous stuff ...
2002-02-12 curtConverted a cout to SG_LOG()
2002-02-11 curtBetter support for an alternate calendar time (i.e...
2002-01-20 curt#ifdef out some test code.
2002-01-20 curtRestructured the 'freeze' property a bit. We now have
2001-10-28 curtThis set of changes touches a *lot* of files. The...
2001-10-24 curtVarious MSVC patches.
2001-09-19 curtInitial supporting code for runway lighting (not yet...
2001-07-22 curtMove FGControls declaration to globals.hxx
2001-07-12 curtBegin stubbing in some wrapper code in preparation...
2001-07-08 curtFix a bug with old-style binary scenery compatibilty...
2001-06-22 curtUpdated to read new scenery configuration files.
2001-05-30 curtFixed a bug in the tile pager / caching / management...
2001-05-23 curtNorman Vine contributed more optimized object placement...
2001-05-20 curtWe can't remove ssg branches in the threaded tile page...
2001-05-19 curtThreaded tile paging:
2001-05-18 curtTile loading is interleaved now when not threaded....
2001-05-16 curtFirst stab at adding static objects to scene.
2001-05-15 curtModifications to coordinate with recent changes in...
2001-04-16 curtModified FlightGear/src/Scenery. The tile loader threa...
2001-04-11 curtInitial stab at a threaded tile loader contributed...
2001-04-06 curtAdded loaded flag to FGTileEntry so that the main threa...
2001-03-29 curtUpdates from Bernie Bright to massage tile loading...
2001-03-24 curtSG-ified logstream.
2001-03-24 curtSG_ namespace.
2001-03-24 curtSG_ namespace
2001-03-23 curtFG_ to SG_ namespace changes.
next