aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2007-05-01Implemented a IFF (Interchange File Format) parser and added subclasses to ↵Nicola Mettifogo
parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code. svn-id: r26719
2007-05-01Made the collisionAreas' coordinates unsigned. This should fix bug #1706988Sven Hesse
svn-id: r26715
2007-05-01Fixed PalmOS ARM global object allocationChris Apers
svn-id: r26697
2007-04-30Cleaned up the script engine opcodes, added debug names for recently added ↵Paul Gilbert
script methods, and bugfix to method that was causing a crash in the first room svn-id: r26681
2007-04-30Added NPC to NPC talk action, and a bugfix for when remote viewing a roomPaul Gilbert
svn-id: r26680
2007-04-29Patch #1709681: SCUMM: Fallback to Adlib when Roland Upgrade is missingMax Horn
svn-id: r26679
2007-04-29Change getNumBoxes() to properly read the full uint16 box count (shouldn't ↵Max Horn
affect anything, though) svn-id: r26678
2007-04-29Handle the escape key properly in KQ4. Fixes bug #1660158Filippos Karapetis
svn-id: r26677
2007-04-29Hard crash when not using adlib/pcspk in a Loom/MonkeyEGA is not nice, we ↵Max Horn
should try to add a safe fallback mode at some point svn-id: r26676
2007-04-29Reworked hotspot actions so that talking to characters work properlyPaul Gilbert
svn-id: r26675
2007-04-29Only update the backend's palette when necessary, since doing this triggers aTorbjörn Andersson
full redraw. (We still do that by updating the entire screen every frame, but that could possibly change in the future.) As an added bonus, I can now see all the glitches of the English version's intro in full ScummTechniVMColor. :-) svn-id: r26672
2007-04-28Implement missing opcode and fix staff introVincent Hamm
svn-id: r26669
2007-04-28More cleanupVincent Hamm
Few bug fix svn-id: r26666
2007-04-28Possible fix for bug #1709124 ("GOB3: (dos/russian) just dont run")Sven Hesse
svn-id: r26665
2007-04-28Some minor cleanup (but we need to get rid of fopen/fread use here)Max Horn
svn-id: r26647
2007-04-28This is an updated and slightly cleaned up version of patch #1657061 ("SWORD1:Torbjörn Andersson
Cutscene subtitles"). It still has the deficiencies listen in the patch tracker and should therefore be considered work-in-progress, but sev said I should go ahead and commit it anyway. I have no further plans for it right now, so feel free to improve on it. svn-id: r26644
2007-04-28fixed warningPaweł Kołodziejski
svn-id: r26643
2007-04-28Add code difference for inventory arrows in Amiga versions of Simon the ↵Travis Howell
Sorcerer 1. svn-id: r26641
2007-04-28Ahem. Fixing code formatting.Eugene Sandulenko
svn-id: r26640
2007-04-28Changed abs() to ABS()Torbjörn Andersson
svn-id: r26639
2007-04-28Fixed warning.Torbjörn Andersson
svn-id: r26638
2007-04-28Fix extended characters in fontVincent Hamm
Implement palette manipulation svn-id: r26637
2007-04-27SCUMM: Moved data tables from detection.cpp to detection_tables.hMax Horn
svn-id: r26636
2007-04-27SAGA: Moved displayinfo stuff into its own header fileMax Horn
svn-id: r26635
2007-04-27Renamed agosgame.cpp -> detection_tables.hMax Horn
svn-id: r26634
2007-04-27Some tweaks to saga/detection_tables.hMax Horn
svn-id: r26633
2007-04-27Renamed sagagame.cpp -> detection_tables.h; merged sagagame.h into saga.hMax Horn
svn-id: r26632
2007-04-27Fix code formatting (partially) and guard defines in includes.Eugene Sandulenko
svn-id: r26631
2007-04-27Fixing more warningsMax Horn
svn-id: r26630
2007-04-27That should fix another segfault when clicking outside of the screen (bug ↵Sven Hesse
#1708863) svn-id: r26629
2007-04-27Fix compilationSven Hesse
svn-id: r26628
2007-04-27Fixed compilation (and a warning).Torbjörn Andersson
svn-id: r26627
2007-04-27Moved lure detection code into a new detection.cpp fileMax Horn
svn-id: r26625
2007-04-27CleanupVincent Hamm
svn-id: r26624
2007-04-27Renamed some game.cpp files to detection.cppMax Horn
svn-id: r26623
2007-04-27Renamed plugin.cpp to detection.cpp in all enginesMax Horn
svn-id: r26622
2007-04-27Fix warningMax Horn
svn-id: r26621
2007-04-27Refactored music code for dos version and added music to Amiga versions.Nicola Mettifogo
svn-id: r26619
2007-04-27Fixing more warningsMax Horn
svn-id: r26618
2007-04-27Fixing lots of warningsMax Horn
svn-id: r26617
2007-04-27Fixed loads of warnings with MSVC and gccFilippos Karapetis
svn-id: r26615
2007-04-27Wrong pasteFilippos Karapetis
svn-id: r26614
2007-04-27Removed some more warnings, fixed a regression madeFilippos Karapetis
svn-id: r26613
2007-04-27Fixing some more warningsFilippos Karapetis
svn-id: r26612
2007-04-27Fixed some warnings and unused variablesFilippos Karapetis
svn-id: r26611
2007-04-27Fixing compilation for meSven Hesse
svn-id: r26610
2007-04-27Adding cruise/module.mkFilippos Karapetis
svn-id: r26609
2007-04-27Updated configure and engines/engines.mk to include the cruise engine ↵Filippos Karapetis
(disabled by default) svn-id: r26608
2007-04-27Added the English version of Cruise for a Corpse to the detector, fixed typoFilippos Karapetis
svn-id: r26606
2007-04-27Add cruise source code for scummvmVincent Hamm
svn-id: r26605