aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/game/sound.cpp
AgeCommit message (Expand)Author
2011-06-28LASTEXPRESS: Move Sound class to the sound folderLittleboy
2011-06-28LASTEXPRESS: Move sound queue related functions to a separate classLittleboy
2011-06-28LASTEXPRESS: Move more entry-related functions to Entry classLittleboy
2011-06-25LASTEXPRESS: Give proper name to another sound struct memberEugene Sandulenko
2011-06-24LASTEXPRESS: Move subtitle-related methods to the SubtitleEntry classLittleboy
2011-06-24LASTEXPRESS: Refactor Sound classLittleboy
2011-06-24LASTEXPRESS: Implement playLoopingSound()Eugene Sandulenko
2011-06-22LASTEXPRESS: Make some static data const respectively static.Johannes Schickel
2011-06-22LASTEXPRESS: Named several soundEntry structure membersEugene Sandulenko
2011-06-22LASTEXPRESS: Implement sound filters. Still not hooked in.Eugene Sandulenko
2011-06-03LASTEXPRESS: Remove unused variables.eriktorbjorn
2011-06-02LASTEXPRESS: Replace sprintf() usage with Common::String::format()Littleboy
2011-05-24LASTEXPRESS: Add a separate sound cache list for entries with a sound data bu...Littleboy
2011-05-14LASTEXPRESS: Silence compiler warningMax Horn
2011-05-13LASTEXPRESS: Implement SoundManager::setupCache()Littleboy
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-01-26LASTEXPRESS: Add some more error handling to Savegame and Sound classesJulien Templier
2011-01-25LASTEXPRESS: Fixed Memory Leak in Subtitles.David Turner
2011-01-25LASTEXPRESS: Correct typos in Alexei logic and sound codeJulien Templier
2011-01-25LASTEXPRESS: Fix accidental assignment in sound.cpp.David Turner
2011-01-25LASTEXPRESS: Add per-entry sound stream (this fixes all dialog being cut as s...Julien Templier
2011-01-25LASTEXPRESS: Add some subtitle support to Sound classJulien Templier
2010-11-15LASTEXPRESS: Use Common::StackLock instead of mutex lock/unlock in Sound classJulien Templier
2010-11-15LASTEXPRESS: Don't use NULL in arithmetic (silences a warning)Matthew Hoops
2010-11-15LASTEXPRESS: Protect sound queue accesses with mutexJulien Templier
2010-11-11LASTEXPRESS: Use SAFE_DELETE for class variablesJulien Templier
2010-11-11LASTEXPRESS: Fix some memory leaksJulien Templier
2010-10-27LASTEXPRESS: Implement game loading (last save entry only)Julien Templier
2010-10-27LASTEXPRESS: Cleanup game savingJulien Templier
2010-10-27LASTEXPRESS: Add some missing casts and const qualifiersJulien Templier
2010-10-26LASTEXPRESS: More savegame workJulien Templier
2010-10-21LASTEXPRESS: Implement remaining AI logic functions for Kahina and KronosJulien Templier
2010-10-21LASTEXPRESS: Implement 10 more AI logic functionsJulien Templier
2010-10-21LASTEXPRESS: Fix debug message.Torbjörn Andersson
2010-10-19LASTEXPRESS: Fix some space formatting.Jordi Vilalta Prat
2010-10-19LASTEXPRESS: Fix warning about empty loop bodyMax Horn
2010-10-18LASTEXPRESS: Merge in the engine.Eugene Sandulenko