aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-101555 is ABGR (not ARGB)Joost Peters
svn-id: r36257
2009-02-10Cleaned up the input loop, using ScummVM keycode constants and some newly ↵Paul Gilbert
defined constants svn-id: r36255
2009-02-09Changed the save/load process to use a common serialiserPaul Gilbert
svn-id: r36253
2009-02-08Silenced MSVC warnings about uninitialized variablesFilippos Karapetis
svn-id: r36251
2009-02-08Updated the GMM hotkey documentation and the list of engines features ↵Jordi Vilalta Prat
according to the wiki svn-id: r36249
2009-02-08Remove key statement in PKG fileLars Persson
svn-id: r36248
2009-02-07Add detection entry for Gold Rush! 3.0 (Bought from The Software Farm, ↵Kari Salminen
reported by Muyfa666 on the forums and in the bug report #2565036). svn-id: r36246
2009-02-07Handle endianness difference in RestoreActorReels() -- fixes bug 2569407 - ↵Joost Peters
DW2: Big Endian crash on loading saved game svn-id: r36245
2009-02-07Add Amiga Italian version of Ween, and resort Ween entires by platform.Travis Howell
svn-id: r36243
2009-02-07Add another version of Blue's Birthday Adventure demo.Travis Howell
svn-id: r36241
2009-02-07Use Ctrl F5 for global main menu, since any single key would conflict with ↵Travis Howell
some games. svn-id: r36240
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-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
svn-id: r36235
2009-02-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
svn-id: r36234
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-07Third attemp at fixing release-critical #2472185. Also fixes regression ↵Vicent Marti
reported in #2555710. svn-id: r36227
2009-02-06Reverted previous commit.Vicent Marti
svn-id: r36226
2009-02-06Removed special case when redrawing the dialog stack. Fixes bug #2555710 and ↵Vicent Marti
several lesser graphical glitches with classic theme. svn-id: r36225
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-04make readBufferTinsel*() output in native endianness, rather than little endian.Joost Peters
svn-id: r36215
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-02Update for part buildingLars Persson
svn-id: r36206
2009-02-02Missed script update for future SAGA2 engineLars Persson
svn-id: r36204
2009-02-02#define usleep on BeOSMax Horn
svn-id: r36201
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 regression in the ADPCM decoder. DW2 music should be played correctly ↵Filippos Karapetis
again svn-id: r36195
2009-02-01Fixed incorrect usage of a boolean (boolean variables are not supposed to be ↵Filippos Karapetis
used as indexes to arrays...) svn-id: r36194
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-01Updated the MSVC project files of the scummvm project with the latest ↵Filippos Karapetis
changes to the files svn-id: r36190
2009-02-01Updated the kyra MSVC project files for the newly added filesFilippos Karapetis
svn-id: r36189
2009-02-01Removed uneeded setupPrologueData calls.Johannes Schickel
svn-id: r36188