Age | Commit message (Expand) | Author |
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: 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 | SCI: adding more debug output to kPalVary, fixing loading savedgames (_gfxPai... | Martin Kiewitz |
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: put kShakeScreen into GfxPaint, called directly now | Martin Kiewitz |
2010-02-06 | Added a sanity check for kListAt and made the hack for displaying text work i... | 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 | 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-05 | SCI: Add a 'SELECTOR' macro | Max Horn |
2010-02-05 | SCI: moving kDisplay into GfxPaint16, now getting called directly as well | Martin Kiewitz |
2010-02-05 | SCI: priority band specific stuff now gets called directly w/o SciGui | Martin Kiewitz |
2010-02-05 | SCI: remaining cursor functions now also directly called | Martin Kiewitz |
2010-02-05 | SCI: drawMenuBar, drawStatus now called directly and w/o SciGui | Martin Kiewitz |
2010-02-05 | SCI: moved onControl etc. into GfxCompare, now getting called directly. also ... | Martin Kiewitz |
2010-02-05 | Cleanup kShowMovie; merge the SCI1.1/SCI2 and SCI2.1 AVI code. | Matthew Hoops |
2010-02-05 | SCI: GfxCoordAdjuster class added, local2Global and global2Local use that cla... | Martin Kiewitz |
2010-02-05 | SCI: frameout sci32 stuff now gets called directly w/o SciGui/32 | Martin Kiewitz |
2010-02-05 | SCI: calling most of the cursor functions directly via _gfxCursor instead of ... | Martin Kiewitz |
2010-02-05 | SCI: Add implementation for Intersections(). | Walter van Niftrik |
2010-02-04 | Moved the PalVary code inside the GfxPalette class | Filippos Karapetis |
2010-02-04 | SCI: kPicNotValid now uses GfxScreen directly and not SciGui/32 | Martin Kiewitz |
2010-02-04 | SCI: making pathfinding debug support also work in sci32 (though it just show... | Martin Kiewitz |
2010-02-04 | SCI: putting most kGraph functions into GfxPaint16 | Martin Kiewitz |
2010-02-04 | SCI: putting kDrawCel info GfxPaint class, debug is using GfxPaint class as w... | Martin Kiewitz |
2010-02-04 | SCI: adding GfxPaint class, implementing kernelDrawPicture for GfxPaint16 and... | Martin Kiewitz |
2010-02-04 | SCI: adding back selector for sci32 | Martin Kiewitz |
2010-02-04 | SCI: adding selectors bottom and right | Martin Kiewitz |
2010-02-04 | SCI: adding support for resX, resY selectors for sci32 | Martin Kiewitz |
2010-02-03 | Placed all the game feature detection code in a separate class | Filippos Karapetis |
2010-02-03 | Initial implementation of text drawing for SCI2 (it's a hack for now, done th... | Filippos Karapetis |
2010-02-03 | SCI: Make add_exec_stack_entry & add_exec_stack_varselector static / private | Max Horn |
2010-02-03 | SCI: Move more stuff around | Max Horn |
2010-02-03 | cleanup | Max Horn |
2010-02-03 | SCI: restoring param of run_vm is a bool, not an int | Max Horn |
2010-02-03 | SCI: Get rid of EngineState::stack_segment | Max Horn |
2010-02-03 | SCI: Rearrange members of class EngineState | Max Horn |