]> git.mxchange.org Git - flightgear.git/history - src/Main
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Main /
2002-12-22 davidAdded new commands:
2002-12-21 curtVarious tweaks.
2002-12-15 davidAdd a reinit() stub for subsystems, so that they can...
2002-12-14 curtSimplified to use the delta_time_sec that is passed...
2002-12-12 curtTweak taxi light rendering so they don't look completel...
2002-12-11 curtFix out of order initialization crash (not sure how...
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-12-03 curtAdd -lplibjs where needed.
2002-11-30 curtExposed the fg_commands though the httpd interface.
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-18 curtAdded a "Presets" menu.
2002-11-17 curtIf a non existant runway is specified with --runway...
2002-11-17 curtAdded a --runway= option which can be used in conjuncti...
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 curtMake the routines that scan the command line options...
2002-11-16 curtSome various massaging and clean ups of initialization...
2002-11-15 curtRestructuring some of the initialization code.
2002-11-07 davidStarted new, XML-configurable GUI subsystem.
2002-11-06 davidAdded fgLoadProps to load properties from a path relati...
2002-11-02 davidModified /sim/current-view/axes/long and /sim/current...
2002-11-01 curtPut taxiway lights in their own scene graph so we can...
2002-10-29 curtAndy Ross:
2002-10-26 davidModified for simpler command-manager interface.
2002-10-25 davidMajor code simplification.
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-16 curtCleaned up some old cruft.
2002-10-13 davidUse default visibility instead of modified sky visibili...
2002-10-10 davidFixed init-order bug that caused c172-set.xml defaults...
2002-10-10 curtEric Hofman:
2002-10-07 curtErik Hofman:
2002-10-06 curtBegin work on rendering runway lights using environment...
2002-10-04 curtFrederic Bouvier:
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-03 curtInit 3d clouds at starting location.
2002-10-02 davidSupport Dave Luff's AI plane if /sim/ai-traffic/enabled...
2002-09-28 curtShuffled location of ExternalNet.[ch]xx to it's own...
2002-09-27 davidWhen the clock is frozen, set delta time to 0 so that...
2002-09-27 davidAdd utils.[ch]xx.
2002-09-27 davidGlobally-useful functions, starting with Alex Perry...
2002-09-24 curtStub in a place holder for the electrical system model.
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-17 curtBernie Bright:
2002-09-16 curtUpdates for 3d cloud rendering.
2002-09-16 davidAdded --enable-clouds3d and --disable-clouds3d options.
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-09-03 curtAdditional build system tweaks.
2002-08-31 davidRemoved unused cur_view_fdm variable as suggested by...
2002-08-28 curtIgnore files that have -set.xml in them, but don't...
2002-08-28 curtAdd support for a --show-aircraft option. This display...
2002-08-28 curtMore tweaks to the automake/conf configuration scripts.
2002-08-27 curtModernize the autoconf/automake files.
2002-08-26 curtMinor tweaks to sound subsystem update rates.
2002-08-26 curtRemoved an old test.
2002-08-25 curtErik Hofman:
2002-08-25 curtErik Hofman:
2002-08-25 curtBernie Bright:
2002-08-25 curtTidy up the autoconf/automake configuration a bit.
2002-08-19 curtForce ATC interface to run at 30 hz.
2002-08-07 davidRemoved the FG3DModel class and replaced it with fgLoad...
2002-08-02 curtBernie Bright:
2002-07-30 curtA couple fixes to the network fdm interface.
2002-07-26 davidAdded --random-wind command-line option.
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-20 davidAdded --disable-random-objects and --enable-random...
2002-07-18 davidPatch from Cameron Moore:
2002-07-07 davidChange FGSteam into a proper subsystem rather than...
2002-07-06 davidPatch from Julian Foad:
next