aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-06-24SCI: fix kTextSize to not crash when destination has an invalid rect in itMartin Kiewitz
2010-06-24Initialize properly paramCount in gob1. This fixes several valgrind errors, a...Arnaud Boutonné
2010-06-24Turned two hacks inside validate_property() into errors till we find out wher...Filippos Karapetis
2010-06-24Initialize the stack with 'S' or 's' characters, like SSCI does (ultimately, ...Filippos Karapetis
2010-06-24Bugfix for correctly decoding 2-bit encoded depth surfacesPaul Gilbert
2010-06-24Corrected rendering of sprites into a scene backgroundPaul Gilbert
2010-06-24Corrected incorrect variable name changePaul Gilbert
2010-06-24Fixed script 140 in the Island of Dr. Brain by adding a workaround for it ins...Filippos Karapetis
2010-06-24Changed an error in LocalVariables::dereference() back to a warning, as it oc...Filippos Karapetis
2010-06-24Implement the rest of xvalvecontrol for the boiler puzzle in Riven, initializ...Matthew Hoops
2010-06-24Silence gcc warnings.Matthew Hoops
2010-06-23SCI: we extended the showBits() rect all the way depending on where the objec...Martin Kiewitz
2010-06-23Fixed memory fragmentation warnings in Crazy Nick's gamesFilippos Karapetis
2010-06-23SCI: cnick-laurabow & cnick-kq are called with -Nw 0 0...Martin Kiewitz
2010-06-23SCI: it seems that all cnick games are using the inbetween interpreterMartin Kiewitz
2010-06-23SCI: adding cnick-longbow to inbetween sci1.1 in GfxPaletteMartin Kiewitz
2010-06-23SCI: dont write palette in reorderView() if there is no palette :PMartin Kiewitz
2010-06-23Moved the SelectorCache struct inside selector.h, where it belongs, and fixed...Filippos Karapetis
2010-06-23Removed a hack with SCI1.1 static selectors, and set them properly. This fixe...Filippos Karapetis
2010-06-23SCI: global scaling implemented (hopefully, i'm not sure if it works 100% :P)...Martin Kiewitz
2010-06-23SCI: adding some more global scaling code, adding vanishingY and vanishingX a...Martin Kiewitz
2010-06-23SCI: some initial work on global scalingMartin Kiewitz
2010-06-23SCI: implementing boundary checking for GfxPalette::createFromData(), sq5 has...Martin Kiewitz
2010-06-23Made a warning more verboseFilippos Karapetis
2010-06-23Corrected newly added palette conversion warningPaul Gilbert
2010-06-23Changed some asserts to warningsFilippos Karapetis
2010-06-23Rewrote the MADS animation frame decoder to better guard against invalid data...Paul Gilbert
2010-06-22SCI: added nicks picks sq to the sci1.1 interpreter games, the other ones may...Martin Kiewitz
2010-06-22SCI: eco quest 1 demo also uses inbetween sci1.1 interpreter, fixing graphicsMartin Kiewitz
2010-06-22SCI: reversing r50168, demo is using the same offTop as well (demo.bat)Martin Kiewitz
2010-06-22SCI: demo of fairy tales uses regular offTopMartin Kiewitz
2010-06-22SCI: set offTop to 26 for mixed up fairy tales to fix all sorts of non-fully-...Martin Kiewitz
2010-06-22Fix uncompressed MIDI in T7G Mac.Matthew Hoops
2010-06-22Groovie: Add support for the compressed MIDI files of T7G Mac.Jordi Vilalta Prat
2010-06-22SCI: implemented kAssertPalette and a palvary fix for ::set, fixes erana's pl...Martin Kiewitz
2010-06-22Fixed kMergePoly after discussing with waltervn so that it correctly returns ...Filippos Karapetis
2010-06-22Fixed 2 crashes in QFG1VGA, when dying:Filippos Karapetis
2010-06-22SCI: fixed typoMartin Kiewitz
2010-06-22SCI: kPalVary(SetTarget) implementedMartin Kiewitz
2010-06-22SCUMM: Specify various file sizes of detection filesMax Horn
2010-06-22SCUMM: Add a debug message to detectGames() to help find filesizes of detecti...Max Horn
2010-06-22SCUMM: Add Japanese FOA CD version from tracker #3017219Max Horn
2010-06-22SCI: removing unneeded capacity uint from r50143Martin Kiewitz
2010-06-22SCI: kPalVary(setTarget) now triggers an errorMartin Kiewitz
2010-06-22Add support for the QFG3 demo audio map and audio resources. Based on a patch...Matthew Hoops
2010-06-22SCI: change midi queue to Common::Array and make it resize itself if needed i...Martin Kiewitz
2010-06-22Reverted the code which handles objects without a base object when loading, f...Filippos Karapetis
2010-06-22The volume subop of kDoAudio returns the previous volume in SCI2.1, but not i...Filippos Karapetis
2010-06-22Fully implement xvga1300_carriage, the gallow's carriage is now fully usable.Matthew Hoops
2010-06-22Stop saving the buffer, script and heap sizes of each script in saved gamesFilippos Karapetis