]> git.mxchange.org Git - flightgear.git/history - src/Scenery
Get rid of the double comma's for the file section of the generic protocol also.
[flightgear.git] / src / Scenery /
2004-07-22 ehofmanJim Wilson: This patch prevents FDM execution until...
2004-06-13 ehofmanMelchior FRANZ:
2004-06-08 ehofmanMelchior FRANZ:
2004-06-07 ehofmanMake use of the new SGPath::add() function and automati...
2004-06-06 ehofmanWindows uses ';' instead of ':' as a path separator.
2004-06-06 ehofmanMake it possible to split the Scenery into Scenery...
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-04-02 ehofmanFrederic Bouvier:
2004-04-01 curtClean up various compiler warnings that have crept...
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 curtSmarter vasi/papi coloring.
2003-12-30 curtFirst stab at correct vasi/papi coloring. This is...
2003-12-19 andyMinor API changes to support the new sg_geodesy impleme...
2003-11-25 curtThe code to find the highest hit below you didn't work...
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-24 curtComment out timing calls, but leave them there for...
2003-11-22 ehofmanMake sure SGTimeStamp is found
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-11-21 curtFix a terrain intersection calculating bug. The code...
2003-10-01 davidModified so that a multiple-element FG_SCENERY path...
2003-10-01 davidDon't make SG_SCENERY into an SGPath before splitting...
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-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-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-08-09 curtOops, fix a typo.
2003-08-08 curtAdd support for specifying a ";" delimited list of...
2003-06-04 ehofmanA bounding sphere may be empty, which is perfectly...
2003-05-28 curtMove low level "tg" object loader code over to SimGear.
2003-05-28 curtMoved random ground cover object management code (userd...
2003-05-15 curtChanges to track updates 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-09 curtMoved src/Model/loader.[ch]xx and src/Model/model....
2003-05-08 curtClean up various dead, depricated, or otherwise unused...
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-05-06 curtRemoved support of old Ascii scenery format. The loade...
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-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-17 curtFix a bug in ground elevation measuring for the first...
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-23 curtBernie Bright:
2002-09-22 davidAdded OBJECT_SHARED, which is identical to OBJECT_STATI...
2002-08-26 curtMinor tweaks to sound subsystem update rates.
2002-08-25 curtTidy up the autoconf/automake configuration a bit.
2002-08-07 curt* Cleaned up some loose ends with free tiles that are...
2002-08-07 davidRemoved the FG3DModel class and replaced it with fgLoad...
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-08-01 curtFix tile cache resizing bug (which could lead to thrash...
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-07-25 curtRestructuring how tiles are freed to allow us to eventu...
2002-06-28 davidPatch from Julian Foad:
2002-05-20 curtJim Wilson:
2002-05-17 davidCorrected "#ifdef 0" to "#if 0" to keep ANSI-conformant...
2002-05-17 curtFrom: "Jim Wilson" <jimw@kelcomaine.com>
2002-05-14 curtMoved some scenery component initialization into FGScenery.
2002-05-14 curtConsolodating scenery structures in scenery.hxx.
2002-05-14 curtMoved "scenery" from being declaried in scenery.cxx...
2002-05-11 davidMajor overhaul:
2002-05-10 davidMac OS X fixes and MSVC warning fixes from Jonathan...
2002-04-25 davidPatch from Norman Vine:
2002-04-16 curtFixed a recently introduced bug which cause the ground...
next