aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2009-02-07Make the subtitle settings in Options section of the global main menu ↵Travis Howell
optional, and enable only for game engines where subtitles settings are synced. svn-id: r36237
2009-02-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
svn-id: r36236
2009-02-07Cleanup.Travis Howell
svn-id: r36233
2009-02-07Cleanup.Travis Howell
svn-id: r36232
2009-02-07time.h include no longer required.Travis Howell
svn-id: r36229
2009-02-07Cleanup.Travis Howell
svn-id: r36228
2009-02-05Allow ScummVM to quit while a character is talking in Kyra3.Johannes Schickel
svn-id: r36221
2009-02-04correct endianness in SetActorRGB()Joost Peters
svn-id: r36220
2009-02-04Fix palette on big endianJoost Peters
svn-id: r36219
2009-02-04DW2/Tinsel2 endian fixes. Apart from some palette glitches the game is ↵Joost Peters
playable now. svn-id: r36218
2009-02-04- Fixed/completed cd audio support (sfPlayCd and sfGetCdTime) for ↵Benjamin Haisch
Manhole:N&E and RtZ CD svn-id: r36217
2009-02-04DW2 endian fixesJoost Peters
svn-id: r36216
2009-02-04endian fixJoost Peters
svn-id: r36214
2009-02-04Fix startup of AtariST demo of Elvira 1.Travis Howell
svn-id: r36212
2009-02-03Removed unused codeFilippos Karapetis
svn-id: r36210
2009-02-03Fixed support for walking zones in BRA:Nicola Mettifogo
* patches are not applied if the zone is not visible when loading * when applying a patch, always overwrite the existing data instead of OR'ing svn-id: r36209
2009-02-03Removed newlines from debug statements.Nicola Mettifogo
svn-id: r36208
2009-02-02KYRA: cleanupFlorian Kagerer
svn-id: r36207
2009-02-02Fixed warning about implicit signed -> unsigned integer conversionMax Horn
svn-id: r36200
2009-02-02endian safetyJoost Peters
svn-id: r36199
2009-02-02t2PlayReel() endian fixesJoost Peters
svn-id: r36198
2009-02-02more endian fixesJoost Peters
svn-id: r36197
2009-02-01endian fixJoost Peters
svn-id: r36196
2009-02-01Fixed graphics glitches when replaying intro.Johannes Schickel
svn-id: r36193
2009-02-01- CleanupJohannes Schickel
- This time fixed the real cause of the mismatching malloc / delete[] call. svn-id: r36191
2009-02-01Removed uneeded setupPrologueData calls.Johannes Schickel
svn-id: r36188
2009-02-01Oops wrong parameter in last commit.Johannes Schickel
svn-id: r36187
2009-02-01- Fixed mismatching new[] / free.Johannes Schickel
- Fixed bad casting svn-id: r36186
2009-02-01Implemented per voice volume control. (Used for example in LoL intro)Johannes Schickel
svn-id: r36184
2009-02-01Moved some code to newly added files sequences_lol.cpp (more static sequence ↵Johannes Schickel
code is coming up in the future anyway...) svn-id: r36183
2009-02-01Oops removed accidently commited code.Johannes Schickel
svn-id: r36182
2009-02-01Removed obsolete fixme.Johannes Schickel
svn-id: r36181
2009-02-01Fixed out of bounds memory access.Johannes Schickel
svn-id: r36180
2009-02-01Fixed compilation for now.Johannes Schickel
svn-id: r36179
2009-02-01svn-id: r36178Florian Kagerer
2009-02-01T7G: Fix for 2474078 (hopefully). Check if volume has fallen to correct ↵Henry Bush
level at end of applyfading, in case it gets set to correct level during it. svn-id: r36173
2009-02-01T7G: revert r36125 until I figure out why it broke general midi musicHenry Bush
svn-id: r36170
2009-01-31o2_loadSoundFile is a dummy for non DOS versions.Johannes Schickel
svn-id: r36168
2009-01-31Disable GMM Save/Loading when a cut-scene is playingPaul Gilbert
svn-id: r36165
2009-01-31Enabled runtime save/loading from the GMM menu, and fixed launcher listing ↵Paul Gilbert
of savegames svn-id: r36164
2009-01-31Fixed o2_loadSoundFile implementation.Johannes Schickel
svn-id: r36163
2009-01-31Fix for bug #2551436 "KYRA2: ScummVM quits after death".Johannes Schickel
svn-id: r36161
2009-01-31fixed invalid dirty rect for infobar ; added code difference in infobar ↵Gregory Montoir
display for DE version (tracker items #2523881,2523924) svn-id: r36160
2009-01-31Disable the "press c for credits" hotkey (which wasn't in the original anyway)Torbjörn Andersson
because of strange rumors about the credits running spontaneously every few minutes. I don't know if this is a temporary or permanent measure. svn-id: r36155
2009-01-31Bugfix to properly have one NPC character move out of the way when two NPCs ↵Paul Gilbert
bump into each other svn-id: r36153
2009-01-30Avoid using g_engine if possibleMax Horn
svn-id: r36149
2009-01-30Don't use g_engine to access the mixerMax Horn
svn-id: r36147
2009-01-30Bugfix to stop characters changing rooms if the entrance in the other room ↵Paul Gilbert
is blocked by another NPC svn-id: r36144
2009-01-30do not include common/debug.h from common/util.hMax Horn
svn-id: r36143
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
svn-id: r36142