]> git.mxchange.org Git - flightgear.git/history - src/Main
Go back to the simpler arrangement syntax of a map of vectors.
[flightgear.git] / src / Main /
2003-01-19 davidMajor overhaul by Frederic Bouvier to make options...
2003-01-19 davidDo an update after apply to see what really got into...
2003-01-18 davidAdded the property-cycle command.
2003-01-18 curtMake the destructor virtual.
2003-01-18 davidRenamed GUIWidget to FGDialog.
2003-01-17 davidDo not require libScripting.a unless PSL is available.
2003-01-17 davidMake all PSL support conditional, because it's not...
2003-01-16 davidSimplify subsystem handling through FGGlobals.
2003-01-16 davidBroadcast suspend/resume/reinit through the manager...
2003-01-15 curtRenamed mini_fdm to native_gui which makes a lot more...
2003-01-13 curtAdded velocity and climb_rate to mini_fdm structure.
2003-01-12 curtUpdate to the Mini FDM network protocal (mostly renamin...
2003-01-12 curt#ifdef out a bit more code that could cause compile...
2003-01-11 davidAdded simple proof-of-concept support for running PSL...
2003-01-06 curtOops missed some more usage of opengl extensions that...
2003-01-06 curt#ifdef out experimental lighting for now until someone...
2003-01-05 curtAdd support for in-air preset starts relative to a...
2003-01-04 curtOoops, the presets_commit command was lost going from...
2003-01-04 davidPatch from Julian Foad to fix wrapping behaviour for...
2002-12-31 davidPatches from Erik Hofman for SGI compatibility:
2002-12-31 davidAdd the 'offset' and 'factor' arguments back into prope...
2002-12-31 davidModify the property-assign command to optionally copy...
2002-12-31 davidRequire /sim/rendering/experimental-lighting to be...
2002-12-30 davidDistance attenuation patch from Erik Hofman:
2002-12-30 davidRemoved the (apparently unused) 'factor' and 'offset...
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.
next