aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-24Cleanup uninitialized read workaround(s).Matthew Hoops
2010-06-24SCI: added uninitialized read for room 720 in lsl1Martin Kiewitz
2010-06-24SCI: arg5 is map for graph(updateBox), added commentMartin Kiewitz
2010-06-24Added more information concerning the Dr. Brain uninitialized readFilippos Karapetis
2010-06-24Changed a warning which seems like regular SCI behavior into a debugCFilippos Karapetis
2010-06-24SCI: removing warning for known uninitialized readsMartin Kiewitz
2010-06-24SCI: change fix for island to make it workMartin Kiewitz
2010-06-24SCI: fixed workaround table from r50214 to have a valid terminator, also adde...Martin Kiewitz
2010-06-24SCI: created a workaround table for uninitialized reads, removing old comment...Martin Kiewitz
2010-06-24SCI: added currently known object/methodnames in comments for uninitialized r...Martin Kiewitz
2010-06-24SCI: added objectname and method name printed out when uninitialized temps ar...Martin Kiewitz
2010-06-24SCI: implement detection for uninitialized temp variable reads and implement ...Martin Kiewitz
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-22LAUNCHER: hopefully fixed music driver selection via command lineFlorian Kagerer
2010-06-22Fixed 2 crashes in QFG1VGA, when dying:Filippos Karapetis