aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-16For a better user experience, clear all meta infos, when clicking on an ↵Johannes Schickel
unused slot in the GMM save/load dialog. svn-id: r43437
2009-08-16Fix F5's save button in DOTT CD for me. Actually I was able to reproduce the ↵Johannes Schickel
issue before I wrote this code, after reverting it for more testing, I couldn't reproduce it anymore. Probably it was some random problem, at least this code should now assure the "Save" button's state is always matching the return value of ScummEngine::canSaveGameStateCurrently. svn-id: r43436
2009-08-16Added detection entry for the UK 16 colour versionPaul Gilbert
svn-id: r43434
2009-08-16Fix bug #2838464 "SCUMM: GUI messages misaligned".Johannes Schickel
svn-id: r43431
2009-08-16Fix valgrind warnings.Johannes Schickel
svn-id: r43428
2009-08-16Added Ninteno DS specific hack, which takes care of tab button width ↵Johannes Schickel
problems. This actually is not a NDS specific problem, but so far the NDS seems to be the only backend, which has a custom (hardcoded) dialog, which makes problems with our theme layouts. Instead of r43423, which enabled auto width calculaction for tab buttons on all platforms, this commit limits this to the Nintendo DS backend. This takes care of possible layout changes, caused by the changes of the commit. I also added a comment with possible solutions to this problem. svn-id: r43426
2009-08-16Fix options dialog's reflowLayout.Johannes Schickel
svn-id: r43425
2009-08-16Fix using the backspace key on Mac OS X in HE games.Matthew Hoops
svn-id: r43420
2009-08-16Fix overflow in convertFilePath().Travis Howell
svn-id: r43417
2009-08-15Fix for bug #2835581 (KQ3: Game Crash When Leaving Tavern as Fly):Kari Salminen
- Use AGI version 0x3149 instead of the previous 0x3086 - Makes ESC pause the game (Identical to original in this respect) svn-id: r43414
2009-08-15Yet another slight graphic fix for the Kyrandia 1 Amiga credits.Johannes Schickel
svn-id: r43413
2009-08-15Added const qualifiers to static data.Johannes Schickel
svn-id: r43411
2009-08-15Removed unnecessary semi-colons.Torbjörn Andersson
svn-id: r43409
2009-08-15SCI: Add missing versions to exe version parsingWalter van Niftrik
svn-id: r43408
2009-08-15SCI: Rename sci_version_t to SciVersionWalter van Niftrik
svn-id: r43407
2009-08-15Added Dirty Rect handling functionalityPaul Gilbert
svn-id: r43406
2009-08-15Properly implement PSPFilesystemFactory::makeCurrentDirectoryFileNode()Joost Peters
svn-id: r43404
2009-08-15Restore code to clear screen, before playing videos with smaller resolution ↵Travis Howell
in the Amiga version of The Feeble Files. svn-id: r43402
2009-08-15Fix regression, that caused multiple sounds in Simon the Sorcerer 2 to be ↵Travis Howell
cut off. svn-id: r43400
2009-08-15Fix compilation.Andre Heider
svn-id: r43393
2009-08-15SCI: Added enum for map and volume versions. Removed res_version setting fromWalter van Niftrik
detection.cpp (should be detectable). Cleanup. svn-id: r43390
2009-08-14remove double semi-colon -- hopefully this kicks the buildbot back into ↵Joost Peters
action =) svn-id: r43388
2009-08-14PSP: add svn revision + build date to SFO title.Joost Peters
svn-id: r43386
2009-08-14PSP: also create param.sfo when building via configureJoost Peters
svn-id: r43384
2009-08-14Little fix for lopping credits in Kyrandia 1 Amiga.Johannes Schickel
svn-id: r43383
2009-08-14MIPSpro compilation fixes / workarounds (from a patch by Rainer Canavan)Joost Peters
The hashmap.h change is ugly, but so far the only thing found to work. Suggestions for a better "fix" appreciated! svn-id: r43380
2009-08-14add psp_clean build rule to clean up EBOOT.PBP and scummvm_stripped.elfJoost Peters
svn-id: r43377
2009-08-14Fix incorrect memset() call (reported by Peter Bortas).Joost Peters
svn-id: r43375
2009-08-14PSP: create an EBOOT.PBP when building via configureJoost Peters
svn-id: r43369
2009-08-14Setting gob3 save/load mode of the temporary sprite "intro.$$$" to ignore ↵Sven Hesse
and remove the TempSpriteHandler. Gob3 doesn't use it at all and Lost in Time only saves (with an invalid index) and never loads svn-id: r43366
2009-08-14Updated files from 1.0.0 branchLars Persson
svn-id: r43362
2009-08-14The Nintendo DS hack for introduction in Simon the Sorcerer 1 is only ↵Travis Howell
required for Windows version (WAV format) now. svn-id: r43358
2009-08-13Allow VOCs to stream from disk. Disabled by default, use symbol ↵Neil Millstone
STREAM_AUDIO_FROM_DISK to enable. See patch #2834001. svn-id: r43357
2009-08-13Cleanup.Johannes Schickel
svn-id: r43354
2009-08-13Cleanup.Johannes Schickel
svn-id: r43353
2009-08-13Little fix of new modern theme layout in the launcher for 3x.Johannes Schickel
svn-id: r43352
2009-08-13Move version string in Modern theme beneath the Logo in high res mode, this ↵Johannes Schickel
saves some space and looks nicer. svn-id: r43350
2009-08-13Implemented support for the "Lore of the Lands" special of Lands of Lore CD.Johannes Schickel
svn-id: r43349
2009-08-13fix methodsArnaud Boutonné
svn-id: r43347
2009-08-13Suppress no longer needed Playtoons workaroundArnaud Boutonné
svn-id: r43346
2009-08-13- Add a specific OPCODEFUNC checkData to avoid having a Playtoons workaround ↵Arnaud Boutonné
in working code - Replace OPCODEDRAW 0x20,0x23 and 0x25 svn-id: r43345
2009-08-13Initial save handler for Playtoons Arnaud Boutonné
svn-id: r43344
2009-08-13Do not unload credits data after copying it to a temporary buffer in ↵Johannes Schickel
Kyrandia 1 Amiga, since the credits will be looped and need reload every time. svn-id: r43342
2009-08-13Fix serious bug in StaticResource::unloadId.Johannes Schickel
svn-id: r43340
2009-08-13Fix key input in credits sequences.Johannes Schickel
svn-id: r43339
2009-08-13Little optimization in Screen::setPaletteIndex, now it only resets the ↵Johannes Schickel
palette, when the color index really changed. svn-id: r43338
2009-08-12Properly respect users sfx/music config settings for MIDI output.Johannes Schickel
svn-id: r43332
2009-08-12Implement special Kyrandia 1 Amiga credits text scroller.Johannes Schickel
svn-id: r43329
2009-08-12Put some more IHNM / SAGA2 specific code into compile guards.Johannes Schickel
svn-id: r43326
2009-08-12Add a slight paranoia check to drawCharANSI.Johannes Schickel
svn-id: r43325