]> git.mxchange.org Git - flightgear.git/history - src/Main
OSG ref_ptr fix: use .get() explicitly.
[flightgear.git] / src / Main /
2009-12-21 Tim MooreMerge branches 'jmt/aircraft-name' and 'jmt/runway'
2009-12-21 Tim MooreMerge branch 'durk/traffic'
2009-12-21 Tim MooreMerge branch 'ehofman/jsbsim'
2009-12-20 Tim MooreMerge branch 'timoore/merge-effects'
2009-12-20 Tim MooreMerge branch 'ehofman/sound'
2009-12-20 Tim MooreAttach an empty shader program to the scene graph root
2009-12-20 Tim MooreChanges for animated effects
2009-12-07 jmtCase-insensitive aircraft names, for the startup arg...
2009-12-07 Tim MooreChange int to unsigned in sound device traversal
2009-12-03 ehofmanadd avionics enable/disable and volume control to the...
2009-12-01 ehofmanTurned out a tied proeprty can't be used as a user...
2009-11-30 ehofmanupdate to allow selection of a new sound device
2009-11-30 ehofmanChange of thoughts since it makes life easier:
2009-11-30 ehofmanadd a new command line option: --show-sound-devices
2009-11-30 Tim MooreAdd HAVE_CULLSETTINGS_CLEAR_MASK to configure.ac and...
2009-11-30 Csaba HalaszUpdate camera inheritance masks because of OSG changese...
2009-11-29 ehofmanNew Property layout:
2009-11-29 ehofmanList all available playback devices under '/sim/sound...
2009-11-29 ehofman* Fix --disable-sound
2009-11-27 Tim MooreMerge branch 'luff/kln89'
2009-11-27 Tim MooreMerge branch 'jmt/gps'
2009-11-26 Tim MooreMerge branch 'jmt/dialog'
2009-11-26 Tim MooreMerge branch 'ehofman/sky'
2009-11-26 Tim MooreMerge branch 'ehofman/jsbsim'
2009-11-24 ehofmanproper listener velocity calculation, this has no effec...
2009-11-19 ehofmanrestore listener position with offset
2009-11-12 ehofmantemporarily remove listener (viewer) and source offsets...
2009-11-11 ehofmanput the debugging quat strings as doubles under /sim...
2009-11-11 ehofmanput the debugging quat strings as doubles under /sim...
2009-11-09 Tim Mooredon't define constant objects in header files
2009-11-09 ehofmanJohn Denker:
2009-11-07 ehofmanSave a costly SGVec3d::fromGeod() calculation
2009-11-06 Tim MooreMerge branches 'durk/scenery' and 'ehofman/fog'
2009-11-06 Tim MooreMerge branch 'topic/moon'
2009-11-06 Tim MooreMerge branch 'tat/configure'
2009-11-06 Tim MooreMerge branch 'aperry/tsync'
2009-11-05 ehofmanpass the geodetic position and view orientation quat...
2009-11-05 ehofmanJohn Denker:
2009-11-04 ehofmanUse the proper absolute position for the listener
2009-11-02 ehofmanminor upodate by John
2009-11-02 ehofmanJohn Denker: Simplify redundant code and superfluous...
2009-11-02 ehofmanPosition and orientation fixes for the sound code,...
2009-11-01 ehofmanproper sound orientation(?) and comment out velocity...
2009-10-31 Tim MooreRevert lighting "cleanup" for now.
2009-10-31 ehofmananother attempt at getting something useful without...
2009-10-30 Tim Moorefix moon lighting at night
2009-10-29 ehofmanCommit the current state of affairs to see if it fixes...
2009-10-28 ehofmaninitlialize _playing for FGATC. Proper listerner orient...
2009-10-26 ehofmanMSVC fix
2009-10-26 durkRevoke url change detection code.
2009-10-24 Tim Mooredelete char array with delete[]
2009-10-24 durkTwo patches:
2009-10-24 ehofmanDon't make the SoundManager a memebr of the subsystem...
2009-10-19 ehofmanMake sure the unbind method is called for all registere...
2009-10-18 ehofmanexplicitly activate the sound manager
2009-10-16 ehofmanmove some of the sound postion and orientation calculat...
2009-10-12 Tim MooreMerge branches 'jmt/dialog' and 'durk/scenery'
2009-10-12 Tim MooreMerge branches 'jmt/brakes' and 'jmt/dump'
2009-10-12 Tim MooreMerge branch 'stuart/clouds'
2009-10-12 Tim MooreMerge branch 'torsten/axes'
2009-10-12 Tim MooreMerge branches 'jmt/xmlauto', 'luff/kln89' and 'curt...
2009-10-12 Tim MooreMerge branch 'jmt/positioned'
2009-10-12 Tim MooreMerge branch 'vivian/trainz'
2009-10-12 ehofmanCorrect (and verrified) position, orientation and veloc...
2009-10-08 ehofmanSplit up FGFX into a dedicated effects class (FGFX...
2009-10-07 ehofman(try to) properly align model and viewer
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-23 Tim MooreMerge branch 'jmt/reciprocal'
2009-09-21 jmtA generic, configurable autobrake system. Not fully...
2009-09-20 Tim MooreMerge branch 'tat/configure'
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-18 Tim MooreMerge branch 'vivian/train' into next
2009-09-18 Tim MooreMerge branch 'jmt/cleanup' into next
2009-09-18 Tim MooreMerge branch 'jd/atis' into next
2009-09-18 jmtPut back an unfortunate include, until ViewMgr can...
2009-09-18 jmtDrat, this is really needed. Yuck, yuck, yuck.
2009-09-18 jmtHeader clean-ups in viewer/view-mgr.
2009-09-18 jmtATIS overhaul by John Denker, adapted to trunk by me.
2009-09-18 Tim MooreMerge branch 'master' into next
2009-09-17 Tim MooreMerge branch 'jmt/navradio' into next
2009-09-17 Tim MooreMerge branch 'tat/configure' into next
2009-09-17 torstenTatsuhiro Nishioka:
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 torstenTatsuhiro Nishioka:
2009-09-09 ehofmanDont execute code in case the soundmanager isn't proper...
2009-09-09 frohlichUse the new vector conversion functions.
2009-09-09 ehofmanMake FGIO a proper subsystem and add a reinit method...
2009-09-09 frohlichRemove obsolete version test.
2009-09-09 frohlichSimplify, fix some comments.
2009-09-09 torstenTatsuhiro Nishioka:
2009-09-09 frohlichReplace the SGVec*::sg() methods with the equivalent...
2009-09-09 jmtAllow the joystick hat to move the view, even when...
next