]> git.mxchange.org Git - flightgear.git/history - src/Main/main.cxx
Turn back to default lighting when specular-highlight gets disabled
[flightgear.git] / src / Main / main.cxx
2003-09-12 ehofmanTurn back to default lighting when specular-highlight...
2003-09-12 ehofmanAdd the posibillity to disable specular highlight becau...
2003-09-12 ehofmanMake it possible for textured object to change color...
2003-08-29 ehofmanRemove a possible glut dependency and do some code...
2003-08-25 ehofmanFix an undeclared function refference in one of the...
2003-08-22 ehofmanUpdates needed for z-ordewring of the cloud layers
2003-08-17 ehofmanReorganization of main.cxx
2003-08-15 ehofmanWork around a problem in certain NVidia adapters hat...
2003-07-31 ehofmanNeeded for SimGear update
2003-07-31 ehofmanUse a pointer to a structure instead of a large number...
2003-07-27 ehofmanComment out the UIUC ground trimming code
2003-07-26 ehofmanThis patch increases the threshold below which the...
2003-07-25 curtTry to make the replay system honor /sim/speed-up,...
2003-07-18 curtModified the replay system to work without enabling...
2003-07-18 curtAvoid collecting garbage data before the FDM is initial...
2003-07-17 curtCurt:
2003-07-17 davidUpdate magvar model before using it to initialize compa...
2003-07-17 davidKludge the HI error so that it initially matches the...
2003-07-05 ehofmanReplace some of the most used fgGetXXXX() calls with...
2003-06-29 ehofmanMake sure the functions won't be called if the extensio...
2003-06-20 ehofmanMac OS X fixes
2003-06-19 ehofman(temporary) Apple OS X fix
2003-06-18 ehofmanUse a different way to call OpenGL extensions and move...
2003-06-17 ehofmangcc 3.2 fixes
2003-06-17 ehofmanAdd:
2003-06-15 ehofmanModel the effect where the sun and moon look 1.5 times...
2003-06-14 ehofmanBase sun and moon diameter and distance on actual numbers
2003-06-11 curtChanges corresponding to simgear sky api tweak.
2003-06-09 curtCosmetic changes ...
2003-06-08 davidRemoved FGEnvironmentMgr as a special case in globals...
2003-06-04 curtChanges in preparation for the 0.9.2 release.
2003-06-02 curtImplimented a simple frame rate throttle.
2003-05-31 ehofmanFix a initialization ordering bug:
2003-05-30 curtMove simgear/sky/ to simgear/scene/sky as part of the...
2003-05-28 curtMoved random ground cover object management code (userd...
2003-05-16 ehofmanAdjust sunset/sun rise color scheme
2003-05-15 curtChanges to track updates to SimGear.
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-09 ehofmanExtract the sound code from FlightGear and move it...
2003-05-08 curtMoved src/Model/*Animation* classes over to simgear.
2003-05-08 curtTimed animations now working again.
2003-05-08 curtClean up various dead, depricated, or otherwise unused...
2003-05-07 ehofmanCurtis found another inconsistency in the sky repaint...
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-05-06 ehofmanMake sure the sky is also repainted when the relative...
2003-05-05 ehofmanRepaint the sky when the view heading changes also
2003-04-20 ehofmanTemporary disable the sky reposition speedup code until...
2003-04-17 ehofmanReposition the sky modules only when the lat or long...
2003-04-15 ehofmanOops, the repositioning code needs more work to be...
2003-04-15 ehofmanMagically improve the framerate by only repainting...
2003-04-01 ehofmanSet the initial log-level back to info
2003-04-01 ehofmanDavid Luff:
2003-03-31 ehofmanRemove an unnecessary check. This is done in fgPanelVis...
2003-03-31 ehofmanFix a bug where current_panel was called before it...
2003-03-30 ehofmanDeclare fgReshape into gui.h
2003-03-30 ehofmanMove current_panel to globals
2003-03-29 ehofmanA first stab at an aircraft selection dialog
2003-03-29 curtAdded a property /sim/rendering/draw-otw which specifie...
2003-03-22 ehofmanAdd runtime log level support
2003-03-21 ehofmanAndy wrote:
2003-03-20 ehofmanChange cout and cerr in SG_LOG() where appropriate...
2003-03-19 ehofmanAdd multiplayer support from Duncan McCreanor and Diarm...
2003-03-14 curtWire frame mode got broke somehow. This seems to fix it.
2003-03-02 davidMake sure the atmosphere is updated before the flight...
2003-02-21 davidInvoke fgInitNav() before fgInitPos().
2003-01-29 davidRemoved the old FGSteam module from FlightGear.
2003-01-12 curt#ifdef out a bit more code that could cause compile...
2003-01-06 curtOops missed some more usage of opengl extensions that...
2003-01-06 curt#ifdef out experimental lighting for now until someone...
2002-12-31 davidPatches from Erik Hofman for SGI compatibility:
2002-12-31 davidRequire /sim/rendering/experimental-lighting to be...
2002-12-30 davidDistance attenuation patch from Erik Hofman:
2002-12-21 curtVarious tweaks.
2002-12-12 curtTweak taxi light rendering so they don't look completel...
2002-12-10 curt- Some refactoring of the configure.ac script.
2002-12-10 curt#ifdef out all references to sgCloud3d until more of...
2002-12-06 curt- Change the global_tile_mgr to a globals->get_tile_mgr...
2002-12-05 curtUpdates for 0.9.1
2002-11-30 curtA small amount of additional massaging of tile manager...
2002-11-30 curtMassaging the FGTileMgr->update() interface towards...
2002-11-28 curtMake tile_mgr->prep_ssg_nodes() use an FGLocation object.
2002-11-26 curtDon't force ground lighting to have the same limited...
2002-11-26 curtHaving the runway lights "pop" in at a specific range...
2002-11-17 curtAdded some cheap eye candy to entertain myself for...
2002-11-16 curtClean ups to the code that determines initial position...
2002-11-16 curtSome various massaging and clean ups of initialization...
2002-11-15 curtRestructuring some of the initialization code.
2002-11-01 curtPut taxiway lights in their own scene graph so we can...
2002-10-29 curtAndy Ross:
2002-10-24 curtDefault to experimental point lighting disabled.
2002-10-21 curtMinor tweak to avoid some compile errors people are...
2002-10-17 curtPlaying with glPointParameterfEXT.
2002-10-16 curtPlaying with point lighting effects.
2002-10-13 davidUse default visibility instead of modified sky visibili...
2002-10-10 curtEric Hofman:
2002-10-07 curtErik Hofman:
2002-10-06 curtBegin work on rendering runway lights using environment...
next