]> git.mxchange.org Git - flightgear.git/history - src/Main/main.cxx
set /sim/fg-current to current working directory; getcwd() is defined in
[flightgear.git] / src / Main / main.cxx
2007-05-21 frohlichModified Files:
2007-05-16 curtFor now, OSG head should look for the same "data" tree...
2007-05-09 frohlichModified Files:
2007-05-08 frohlichModified Files:
2007-05-05 frohlichModified Files:
2007-05-03 frohlichModified Files:
2007-04-29 mfranz(hopefully) fix the problem that some people have:
2007-04-04 mfranz- move fgInitTowerLocationListener() from fgInitPositio...
2006-11-12 frohlichModified Files:
2006-10-31 frohlichModified Files:
2006-10-29 frohlichModified Files:
2006-10-26 mfranzemit signal /sim/signals/fdm-initialized when the FDM...
2006-08-31 frohlichAttemp to fix the 'bogous tile problem'
2006-08-07 mfranzcosmetics only:
2006-08-07 mfranzmove GL_TEXTURE_LOD_BIAS_EXT one section up and documen...
2006-07-27 frohlichClean up scenery center handling. It is set now less...
2006-07-27 durkMark's dynamic sun color changes.
2006-07-20 curtAlways check for if glPointParameterIsSupported, even...
2006-06-24 curtVivian Meazza:
2006-06-11 frohlichModified Files:
2006-03-21 curtPreparations for first v0.9.10 prerelease.
2006-03-10 mfranzalways make some property string values upper case
2006-02-21 mfranznew FSF address
2006-02-17 ehofmanMathias Fröhlich:
2006-01-30 ehofmanMathias Fröhlich:
2005-11-17 curtFinal updates for v0.9.9
2005-11-13 ehofmanUse the new clouds3d-enable property instead.
2005-11-11 curtv0.9.9-pre3 updates.
2005-11-09 curtv0.9.9-pre2 updates.
2005-11-06 curtUpdates in preparation for the v0.9.9 coming sometime...
2005-11-01 ehofmanIn the process of changing, adding and removing files...
2005-10-30 ehofmanOliver Schroeder:
2005-10-12 ehofmanMathias Fröhlich:
2005-09-05 ehofmanMathias Fröhölöiööhlich:
2005-08-14 ehofmanMathias Fröhlich:
2005-07-13 ehofmanMathias Fröhlich:
2005-05-10 mfranzdon't use /sim/ATC/ and /sim/atc/ wildly mixed together...
2005-05-08 mfranzthe plib documentation says we should call fntInit...
2005-05-06 mfranznavigation data alone doesn't take *that* long ...
2005-05-06 mfranzfix wording
2005-05-06 mfranz- implement progress information (enabled by default...
2005-05-04 mfranz- open window as soon as possible
2005-04-29 ehofmanMathias:
2005-03-09 curtUpdated hybrid of original busy-wait frame rate throttl...
2005-03-09 ehofmanFrederic Bouvier:
2005-01-05 curtA couple minor tweaks to the replay subsystem to allow...
2004-12-21 curtUpdates in preparation for the 0.9.8 release.
2004-12-20 ehofmangcc 2.95 fix?
2004-12-16 ehofmanMake sound audiable not until after the scenery is...
2004-12-03 curtRoy Vegard Ovesen:
2004-11-20 ehofmanAdd some missing bits from Mathias' carrier code.
2004-11-19 curtFix my mailing address by replacing it with my web...
2004-10-20 ehofmanMelchior:
2004-10-19 ehofmanA first stab at an ACMS (Aircraft Condition Monitoring...
2004-10-17 ehofmanFrederic Bouvier:
2004-09-20 ehofmanFinish what was committed in a broken state yesterday.
2004-09-19 ehofmanRevert to CVS as of 5000 seconds ago.
2004-09-19 ehofmanRemove unnecessary inclusions of sg.h ans ssg.h
2004-09-10 curtPreparations for the 0.9.6-pre1 release.
2004-08-24 ehofmanMove the atexit() handler over to bootstrap.cxx (which...
2004-08-15 ehofmanShow the mouse cursor again, just before exiting. This...
2004-08-15 ehofmaniFrederic Bouvier: Postpone rendering the scene until...
2004-07-29 curtTweaks for 0.9.5 release.
2004-07-27 curtTweaks for 0.9.5-pre3 release.
2004-07-23 ehofmanHow on earth???? Replace "and" by && and "or" by |...
2004-07-22 ehofmanJim Wilson: This patch prevents FDM execution until...
2004-07-21 curtUpdates for v0.9.5-pre2.
2004-07-15 curtVarious tweaks for v0.9.5-pre1.
2004-05-21 ehofmanUpdates for the bump-mapped 2d cloud code.
2004-05-20 ehofmanAdd a property to be able to turn the bump-mapped cloud...
2004-05-14 curtmain.cxx - small tweak to sound updating logic.
2004-05-10 curtClean up some sound buffer allocation/deallocation...
2004-05-05 ehofmanAdd /sim/initialised which is set to true when we're...
2004-04-27 curtMake several assumptions:
2004-04-25 curtHook in the fgOSExit() function.
2004-04-25 curtRegister an atexit() function so we can delete the...
2004-04-14 ehofmanFrederic Bouvier:
2004-04-06 andyAPI changes to get fullscreen mode working with SDL...
2004-04-03 ehofmanFrederic Bouvier:
2004-04-02 ehofmanMatch the changes in SimGear to fix an NVidia problem.
2004-04-02 ehofmanFrederic Bouvier:
2004-04-02 ehofmanFrederic Bouvier:
2004-04-01 andyRe-enable glut game mode for now
2004-04-01 curtClean up various compiler warnings that have crept...
2004-03-31 andyYank out all the glut dependencies and concentrate...
2004-03-30 ehofmanFrederic Bouvier:
2004-03-19 curtJim Wilson:
2004-03-18 curtVarious preparations for the next release.
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-20 davidChange fg_props.[ch]xx into a proper subsystem, under...
2004-01-31 curtCurt Olson:
2004-01-11 curtFix a small mistake in the scene graph arrangement...
2003-12-22 ehofmanAdd support for an aircraft specific splash screen
2003-12-19 andyMinor API changes to support the new sg_geodesy impleme...
2003-11-24 davidRemove the seriously-outdated DCS code (we have differe...
2003-11-21 curtCurrently, when the sim pauses, all IO is also halted...
2003-11-13 ehofmanDepreciate NetworkOLK. A big thanks goes to Oliver...
2003-11-09 ehofmanDisable two sided light model because Andy's patch...
next