]> git.mxchange.org Git - flightgear.git/history - src/Main/main.cxx
initlialize _playing for FGATC. Proper listerner orientation based on view offset...
[flightgear.git] / src / Main / main.cxx
2009-10-28 ehofmaninitlialize _playing for FGATC. Proper listerner orient...
2009-10-24 ehofmanDon't make the SoundManager a memebr of the subsystem...
2009-10-18 ehofmanexplicitly activate the sound manager
2009-10-06 ehofmanallow disabling sound completely (note: openal gets...
2009-10-06 ehofmanAdd the Sound Manager before any other subsystem that...
2009-10-06 ehofmanInitial commit of the new sound system, expect more...
2009-10-06 Tim MooreMerge branch 'topic/atis' into merge/master-atis
2009-10-01 Tim MooreMerge branch 'jmt/navradio'
2009-10-01 Tim MooreMerge branches 'jmt/navradio', 'jmt/cleanup' and 'torst...
2009-09-19 jmtRemove audio update from main.cxx, back to FGFX (but...
2009-09-19 jmtBreak viewmgr.hxx dependency on on viewer.hxx.
2009-09-10 Tim MooreMerge branch 'jsd/atmos' into topic/atmos-merge
2009-09-10 Tim Moorecleanup of atmosphere patch
2009-09-10 John DenkerTwo-parameter physics-based model of atmosphere up...
2009-09-09 ehofmanDont execute code in case the soundmanager isn't proper...
2009-09-09 ehofmanMake FGIO a proper subsystem and add a reinit method...
2009-09-09 frohlichReplace the SGVec*::sg() methods with the equivalent...
2009-09-09 jmtAllow the joystick hat to move the view, even when...
2009-08-08 torstenAdvanced input subsystem - Step1: cleanup dependencies
2009-07-17 Tim MooreRefer to property types using props:: namespace
2009-07-16 timooreSGPropertyNode::Type moves to simgear::props namespace
2009-06-11 jmtUpdate FGViewer position clients to work with SGGeod...
2009-05-18 Tim MooreMerge branch 'maint' into next
2009-03-18 frohlichUpdate with changes in simgear.
2009-03-18 frohlichFix a problem with two concurent 'round to multiple...
2009-03-18 frohlichRemove unused stuff.
2009-03-18 frohlichAdapt to SGTimeStamp changes.
2009-03-18 frohlichImproove FGTileMgr::scenery_available for small ranges.
2009-03-11 frohlichAvoid casts if there is a method for the apropriate...
2009-03-11 frohlichAvoid SGLocation usage.
2009-03-11 frohlichUse the positon from the model placment.
2008-12-19 curtAttempt to sort out the version number mess in preparat...
2008-12-01 curtLoosen the check for stationary versus moving view...
2008-11-19 mfranzUpdate the model manager after the event manager, so...
2008-11-10 curtIncremental improvement of openal sound velocities...
2008-10-30 curtTidy up for a source code "snapshot" release.
2008-09-05 ehofmanCommit the proper patch stupid :( now with the position...
2008-09-05 ehofmanrevert the move of the sound positioning code, at least...
2008-09-05 ehofmanMove the soundmanager update code back to the main...
2008-08-21 ehofmanMove SGSoundMgr stuff oevr to FGFX
2008-08-14 durkJames Turner: Improved runway management code:
2008-08-01 timooreCameraGroup class for managing multiple cameras.
2008-07-31 ehofmanheader cleanups
2008-07-29 ehofmanJames Turner:
2008-07-27 fredbRemove unneeded inclusions of windows.h, GL.h and GLU.H
2008-07-25 ehofmanAttached patches remove BORLANDC, and hence SG_MATH_EXC...
2008-07-25 ehofmanSome Mac / __APPLE___ cleanups:
2008-07-25 ehofmanRemove the remaining macintosh (not MacOS-X) and MWERKS...
2008-07-11 mfranzuse same path validation process for fgcommands "load...
2008-06-06 mfranzmake route manager input case insensitive
2008-05-19 timooreClean up OSG camera setup and interface to plib PUI
2008-05-18 mfranz- use fireValueChanged() instead of setBoolValue(true...
2008-05-12 durkMerging David Luff's AI/ATC code with AIModels. Part 1:
2008-03-22 timooremodel paging patch from Till Busch
2008-03-04 timoorecleanup of precipitation contribution
2008-03-04 timooreprecipitation effects from Nicolas Vivien
2008-02-25 mfranzChange update order to event manager -> view manager...
2008-02-23 mfranzrevert revisions 1.246 to 1.248. This fixes the jitter...
2008-01-24 timooreAnother round of memory leak fixes from Till Busch
2007-12-14 timooreUse the OSG DatabasePager instead of FGTileLoader
2007-12-11 durkMake sure fgfs finds the correct version of the base...
2007-11-07 mfranzmainloop: move event_mgr and viewmgr updated before...
2007-11-06 mfranzmove event_mgr and view_mgr bundle right before the...
2007-11-06 mfranzchange update order to fdm -> events -> viewmanager
2007-10-16 mfranz- use refcounted node pointers, so that no subsystem...
2007-10-16 mfranzgive FDMs one update cycle time before setting the...
2007-07-06 mfranzMaik JUSTUS: swap stereo L/R, and fix Doppler
2007-06-24 mfranzMaik JUSTUS: avoid Doppler artifacts (listener changes...
2007-06-22 mfranzMaik JUSTUS: prevent occasional OpenAL crashes after...
2007-06-21 mfranzMaik JUSTUS: fix/implement directional sound
2007-06-19 mfranzfix bug that prevented /sim/sceneryloaded from ever...
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.
next