aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2011-06-20TINSEL: Fix/comment CORO_KILL_SELF macro.Alyssa Milburn
2011-06-20TSAGE: Replaced integer counters used as mutexes with Common::Mutex usagePaul Gilbert
2011-06-20TSAGE: Loop variables are meant to be integers rather than boolsPaul Gilbert
2011-06-20TSAGE: Bugfix for crash when exiting whilst a sound is playingPaul Gilbert
2011-06-20TSAGE: Sound is now working!Paul Gilbert
2011-06-20TSAGE: Corrections to the sound fading codePaul Gilbert
2011-06-20TSAGE: Bugfix for properly decrementing _disabledServerCountPaul Gilbert
2011-06-20TSAGE: Initial implementation of AudioStream interface for sound driverPaul Gilbert
2011-06-20SCI: Let fallback detector set GUIO_NOSPEECH appropriatelyMax Horn
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-19TEENAGENT: Get rid of unused variable.Johannes Schickel
2011-06-19TSAGE: Fix signalling an action when a song stopsPaul Gilbert
2011-06-19DREAMWEB: Fix compilation error on MSVCPaul Gilbert
2011-06-19TSAGE: Silence GCC warnings (hopefully without breaking anything)eriktorbjorn
2011-06-19DREAMWEB: Added crash workaroundVladimir Menshakov
2011-06-19DREAMWEB: Added assertions on cx == 0xffffVladimir Menshakov
2011-06-19SCUMM: fix SCUMM3 FM-TOWNS font rendering glitch in Japanese modeathrxx
2011-06-19DREAMWEB: Added checksums for German CD releaseVladimir Menshakov
2011-06-19DREAMWEB: Removed getback = 4 hack, added clean exit from every menus and cre...Vladimir Menshakov
2011-06-19DREAMWEB: removed hack from openfileVladimir Menshakov
2011-06-19Merge remote branch 'remotes/dreammaster/tsage_sound'Paul Gilbert
2011-06-19TSAGE: Cleaned up the write() methodPaul Gilbert
2011-06-19TSAGE: Fixed problem with number of voices not being resetPaul Gilbert
2011-06-19LOL: fix bug reported on forumathrxx
2011-06-18AGOS: Get rid of unused variable.Johannes Schickel
2011-06-18SCUMM: regenerate 16bit palette after loading a savegame in LOOM PCEathrxx
2011-06-18SCUMM: fixed messed up colors in 16bit HE gamesathrxx
2011-06-18DREAMWEB: Fix saveGameState signature to match Engine's virtual methodOri Avtalion
2011-06-18SWORD25: Fix locale-related bug when reading the volume settingseriktorbjorn
2011-06-18SWORD25: Fix getting volume settings from config fileeriktorbjorn
2011-06-18SCUMM: make sure asmDrawStripToScreen is not called in 16bit modeathrxx
2011-06-18DREAMWEB: fixed size check in stosw(size)Vladimir Menshakov
2011-06-18DREAMWEB: added stubs for loading from lancher (disabled).Vladimir Menshakov
2011-06-18DREAMWEB: do not call updatescreen before quitting, fixed crash on dosreturn,...Vladimir Menshakov
2011-06-18DREAMWEB: implemented clean exitVladimir Menshakov
2011-06-18KYRA: Replace vsprintf by Common::String::vformatMax Horn
2011-06-18HUGO: Replace vsprintf by Common::String::vformatMax Horn
2011-06-18AGOS: Replace vsprintf by Common::String::vformatMax Horn
2011-06-18AGI: Replace vsprintf by Common::String::vformatMax Horn
2011-06-17SCUMM: fix FM-TOWNS graphics output for ARM devicesathrxx
2011-06-17Merge pull request #30 from tsoliman/configure-enhancement-warning-cleanEugene Sandulenko
2011-06-17DREAMWEB: clear cx after rep movs/stos commandsVladimir Menshakov
2011-06-17SCI: Improve 'extra' strings generated by fallback detectorMax Horn
2011-06-17ENGINES: Update GameDescriptor::updateDesc docs to match realityMax Horn
2011-06-17SCI: Improve fallback detection for KQ7Max Horn
2011-06-17SCI: Improve fallback detection for GK2 demoMax Horn
2011-06-17SCI: Change fallback detector to use allFiles hashmapMax Horn
2011-06-17MOHAWK: Add detection for Zoombinis v2.0.Scott Thomas
2011-06-17SCI: Use ScopedPtr to handle temporary resMan instance on the heapMax Horn
2011-06-17SWORD25: Fix image blending for blackEugene Sandulenko