]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2002-12-16 curtAdded support for an audio panel.
2002-12-16 curtAdditional failure modeling.
2002-12-16 curtOBS turning work, work on supporting failure moding.
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-14 curtWork on nav2_obs tuner.
2002-12-14 curtChange time counter to a double. Add a variable which...
2002-12-12 davidRemoved redundant logging statement.
2002-12-12 andyChanging the thresholds to be bigger in the previous...
2002-12-12 curtTweak taxi light rendering so they don't look completel...
2002-12-12 curtFix lost audio.
2002-12-11 andyPut in some (currently compile-time) tuning for the...
2002-12-11 andyUpdate masses on the rigid body when consuming fuel...
2002-12-11 davidHave DummyBSphereEntity inherit from ssgBranch instead...
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-07 curtChange library order for cygwin.
2002-12-07 curtWhite space cleanups.
2002-12-06 curt- Change the global_tile_mgr to a globals->get_tile_mgr...
2002-12-06 daveluffPatches from Erik Hofman - use Plib's wave file loader...
2002-12-06 curtFix for Irix.
2002-12-05 daveluffCode improvements from Norman Vine
2002-12-05 curtUpdates for 0.9.1
2002-12-05 curtUpdates for 0.9.1
2002-12-04 curtadd uiuc_getwind.h to distribution.
2002-12-04 daveluffAdd ground.[ch]xx, groundlist.[ch]xx and ATCVoice....
2002-12-04 daveluffChanges to support voice rendering of ATC
2002-12-04 daveluffChanges towards tower control - work in progress with...
2002-12-04 daveluffChanges and additions to utility functions to support...
2002-12-04 daveluffMinor changes to variable name and comments
2002-12-04 daveluffMinor change to variable name
2002-12-04 daveluffChanges to support AI taxiing and crabing when flying...
2002-12-04 daveluffRemoved unused code and obsolete comments
2002-12-04 daveluffChanges to support voice ATIS
2002-12-04 daveluffInitial draft of a canned ATC voice handling class
2002-12-04 daveluffAdd ground control frequency data handling along the...
2002-12-04 daveluffInclude GPL
2002-12-04 daveluffChanges towards ground control and AI taxiing currently...
2002-12-04 tonySync with JSBSim CVS
2002-12-04 davidHide more generated files.
2002-12-04 davidIgnore more generated files.
2002-12-03 curtUpdates for 0.9.0 release.
2002-12-03 curtInitial revision.
2002-12-03 curtAdded utils/TerraSync/
2002-12-03 curtAdded TerraSync/
2002-12-03 curt#include <config.h> where needed for cygwin/gcc-3.2.
2002-12-03 curtAdd -lplibjs where needed.
2002-12-02 curt#define NOMINMAX for cygwin/gcc-3.2 builders.
2002-12-02 curtRemove cout/endl usage and replace with SG_LOG()
2002-12-01 curtAndy Ross:
2002-11-30 andyHonor the /sim/freeze/fuel property to inhibit fuel...
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 andyAdd the command-line yasim compiler to the automake...
2002-11-30 andyFuel consumption. Simple implementation without suppor...
2002-11-30 curtMassaging the FGTileMgr->update() interface towards...
2002-11-30 andyAdded a tunable "induced drag" number to aircraft....
2002-11-30 curtSplit out tile load/free queue processing into a separa...
2002-11-28 curtMake tile_mgr->prep_ssg_nodes() use an FGLocation object.
2002-11-27 davidPatch from JSBSim:
2002-11-27 davidChange from JSBSim:
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-25 curtMake the runway lights come on just a bit sooner in...
2002-11-23 tonyUpdates for cygwin
2002-11-21 curtMinor property name change to avoid some minor confusion.
2002-11-18 curtRemoved depricated files.
2002-11-18 curtAdded a "Presets" menu.
2002-11-17 davidIrix patch from Erik Hofman.
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-17 davidCygwin patch from Patrick Staehlin:
2002-11-17 davidPatch from Jim Wilson to fix model offsets:
2002-11-17 davidI wrote:
2002-11-16 davidMake sure led_font isn't used unless it's initialized.
2002-11-16 davidReduce POFF_UNITS from 40 to 4, following Andy Ross...
2002-11-16 davidPatch from Frederic Bouvier:
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-16 davidTurn off runway lights during the day, except in less...
2002-11-15 curtRestructuring some of the initialization code.
2002-11-13 davidCorrect offset-deg in a rotate animation so that it...
2002-11-09 andyAdd "spring" and "damp" tunables to gear objects.
2002-11-08 curtRobert Deters:
2002-11-08 curtRobert Deters:
2002-11-08 davidMoved command information into user data.
2002-11-08 davidSeparated out GUIWidget class to manage a top-level...
2002-11-08 davidInstead of reading $FG_ROOT/gui.xml, recursively read...
2002-11-07 davidAdded button actions so that property fields can be...
2002-11-07 davidStarted new, XML-configurable GUI subsystem.
2002-11-06 davidAdded fgLoadProps to load properties from a path relati...
2002-11-06 davidFixed bug in timed update cycling.
2002-11-06 davidAdded a new TimedAnimation, using the type "timed"...
2002-11-05 andyBlindingly stupid ground effect bug. It interpolated...
2002-11-05 davidPatch from Andy Ross:
2002-11-04 curtCleaned up some debugging output.
2002-11-04 curtAdd support for drawing ODALS approach lighting.
next