aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2
AgeCommit message (Expand)Author
2010-09-20SWORD2: More safeguards for mute settingEugene Sandulenko
2010-09-20SWORD25: Fix bug #3032763: "SWORD2: Mute setting does not work"Eugene Sandulenko
2010-09-18SWORD2: Plug memory leaks.Eugene Sandulenko
2010-07-23SWORD2: Improve sync between local and global "mute" settingsTorbjörn Andersson
2010-07-17Remove PalmOS portMax Horn
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-07-16Cleanup.Torbjörn Andersson
2010-05-23Another video player regression: When the palette changes, look up theTorbjörn Andersson
2010-05-23Keep the Broken Sword cutscene players from using up all available CPU.Torbjörn Andersson
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-05-17Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th...Matthew Hoops
2010-05-15Fixed a regression that caused some speech in cutscenes to not be played.Torbjörn Andersson
2010-05-15Rewrote playMovieSound() to keep it from hogging memory in the resourceTorbjörn Andersson
2010-05-06Make sure that all the parameters to an mcode command are initialised. ThisTorbjörn Andersson
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2010-04-17Fix warnings when FLAC&MP3&VORBIS is disabled; also fixes leak in TinselMax Horn
2010-04-17This should fix the scaler Valgrind warning reported in (but probably not theTorbjörn Andersson
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-04-01Added an "fxq" debugger command to print the FX queue. I guess it might help inTorbjörn Andersson
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-03Yet more Flac -> FLAC changes for consistency.Johannes Schickel
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-01-28Hide VagStream implementation, only expose it via a factory methodMax Horn
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-21Silenced some cppcheck warnings.Torbjörn Andersson
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-09Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig...Max Horn
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2010-01-08Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play...Johannes Schickel
2010-01-07Cleanup.Johannes Schickel
2010-01-07Make VagStream a RewindableAudioStream.Johannes Schickel
2010-01-07Make makeWAVStream return a RewindableAudioStream.Johannes Schickel
2010-01-06- Move openStreamFile from AudioStream to SeekableAudioStream.Johannes Schickel
2010-01-03Change BS 1 & 2 to I & II (see discussion on -devel)Max Horn
2009-12-30Rename Common::Stream::readLine_NEW to readLineMax Horn
2009-12-30Corrected an old comment.Torbjörn Andersson
2009-12-09Fixed some simple cppcheck warnings.Torbjörn Andersson
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-20SWORD2: Turned static vars in Logic::fnISpeak into member vars of class LogicMax Horn
2009-10-20SWORD2: Resolve FIXME about weird static var 'k' in Router::smoothCheckMax Horn
2009-10-20SWORD2: Resolve FIXME about static var 'left' in Router::slidyWalkAnimatorMax Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-10-16Added a new convenience method to the video player, which adds the event of s...Filippos Karapetis
2009-10-14SWORD2: Switch from loadWAVFromStream to makeWAVStream.Max Horn
2009-10-01Fix free/delete/delete[] mismatches. Patch by salty-horseWillem Jan Palenstijn