aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/sndres.cpp
AgeCommit message (Expand)Author
2015-06-06AUDIO: Make makeAIFFStream return a RewindableAudioStreamMatthew Hoops
2014-02-18SAGA: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-02SAGA: Fix odd memcmp() conditions, as reported by clangFilippos Karapetis
2013-04-27SAGA: Fix memory leak in Mac version of IHNMTorbjörn Andersson
2012-03-13JANITORIAL: Remove unnecessary empty default constructors/destructors.Christoph Mallon
2011-12-24SAGA: Rework the way audio is bufferedMatthew Hoops
2011-12-24SAGA: Properly handle ITE Mac sound resourcesMatthew Hoops
2011-07-09SAGA: Removed several game flags, which are now found more reliably on the flyFilippos Karapetis
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-10-24SAGA: replace Resource:loadResource malloc with ByteArray classAndrew Kurushin
2010-10-24SAGA: replace Scene::_resourceList, Interface::_inventory malloc arrays with ...Andrew Kurushin
2010-10-22SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_s...Andrew Kurushin
2010-10-02SAGA: Fix bug #3065113 with patched sound glitchEugene Sandulenko
2010-09-14SAGA: Fix audio flags for VOC soundsWillem Jan Palenstijn
2010-06-15SAGA: Fix bug #2886141.Eugene Sandulenko
2010-05-16Added automatic detection of the IHNM demoFilippos Karapetis
2010-01-31Switch makeADPCMStream to DisposeAfterUse::FlagMax Horn
2010-01-27Moved the Shorten decoder inside the SAGA engine, as it's the only one using ...Filippos Karapetis
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2009-12-04refactor resource module:Andrew Kurushin
2009-08-17Simplified the sound playing code by removing the boolean variables for signe...Filippos Karapetis
2009-08-17Made sound effect playing code consistent for compressed and uncompressed sou...Filippos Karapetis
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-01-17Silenced MSVC warningFilippos Karapetis
2009-01-06Use skip instead of seekFilippos Karapetis
2009-01-04Got rid of explicit game sound infoFilippos Karapetis
2009-01-04Improved handling of sound resourcesFilippos Karapetis
2009-01-02Wrapped more engine-specific code around appropriate ifdefsFilippos Karapetis
2009-01-02- Split the IHNM script functions into a different fileFilippos Karapetis
2009-01-01Simplified sound resource loadingFilippos Karapetis
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-31Several fixes and cleanup for sound resource loading. Sound information for s...Filippos Karapetis
2008-12-31Preliminary Shorten audio support for SAGA 2 games. It's still very wrong and...Filippos Karapetis
2008-12-29- Removed game sound information for sound types that it can be determined au...Filippos Karapetis
2008-12-29- IHNM Mac loads correctly againFilippos Karapetis
2008-12-22- Split the SAGA resource manager in 3 different ones, depending on the resou...Filippos Karapetis
2008-12-21- Added some stubs for the SAGA2 games dino and fta2Filippos Karapetis
2008-12-21Cleaned up the mess with game IDs and game types: removed game types, reduced...Filippos Karapetis
2008-12-12Fixed a regression of commit #34458. Sound data for compressed sounds was rea...Filippos Karapetis
2008-09-30SAGA: Some code cleanupMax Horn
2008-09-09Committed patch #2100962 - "Saga engine reduced memory usage"Filippos Karapetis
2008-05-26Code cleanup:Filippos Karapetis
2008-04-05Fixed warning. (You shouldn't have to use floor() to simulate integer mathTorbjörn Andersson
2008-04-05Fixed regression from previous commitFilippos Karapetis
2008-04-05Simplify codeEugene Sandulenko
2008-04-05Speech is now played correctly in the Macintosh version of IHNMFilippos Karapetis
2008-04-05Sound effects in the Macintosh version of IHNM are now workingFilippos Karapetis
2008-02-27Don't change the voice bank when no voice files are present. This will stop S...Filippos Karapetis