]> git.mxchange.org Git - flightgear.git/history - src/Main/main.cxx
Curtis found another inconsistency in the sky repaint check. I am afraid that adding...
[flightgear.git] / src / Main / main.cxx
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...
2002-10-04 curtErik Hofman:
2002-10-04 davidEliminated current_input and added FGInput to the subsy...
2002-10-03 davidFirst draft of subsystem manager; moved some subsystems...
2002-10-03 curtBetter internationalization infrastructure. We now...
2002-10-02 davidSupport Dave Luff's AI plane if /sim/ai-traffic/enabled...
2002-09-27 davidWhen the clock is frozen, set delta time to 0 so that...
2002-09-24 davidFlattened src/Systems/ subtree.
2002-09-23 curtMore tweaks to opengl state management when drawing...
2002-09-23 davidStarted new module and sub-modules for aircraft systems...
2002-09-23 curtVarious tweaks and fixes to navcom radios.
2002-09-23 curtSlightly cleaned up 3d cloud positioning code.
2002-09-22 curtThere is something wierd about moving the cloud base...
2002-09-20 curtPatch to position 3d clouds at center of <current>...
2002-09-20 davidDo 3D cloud state changes only when 3D clouds are selected.
2002-09-19 curtStabalize cloud shading.
2002-09-19 curtMiscellanious flailings trying to get 3d cloud imposter...
2002-09-18 curtErik Hofman:
2002-09-18 curtUpdated from Norman to hack on clouds ... some progress.
2002-09-16 curtUpdates for 3d cloud rendering.
2002-09-15 curtChanged the clouds3d header install directory.
2002-09-14 curtUpdated the base package version required.
2002-09-13 curtUpdate base package version.
2002-09-13 curtStubbed in initial support for 3d clouds.
2002-09-10 curtDarrell Walisser:
2002-08-31 davidRemoved unused cur_view_fdm variable as suggested by...
2002-08-26 curtMinor tweaks to sound subsystem update rates.
2002-08-25 curtErik Hofman:
2002-08-25 curtBernie Bright:
2002-08-07 davidRemoved the FG3DModel class and replaced it with fgLoad...
2002-07-30 curtA couple fixes to the network fdm interface.
2002-07-26 davidI totally misunderstood sgFrustum. This patch should...
2002-07-25 davidChange the extra culling to do only a quarter of the...
2002-07-25 davidFix a problem with the culling of out-of-range random...
2002-07-21 curtRemoved some redundant glLight() calls.
2002-07-21 curtPatch to explicitely control the specular lighting...
2002-07-07 davidChange FGSteam into a proper subsystem rather than...
2002-06-07 curtPatch from Norman to do the code/base version compariso...
2002-06-05 davidSet up cloud layers when thesky is allocated, to ensure...
2002-05-30 curtCheck for the proper base package version.
2002-05-20 curtTony Peden:
2002-05-20 curtJim Wilson:
2002-05-17 davidNo longer initialize static cloud layers (handled dynam...
2002-05-17 curtFrom: "Jim Wilson" <jimw@kelcomaine.com>
2002-05-17 curtBernie Bright:
2002-05-17 davidTemporarily modified to support changes in SGSky and...
next