]> git.mxchange.org Git - flightgear.git/history - src/Main/fg_init.cxx
Fix my mailing address by replacing it with my web page.
[flightgear.git] / src / Main / fg_init.cxx
2004-11-19 curtFix my mailing address by replacing it with my web...
2004-11-18 curtMinor white space fix.
2004-10-22 ehofmanMove the submodels code from the Systems manager into...
2004-10-20 ehofmanMelchior:
2004-10-19 ehofmanA first stab at an ACMS (Aircraft Condition Monitoring...
2004-07-27 curtDefault bump mapped clouds to off for the official...
2004-07-22 ehofmanJim Wilson: This patch prevents FDM execution until...
2004-06-09 curtOften, the elevation of an ILS component is not listed...
2004-06-03 ehofmanAdd the AIModel based air traffic subsystem from Durk...
2004-05-28 curtAllow a "threshold" value to determine which localizers...
2004-05-28 curtCurt Olson:
2004-05-28 curtThis set of changes impliments the following:
2004-05-26 curtMove navaids and fixes out of "global" name space into...
2004-05-26 curtUpdate fix management code to read Robin's native fix...
2004-05-20 ehofmanInitialize the bump-mapped 3d clouds to true.
2004-05-20 ehofmanAdd a property to be able to turn the bump-mapped cloud...
2004-05-05 ehofmanAdd /sim/initialised which is set to true when we're...
2004-04-24 curtChanges to go along with small interface changes in...
2004-04-19 curtFix an MSVC compile error.
2004-04-18 curtSmall rewrite of waypoints parsing fix to move global...
2004-04-15 curtDurk Talsma:
2004-04-01 curtClean up various compiler warnings that have crept...
2004-03-16 davidRemove the old WeatherCM module.
2004-02-27 davidReverted recent changes -- the dependencies are badly...
2004-02-27 davidAdd the aircraft model, model manager, view manager...
2004-02-23 curtA first stab at limiting the noaa.gov query to only...
2004-02-20 davidChange fg_props.[ch]xx into a proper subsystem, under...
2004-01-31 curtCurt Olson:
2004-01-07 ehofmanMake sure FlightGear quits when a specified aircraft...
2003-12-29 ehofmanReset /sim/crashed upon reset
2003-12-05 andyInitialize the SGInterpolator subsystem. Also remove...
2003-11-28 ehofmanAdd David Culp's AI model manager code which is derived...
2003-11-25 curtAndy Ross:
2003-11-11 curtRemoved some extraneous debugging output.
2003-11-10 curtA couple fixes to the air/ground trim (initial position...
2003-10-23 curtAlso properly reinit previously set time of day upon...
2003-10-19 ehofmanJames Turner:
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-09-20 ehofmanConvert fgLIGHT to FGLight and make it FGSubsystem...
2003-09-20 curtAnother step towards making aircraft more self containe...
2003-09-19 curtUpdate --showaircraft and --aircraft= options to recurs...
2003-09-17 curtClean up the timeofday setting code a bit more, consolo...
2003-09-16 curtFix a few potential gotcha's in setting up start time.
2003-09-15 curtAdded a command line option to specify a starting time...
2003-09-15 ehofmanAllow -jsbsim, -yasim or -uiuc in the name of the confi...
2003-09-15 ehofmanAdd support for loading aircraft which have the configu...
2003-09-03 ehofmanFix a reset bug for at least JSBSim by removing some...
2003-08-29 curtRedo the runway database scheme to use a flat/ascii...
2003-08-28 curtRemove one dependence on MetaKit.
2003-08-11 curtRemove several unneeded glut dependencies. Note, this...
2003-08-07 ehofmanAdd partial support for using textures as a basis for...
2003-07-17 curtCurt:
2003-07-16 davidDon't snap to runway heading if an offset azimuth is...
2003-07-09 ehofmanChanges to reflect the code reorganization from CUrtis
2003-07-02 curtTweaks to presets logic.
2003-06-08 davidRemoved FGEnvironmentMgr as a special case in globals...
2003-05-20 curtMoved FDM/LaRCsim.[ch]xx to FDM/LaRCsim/LaRCsim.[ch]xx
2003-05-14 curtCreate an instance of SGMaterialLib in the "globals...
2003-05-13 curtCosmetic changes for new code moved into simgear to...
2003-05-12 curtMoved fgfs_src/Object/newmat.[ch]xx and fgfs_src/Object...
2003-05-10 curtFix a preset in the air problem.
2003-05-09 curt- Added "SG" prefix to sound classes that recently...
2003-05-09 ehofmanExtract the sound code from FlightGear and move it...
2003-05-07 curtWhen reseting the aircraft position, the system looks...
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-04-01 ehofmanDavid Luff:
2003-03-30 ehofmanMove current_panel to globals
2003-03-20 ehofmanFix a typo
2003-03-20 ehofmanChange cout and cerr in SG_LOG() where appropriate...
2003-03-20 ehofmanDavid Luff writes:
2003-03-19 ehofmanAdd multiplayer support from Duncan McCreanor and Diarm...
2003-03-03 curtAdd support for --fdm=pipe,<pipe_name>
2003-02-21 davidAdd fgInitNav() function so that navaids and fixes...
2003-02-10 curtDave Luff:
2003-02-06 curtThere are a number of little changes. Tested with...
2003-01-29 davidRemoved the old FGSteam module from FlightGear.
2003-01-25 curtRefactored some of the navlist code and removed the...
2003-01-17 davidMake all PSL support conditional, because it's not...
2003-01-16 davidSimplify subsystem handling through FGGlobals.
2003-01-11 davidAdded simple proof-of-concept support for running PSL...
2003-01-05 curtAdd support for in-air preset starts relative to a...
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-11-30 curtExposed the fg_commands though the httpd interface.
2002-11-30 curtMassaging the FGTileMgr->update() interface towards...
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-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-10-29 curtAndy Ross:
2002-10-10 davidFixed init-order bug that caused c172-set.xml defaults...
2002-10-10 curtEric Hofman:
2002-10-07 curtErik Hofman:
next