]> git.mxchange.org Git - flightgear.git/history - src/Main/main.cxx
Updates for 0.9.1
[flightgear.git] / src / Main / main.cxx
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...
2002-05-15 curtBernie Bright:
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-12 davidRemoved configuration option --with-old-mouse and FG_OL...
2002-05-11 davidRemove some dead code.
2002-05-11 davidMajor overhaul:
2002-05-01 davidRegularized the position initialization:
2002-04-22 curtComment out ATC AI manager init() and update() calls...
2002-04-20 curtThere was an integer overflow in the way elapsed_time_m...
2002-04-19 curtJim Wilson:
2002-04-18 curtJim Wilson:
2002-04-16 curtSmall tweak to make the Irix compiler happy.
2002-04-13 davidFix for vanishing-model problem: models are drawn in...
2002-04-12 davidAdded support for additional animated, dynamic 3D model...
2002-04-11 davidReplace --with-new-mouse with --with-old-mouse, default...
2002-04-11 curtThis patch includes the FGLocation class, a few fixes...
2002-04-09 davidThe 3D aircraft model scene is now managed by
2002-04-09 davidRemoved current_model global variable and added a refer...
2002-04-07 davidPatches from Norm Vine to improve framerate and add...
2002-04-06 davidViewer update from Jim Wilson:
2002-04-05 curtHere is the 'boostified' event manager plus relevant...
2002-04-05 davidViewer update from Jim Wilson:
2002-04-05 davidMoved FGAircraftModel subsystem out into its own direct...
2002-04-05 curtVarious code cleanups.
2002-04-04 davidLet exceptions fall through to main, and use cerr to...
2002-04-04 curtMake the base package check [failed] message a bit...
2002-04-04 davidChanged cockpit near plane to 0.01m for interior view...
2002-04-03 curtAttached are a fairly extensive series of patches to...
2002-04-02 davidChanged far clip plane for cockpit interior to 100m.
2002-03-30 davidStart tracking delta time in milliseconds and passing...
2002-03-30 davidPatch from Jim Wilson:
2002-03-28 davidPatches from Jim Wilson:
2002-03-26 davidMore work on the configurable mouse. Mouse motion...
2002-03-26 curtOops, in the latest property manager rewrite, a typo...
next