Age | Commit message (Expand) | Author |
2010-02-07 | SCI: cleanup; try to unify var names when reading PMachine instructions a bit | Max Horn |
2010-02-07 | SCI: Simplify yet another case of weird 'unsigned to signed' conversion | Max Horn |
2010-02-07 | removed mark animation and overlay animation hack | Vladimir Menshakov |
2010-02-07 | do not trigger combine for the one object | Vladimir Menshakov |
2010-02-07 | fixed rgb chief glitch in final scene | Vladimir Menshakov |
2010-02-07 | Update comments in autoDetectSci21KernelType() explaining what we're checking... | Matthew Hoops |
2010-02-07 | added missing haystack callback, fixed fatso visibility bug | Vladimir Menshakov |
2010-02-07 | committed missing file | Vladimir Menshakov |
2010-02-07 | process object callback both on left and right click. skip r-click callback f... | Vladimir Menshakov |
2010-02-07 | added setFlag, fixed non-mark's messages | Vladimir Menshakov |
2010-02-07 | pathfinding improvements, added async flag setting | Vladimir Menshakov |
2010-02-07 | LOL: fixed handling of invalid monster attack sfx in the Urbish mines (should... | Florian Kagerer |
2010-02-07 | SCI: Fix build without SCI32 (again) | Willem Jan Palenstijn |
2010-02-07 | SCI: GfxPalette::setFromResource() now actually passes force further down the... | Martin Kiewitz |
2010-02-07 | SCI: Fix VM crash when NULL_REG is passed to AvoidPath (SCI32). | Walter van Niftrik |
2010-02-07 | SCI: Some cleanup | Max Horn |
2010-02-07 | Split GameFeatures::autoDetectFeature into several methods, one for each feature | Max Horn |
2010-02-07 | SCI: Add GameFeatures::getDetectionAddr auxillary method | Max Horn |
2010-02-07 | SCI: Refactor GameFeatures::autoDetectFeature | Max Horn |
2010-02-07 | SCI: Switch GameFeatures::autoDetectFeature to using readPMachineInstruction | Max Horn |
2010-02-07 | SCI: Convert disassemble to use readPMachineInstruction. | Max Horn |
2010-02-07 | SCI: Get rid of GET_OP_ macros | Max Horn |
2010-02-07 | SCI: Add function readPMachineInstruction() | Max Horn |
2010-02-07 | SCI: set screen palette only when it got changed during merge (performance on... | Martin Kiewitz |
2010-02-07 | SCI: dont set palette on kernelDrawCel() call | Martin Kiewitz |
2010-02-07 | SCI: added dummy assertpalette to GfxPalette, setting destination palette imm... | Martin Kiewitz |
2010-02-07 | With the new detection for setCursor, the game object and game ID are no long... | Filippos Karapetis |
2010-02-07 | SCI1 Mac games can call kGetFarText with a NULL destination, so we need to al... | Matthew Hoops |
2010-02-07 | Oops, correct a comment. | Matthew Hoops |
2010-02-07 | Rewrite detectSetCursorType() so that it works for KQ5 Mac in addition to KQ5... | Matthew Hoops |
2010-02-06 | Fascination - Use invalidateRect instead of dirtiedRect, fix several other li... | Arnaud Boutonné |
2010-02-06 | Add an assert to avoid a crash when printing the character 0x00. | Arnaud Boutonné |
2010-02-06 | SCI: adding more debug output to kPalVary, fixing loading savedgames (_gfxPai... | Martin Kiewitz |
2010-02-06 | Removed unnecessary semi-colons to keep GCC happy. | Torbjörn Andersson |
2010-02-06 | SCI: added debug code to kPalVary, added warning when calling kPalette(setFro... | Martin Kiewitz |
2010-02-06 | SCI: Revert r47925 and put fix inside GC instead. | Walter van Niftrik |
2010-02-06 | SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ... | Martin Kiewitz |
2010-02-06 | SCI: put kShakeScreen into GfxPaint, called directly now | Martin Kiewitz |
2010-02-06 | Mark the sanity checks inside kernelSetNowSeen and kernelBaseSetter as hacks | Filippos Karapetis |
2010-02-06 | Added a sanity check for kListAt and made the hack for displaying text work i... | Filippos Karapetis |
2010-02-06 | Don't try and manipulate invalid views (i.e. views with view ID -1/65535, whi... | Filippos Karapetis |
2010-02-06 | SCI: Run GC only when execution_stack_base is 0. | Walter van Niftrik |
2010-02-06 | Silenced warning that intersectionX and intersectionY could be uninitialized | Filippos Karapetis |
2010-02-06 | Fascination: Fix lamp problem in parking lot. | Arnaud Boutonné |
2010-02-06 | Add a missing break. | Matthew Hoops |
2010-02-06 | SCI: Don't call garbage collector directly from kFlushResources() as this is ... | Walter van Niftrik |
2010-02-06 | Add detection entry for KQ5 Mac. Also, make Mac and Amiga SCI1_EGA+ games def... | Matthew Hoops |
2010-02-05 | SCI: removing int8 from kernelSetNowSeen() as well, didnt make any sense :P | Martin Kiewitz |
2010-02-05 | SCI: removing int8 inside kernelSetNowSeen as well, didnt make any sense :P | Martin Kiewitz |
2010-02-05 | SCI: Get rid of the mysterious sign_extend_byte() and replace it by a simple ... | Max Horn |