Age | Commit message (Expand) | Author |
2010-02-23 | SCI: add Gabriel Knight 1 French DOS CD detection entry | Fabio Battaglia |
2010-02-21 | SCI: added warning when getting invalid rect in kCan(t)BeHere | Martin Kiewitz |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-02-21 | Added comments on the SCI0-SCI1.1 kernel function table differences | Filippos Karapetis |
2010-02-21 | Handle invalid rects in kCanBeHere(). Fixes some odd crashes in Iceman | Filippos Karapetis |
2010-02-20 | Removed dead code | Filippos Karapetis |
2010-02-17 | SCI: Reduce header interdependencies | Max Horn |
2010-02-17 | SCI: Rename some members of class Resource | Max Horn |
2010-02-17 | SCI: Cleanup resource.h | Max Horn |
2010-02-17 | SCI: Remove hack in convertSierraGameId which caused a memory leak | Max Horn |
2010-02-15 | SCI32 reorders the REF* subops in kMessage; fixes GK1 conversations. | Matthew Hoops |
2010-02-15 | SCI: No need to set _executionStackPosChanged in kDisposeScript, as the callk... | Max Horn |
2010-02-15 | SCI: Remove sound/audio.h include from engine/state.h | Max Horn |
2010-02-14 | Fixed typo | Filippos Karapetis |
2010-02-14 | Moved the reference to AudioPlayer inside SciEngine (as it doesn't have a sta... | Filippos Karapetis |
2010-02-13 | SCI: Move language related code from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Fix compiling with USE_OLD_MUSIC_FUNCTIONS enabled | Max Horn |
2010-02-13 | SCI: Remove EngineState::_kernel, use SciEngine::_kernel instead | Max Horn |
2010-02-13 | SCI: Move GameFeatures from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Get rid of EngineState::resMan | Max Horn |
2010-02-13 | SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn |
2010-02-13 | SCI: Change getSciVersionDesc() to return 'const char *' instead of 'Common::... | Max Horn |
2010-02-13 | SCI: Remove unused PARSE_HEAP_SIZE | Max Horn |
2010-02-12 | SCI: Revert r47929 (bad idea, as we may run out of offsets). Instead, adapt S... | Walter van Niftrik |
2010-02-10 | SCI: Update said.y to match changes made to said.cpp; regenerate said.cpp usi... | Max Horn |
2010-02-09 | SCI: also reset some variables inside reset(), so we dont error() out in lsl2... | Martin Kiewitz |
2010-02-08 | Search through arrays for outgoing references to fix possible garbage collect... | Matthew Hoops |
2010-02-08 | Add the missing ResMan debug channel. | Matthew Hoops |
2010-02-07 | SCI: Move bulk of op_callk code to new func callKernelFunc() | Max Horn |
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 | Update comments in autoDetectSci21KernelType() explaining what we're checking... | Matthew Hoops |
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 |