2009-12-09 |
ehofman | Activate external-view checkbox for avionics |
commit | commitdiff | tree | snapshot |
2009-12-09 |
ehofman | if volume is too low, skip the function entirely |
commit | commitdiff | tree | snapshot |
2009-12-09 |
ehofman | John Denker: |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Tim Moore | Change int to unsigned in sound device traversal |
commit | commitdiff | tree | snapshot |
2009-12-03 |
ehofman | add avionics enable/disable and volume control to the... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
ehofman | Turned out a tied proeprty can't be used as a user... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
ehofman | update to allow selection of a new sound device |
commit | commitdiff | tree | snapshot |
2009-11-30 |
ehofman | Change of thoughts since it makes life easier: |
commit | commitdiff | tree | snapshot |
2009-11-30 |
ehofman | Fix for older OpenAL versions. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
ehofman | add a new command line option: --show-sound-devices |
commit | commitdiff | tree | snapshot |
2009-11-30 |
ehofman | add alcinfo instead. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
ehofman | New Property layout: |
commit | commitdiff | tree | snapshot |
2009-11-29 |
ehofman | List all available playback devices under '/sim/sound... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
ehofman | * Fix --disable-sound |
commit | commitdiff | tree | snapshot |
2009-11-24 |
ehofman | proper listener velocity calculation, this has no effec... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
ehofman | Tie samplegroup 'avionics' to the listener, just in... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
ehofman | restore listener position with offset |
commit | commitdiff | tree | snapshot |
2009-11-15 |
jmt | Dave Perry: |
commit | commitdiff | tree | snapshot |
2009-11-12 |
ehofman | temporarily remove listener (viewer) and source offsets... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
ehofman | put the debugging quat strings as doubles under /sim... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
ehofman | put the debugging quat strings as doubles under /sim... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
ehofman | Pass the north-east-down velocty directly to the sample... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
ehofman | fix a typo |
commit | commitdiff | tree | snapshot |
2009-11-10 |
ehofman | Add a description of the 'type' tag |
commit | commitdiff | tree | snapshot |
2009-11-10 |
ehofman | allow sound effects in the configuration file to be... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tim Moore | don't define constant objects in header files |
commit | commitdiff | tree | snapshot |
2009-11-09 |
ehofman | John Denker: |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Csaba Halasz | Added some null pointer checks in FGAILocalTraffic... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
ehofman | John Denker: |
commit | commitdiff | tree | snapshot |
2009-11-04 |
ehofman | I really have no idea why but the velocity should be... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
ehofman | Use the proper absolute position for the listener |
commit | commitdiff | tree | snapshot |
2009-11-02 |
ehofman | minor upodate by John |
commit | commitdiff | tree | snapshot |
2009-11-02 |
ehofman | John Denker: Simplify redundant code and superfluous... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
ehofman | Position and orientation fixes for the sound code,... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
ehofman | proper sound orientation(?) and comment out velocity... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
ehofman | another attempt at getting something useful without... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
ehofman | Commit the current state of affairs to see if it fixes... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
ehofman | initlialize _playing for FGATC. Proper listerner orient... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
ehofman | Csaba Halasz: C++-ify ATCVoice WriteMessage |
commit | commitdiff | tree | snapshot |
2009-10-26 |
ehofman | fix a pointer reference. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Tim Moore | Fix typo |
commit | commitdiff | tree | snapshot |
2009-10-24 |
ehofman | Use shared pointers for any reference to SGSoundSample |
commit | commitdiff | tree | snapshot |
2009-10-24 |
ehofman | Don't make the SoundManager a memebr of the subsystem... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
ehofman | Add a proper typecast |
commit | commitdiff | tree | snapshot |
2009-10-22 |
ehofman | line up aircraft orientation and velocity vector |
commit | commitdiff | tree | snapshot |
2009-10-21 |
ehofman | Assorted small soundsystem related fixes. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
ehofman | Use auto_ptr when calling SGSoundSample |
commit | commitdiff | tree | snapshot |
2009-10-19 |
ehofman | remove a debugging left-over |
commit | commitdiff | tree | snapshot |
2009-10-19 |
ehofman | Fix a number of small bugs; eg test if SoundMgr::load... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
ehofman | Make sure the unbind method is called for all registere... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
ehofman | explicitly activate the sound manager |
commit | commitdiff | tree | snapshot |
2009-10-17 |
frohlich | Fix 64 bit linux builds. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
ehofman | SoundManager fixes |
commit | commitdiff | tree | snapshot |
2009-10-16 |
ehofman | move some of the sound postion and orientation calculat... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
ehofman | Correct (and verrified) position, orientation and veloc... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
ehofman | Split up FGFX into a dedicated effects class (FGFX... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
ehofman | add the option to tie a SampleGroup to the listener... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
ehofman | (try to) properly align model and viewer |
commit | commitdiff | tree | snapshot |
2009-10-06 |
ehofman | allow disabling sound completely (note: openal gets... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
ehofman | Add the Sound Manager before any other subsystem that... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
ehofman | Initial commit of the new sound system, expect more... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Tim Moore | Merge branch 'topic/atis' into merge/master-atis |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Tim Moore | Merge branch 'jmt/navradio' |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Tim Moore | Merge branches 'jmt/navradio', 'jmt/cleanup' and 'torst... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
jmt | Allow airports system to function without an environmen... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Tim Moore | Merge branch 'jmt/reciprocal' |
commit | commitdiff | tree | snapshot |
2009-09-22 |
torsten | Alex Buzin: Fix wrong calculation of temperature and... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
torsten | Catch a possible NAN at insanely low but greater than... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
torsten | Fix the temperature computation. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
torsten | Ron Jensen: |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Tim Moore | Merge branch 'tat/configure' |
commit | commitdiff | tree | snapshot |
2009-09-20 |
jmt | Remove plib/fnt.h from panel header. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
jmt | Replace one SGD_ constant with a local one, in LaRCsim. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
jmt | Remove <plib/sg> includes. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
jmt | Remove use of plig/sg from render-area-2d. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
jmt | Remove audio update from main.cxx, back to FGFX (but... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
jmt | Break viewmgr.hxx dependency on on viewer.hxx. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Tim Moore | use boost::tie instead of make_ref |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Csaba Halasz | fix ATIS on 64bit machines |
commit | commitdiff | tree | snapshot |
2009-09-19 |
v meazza | MSVC fixes for atis merge. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
jmt | FGFX clean-ups, conversion of one more sgVec user. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
jmt | Put back an unfortunate include, until ViewMgr can... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
jmt | Drat, this is really needed. Yuck, yuck, yuck. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
jmt | Header clean-ups in viewer/view-mgr. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
jmt | ATIS overhaul by John Denker, adapted to trunk by me. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
torsten | only complain about binary record length mismatch if... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
torsten | unintentional introduction of a not yet ready util. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
torsten | and the (hopefully) last one from Tat's Mac-can-run... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
torsten | forgotten ones from Tat's patch to enable make builds... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
jmt | NavRadio: By way of an experiment, make false courses... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
torsten | fgpanel is shouldn't have escaped (yet) |
commit | commitdiff | tree | snapshot |
2009-09-17 |
torsten | Tatsuhiro Nishioka: |
commit | commitdiff | tree | snapshot |
2009-09-17 |
jmt | NavRadio DME in-range flag, and audio code improvements... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
jmt | Different approach to handling the paired-ILS-on-opposi... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
jmt | Associate non-ILS localisers with their runway. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
jmt | Make FGRunway track reciprocal runways. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
jmt | One more divide by zero fix from Torsten. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
jmt | Work around the penaltyForNav broken-ness, by ensuring... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
jmt | navradio: fix crash spotted by Torsten, when nav range... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
jmt | Fix the has-gs flag when switching to a VOR (thanks... |
commit | commitdiff | tree | snapshot |
next |