aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-06-22Use KEYCODE constants.Torbjörn Andersson
svn-id: r27599
2007-06-22Use KEYCODE constants.Torbjörn Andersson
svn-id: r27598
2007-06-22Use KEYCODE constants.Torbjörn Andersson
svn-id: r27597
2007-06-21Use KEYCODE constants.Torbjörn Andersson
svn-id: r27596
2007-06-21Use KEYCODE constants. (Except for '~' which doesn't seem to have one.)Torbjörn Andersson
svn-id: r27595
2007-06-21Use the KEYCODE constants.Torbjörn Andersson
svn-id: r27593
2007-06-21Modified version of patch #1740493 (EVENTS: Event Key Codes)Max Horn
svn-id: r27592
2007-06-21Fixed freeing of invalid pointer, which would cause Operation Stealth to crash.Torbjörn Andersson
I don't know if the loadSet() / loadSetAbs() functions are every used in Future Wars. If so, we should commit this to the branch as well. svn-id: r27590
2007-06-21Revert debug output.Travis Howell
svn-id: r27583
2007-06-21Add font table for Spanish version of Elvira 2.Travis Howell
svn-id: r27582
2007-06-21Minor cleanup.Travis Howell
svn-id: r27580
2007-06-21Fix regressions, due to zoneNum changes.Travis Howell
svn-id: r27579
2007-06-21Fix regressions, due to buffer changes and cleanup.Travis Howell
svn-id: r27578
2007-06-21Use frameBuffer directly, in order to drop extra buffer (frontBuffer) and ↵Travis Howell
cleanup code. svn-id: r27577
2007-06-21Add Italian DOS version of Elvira 2.Travis Howell
svn-id: r27573
2007-06-20Add AGI256-2 support (On top of already present AGI256 support).Kari Salminen
AGI256-2 means handling 256 color views/sprites (AGI256 means handling 256 color picture resources). The code can now handle both 16 color and 256 color views/sprites in the same game. FIXME: Background in AGI256-2 demo may be incorrect. svn-id: r27572
2007-06-20Make putPixelsA-function use correct mask (0x0f normally for 16 colors, 0xff ↵Kari Salminen
for 256 colors in AGI256 mode). svn-id: r27571
2007-06-20Make drawing & blitting always use the correct screenKari Salminen
(Always 16 color screen for vector stuff, 256 color screen for everything else in AGI256 mode). svn-id: r27570
2007-06-20Add AGI256 picture resource loading using AGI command unknown170. Uses parts ↵Kari Salminen
of patch #1728713. svn-id: r27569
2007-06-20Add AGI256 picture resource decoding support to PictureMgr::decodePicture.Kari Salminen
svn-id: r27568
2007-06-20Add an additional AGI screen for 256 color data (For use with AGI256 and ↵Kari Salminen
AGI256-2). svn-id: r27564
2007-06-20Add AGI256 and AGI256-2 game feature flags to games that use them.Kari Salminen
svn-id: r27562
2007-06-20svn-id: r27561Kari Salminen
2007-06-20Fix for bug #1740241 (PSP: revision 27553 doesn't build)Max Horn
svn-id: r27559
2007-06-20typo - (returh => return) -- jvpratMatthew Hoops
svn-id: r27558
2007-06-20Added a workaround in IHNM for the compact disk in Ellen's chapterFilippos Karapetis
svn-id: r27557
2007-06-20Fix regressions, due to playSpeech() no longer been virtual match.Travis Howell
svn-id: r27556
2007-06-20Fix reading the speech_mute setting, the global setting was read, instead of ↵Travis Howell
the domain specific setting. svn-id: r27554
2007-06-20Fix crashes with some savegames in IHNMFilippos Karapetis
svn-id: r27553
2007-06-20Cleanup.Travis Howell
svn-id: r27552
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵Max Horn
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548
2007-06-19Cleanup, could cause regressions.Travis Howell
svn-id: r27547
2007-06-19When loading a game from the same chapter as the current chapter in IHNM, ↵Filippos Karapetis
the game will now be loaded correctly svn-id: r27546
2007-06-19When saving the game in IHNM after a chapter point change, the chapter point ↵Filippos Karapetis
change music will no longer be incorrectly saved, and the normal chapter music will be saved instead svn-id: r27545
2007-06-19Fix masking regressions, caused by dirtyClips code.Travis Howell
svn-id: r27544
2007-06-19IHNM: In chained cutaways, clear the previous cutaway immediatelyFilippos Karapetis
svn-id: r27543
2007-06-19The correct music track is now played when loading a game in IHNM. The ↵Filippos Karapetis
save/load mechanism in IHNM seems to be working correctly now (although it needs testing), however there are still some graphical glitches with the save/load dialogs. Also, moved some unfinished code for returning to the chapter selection screen to a more appropriate place svn-id: r27542
2007-06-19Removed obsolete commentFilippos Karapetis
svn-id: r27541
2007-06-19More updates for the save/load system in IHNMFilippos Karapetis
svn-id: r27540
2007-06-18Mouse is now properly hidden during dialogues, and is restored after ↵Nicola Mettifogo
load/save dialog boxes are closed. Moreover, kEngineMouse constant has been renamed to better match its meaning. svn-id: r27539
2007-06-18Change some regular integers to short integersFilippos Karapetis
svn-id: r27538
2007-06-18Use the SCUMMVM_VERSION macro from base/internal_version.h in the maemo ↵Max Horn
backend code, instead of hardcoding it (one potential headache less, yippie) svn-id: r27537
2007-06-18Update versions.Travis Howell
svn-id: r27536
2007-06-18Updated tools/version.pl once more, to handle dists/slackware/scummvm.SlackBuildMax Horn
svn-id: r27535
2007-06-18Added backends/platform/ds/arm9/makefile(.in) to tools/update-version.plMax Horn
svn-id: r27533
2007-06-18Add details for music compression in Puzzle Pack too.Travis Howell
svn-id: r27532
2007-06-18Added FIXME to dsmain.cpp about it not using SCUMMVM_VERSION (thus adding ↵Max Horn
one more headache to the release process) svn-id: r27531
2007-06-18Fix line wrapping of text in Elvira 2.Travis Howell
svn-id: r27522
2007-06-18Fix bug #1738870 - Elvira1: Glitch after opening a sarcophagus.Travis Howell
svn-id: r27520
2007-06-18NDS : Suppressed unneccessary complications regarding the backbuffer when ↵Bertrand Augereau
CPU-scaled, basically it has the same stride than the regular one (512b) so most code doesn't have to change svn-id: r27517