]> git.mxchange.org Git - flightgear.git/history - src/Sound
Make a subtle change to tile loading/unloading policy in order to make the tile
[flightgear.git] / src / Sound /
2004-05-14 curtBetter support for pausing/unpausing sound.
2004-05-10 curtClean up some sound buffer allocation/deallocation...
2004-04-28 curtSet a rapid fall off rate for interior cockpit sounds...
2004-04-24 curtChanges to go along with small interface changes in...
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-08-11 curtFix some compiler warnings.
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-06 curtThis is step "1" of probably "many" in the process...
2003-03-30 ehofmanSecond update in attempt to create an aircraft selectio...
2003-03-29 ehofmanA first stab at an aircraft selection dialog
2003-02-11 curtErik Hofman:
2003-02-04 curtFix a bug in transit sound termination and adjust the...
2003-01-29 davidAdd support for numerals as well as letters in Morse...
2002-12-31 davidPatch from Norm Vine to remove unnecessary include...
2002-10-03 davidHave update check that sound is enabled.
2002-09-30 curtErik Hofman:
2002-09-28 curtErik Hofman:
2002-08-26 curtMinor tweaks to sound subsystem update rates.
2002-08-25 curtErik Hofman:
2002-08-25 curtTidy up the autoconf/automake configuration a bit.
2002-08-05 davidPatch from Erik Hofman to remove 'random' option for...
2002-07-18 davidPatch from Cameron Moore:
2002-06-14 curtErik Hofman:
2002-06-13 curtAndy Ross:
2002-06-04 curtErik Hofman:
2002-05-20 curtErik Hofman:
2002-05-17 curtJim Wilson:
2002-05-11 davidMajor overhaul:
2002-05-11 davidProperty patches from Frederic Bouvier:
2002-05-09 curtErik Hofman:
2002-04-19 davidStop the sound when paused. We really need a separate...
2002-04-18 curtTracked down a potential segfault when trying to audibl...
2002-03-27 curtChanges corresponding to recent property manager changes
2002-03-27 davidPatch from Frederic Bouvier:
2002-03-20 curtConverted if ( string == "" ) constructs to if ( string...
2002-03-20 curtVarious Irix cleanups.
2002-03-19 davidMajor property-manager rewrite, using const char *...
2002-03-13 curtAdd "(" and ")" to ensure the expression is evaluated...
2002-03-12 curt*** empty log message ***
2002-03-11 curtPatches from Erik.
2002-03-11 curtOops, make sure we are generating an ocean tile if...
2002-03-11 curtCleaned up a couple compiler warnings.
2002-03-10 davidSound patch from Erik Hofman:
2002-03-04 curtThis patch creates a sample manager next to the sound...
2002-02-27 davidMajor sound-effect architectural reworking from Eric...
2002-02-05 curtVarious Irix compiler tweaks.
2002-02-05 curt1. Tidies up h-FOV/v-FOV handling and makes window...
2002-02-05 curtTweaks from Julian Foad:
2002-01-19 davidRemoved FGEngInterface and FGGearInterface after consul...
2002-01-18 curtTweaks to sound levels from Erik Hofman.
2002-01-11 curtRemoved old remnants of plib-1.2.x support. We haven...
2001-12-28 curtUpdates to build system to better support automake-1.5
2001-12-22 davidModified FGSubsystem::update() to take an int parameter...
2001-12-21 curtAdded _wheel_spin[] variable for simple wheel spin...
2001-12-21 curtAdded a really simple wheel spin model for audio effect...
2001-12-12 david-Removed .cvsignore from itself, since .cvsignore is...
2001-12-09 curtDavid Megginson writes:
2001-12-09 curtMSVC patches from Christian Mayer.
2001-12-09 curtCosmetic changes to #include order.
2001-12-07 curtTweak how tire squeal volume is calculated ... probably...
2001-12-06 curtChanged --aircraft= to --aero= to make way for a high...
2001-12-03 curt- added gear up and gear down sounds
2001-11-30 curt** src/Cockpit/panel.cxx
2001-11-30 curtTweaks to pitch/volume of a couple sound effects.
2001-11-24 curtSync with latest JSBSim CVS.
2001-11-20 curt- changed MAX_GEAR to an enum to avoid upsetting non...
2001-11-12 curtI just nailed an especially annoying tile cache schedul...
2001-11-06 curt- added support for new sounds: flaps, wheel rumble...
2001-10-29 curtAdditional changes including updates to JSBSim to try...
2001-10-29 curtSound manager changes from David Megginson.
2001-10-28 curtInitial revision of fg_fx.[ch]xx
2001-07-19 curt- don't set computer sound volume -- that's up to the...
2001-07-03 curtUse the new plib-1.4.1 sound interface to set a maximum...
2001-03-29 curtTweaking sound safety margin.
2001-03-29 curtPut blinking marker beacon (bool) into the property...
2001-03-29 curtDynamically adjust audio safety margin (how much audio...
2001-03-28 curtAdded marker beacon sound effects.
2001-03-25 curtMore fg -> sg namespace changes in simgear.
2001-03-24 curtSG-ified logstream.
2001-03-24 curtFG_ to SG_ namespace changes.
2001-03-24 curtFG_ to SG_ namespace changes.
2001-03-23 curtFG_ to SG_ namespace changes.
2001-03-21 curtMSVC fixes.
2001-03-16 curtMore tweaks to radio and sound.
2001-03-14 curtTweaks to PLIB version detection.
2001-03-12 curtCleaned up a few things relating to playing morse audio...
2001-03-09 curtPlay the full 4x VOR and 1x DME morse ident sequence...
2001-03-09 curtAttempt to detect and work around plib-1.2.0 audio...
2001-03-09 curtWorking on vor audio ident (morse).
2001-03-06 curtOoops, missed adding this the first time.
2001-03-05 curtReshuffled some of the sound code and created a "src...