aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2010-04-04SCI: check before writing 0 in SegManager::strncpy, fixes jones/cd crashMartin Kiewitz
2010-04-04SCI: put an ending NUL in strncpy, fixes castle of brain scrolling problem - ...Martin Kiewitz
2010-04-02SCI: removing unused variable from palette::setMartin Kiewitz
2010-04-02SCI: change actual setting of palette, fixes gk1 palette issue when talking t...Martin Kiewitz
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-03-16SCI: fix assert in sound code when fadeout is done (lsl1 bug #2970301)Martin Kiewitz
2010-03-10Fix warningMax Horn
2010-03-10Silenced some harmless cppcheck warnings about unreachable code after a return.Torbjörn Andersson
2010-03-08SCI: Make EngineState parameter to INV_SEL explicitMax Horn
2010-03-08SCI: Made some stuff staticMax Horn
2010-03-05SCI: Add detection entry for Space Quest 5 french found in Space Quest Collec...Fabio Battaglia
2010-02-28Add detection entry for SQ4 Mac.Matthew Hoops
2010-02-23SCI: Turn kernel_sleep() into SciEvent::sleep()Max Horn
2010-02-23SCI: Move SciGui::wait to EngineState::waitMax Horn
2010-02-23SCI: Stop storing EngineState in SciGui32Max Horn
2010-02-23SCI: add Gabriel Knight 1 French DOS CD detection entryFabio Battaglia
2010-02-21SCI: added warning when getting invalid rect in kCan(t)BeHereMartin Kiewitz
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-21Added comments on the SCI0-SCI1.1 kernel function table differences Filippos Karapetis
2010-02-21Handle invalid rects in kCanBeHere(). Fixes some odd crashes in IcemanFilippos Karapetis
2010-02-20Removed dead codeFilippos Karapetis
2010-02-17SCI: Reduce header interdependenciesMax Horn
2010-02-17SCI: Rename some members of class ResourceMax Horn
2010-02-17SCI: Cleanup resource.hMax Horn
2010-02-17SCI: Remove hack in convertSierraGameId which caused a memory leakMax Horn
2010-02-15SCI32 reorders the REF* subops in kMessage; fixes GK1 conversations.Matthew Hoops
2010-02-15SCI: No need to set _executionStackPosChanged in kDisposeScript, as the callk...Max Horn
2010-02-15SCI: Remove sound/audio.h include from engine/state.hMax Horn
2010-02-14Fixed typoFilippos Karapetis
2010-02-14Moved the reference to AudioPlayer inside SciEngine (as it doesn't have a sta...Filippos Karapetis
2010-02-13SCI: Move language related code from EngineState to SciEngineMax Horn
2010-02-13SCI: Fix compiling with USE_OLD_MUSIC_FUNCTIONS enabledMax Horn
2010-02-13SCI: Remove EngineState::_kernel, use SciEngine::_kernel insteadMax Horn
2010-02-13SCI: Move GameFeatures from EngineState to SciEngineMax Horn
2010-02-13SCI: Get rid of EngineState::resManMax Horn
2010-02-13SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngineMax Horn
2010-02-13SCI: Add global g_sci pointer to the active SciEngine instanceMax Horn
2010-02-13SCI: Change getSciVersionDesc() to return 'const char *' instead of 'Common::...Max Horn
2010-02-13SCI: Remove unused PARSE_HEAP_SIZEMax Horn
2010-02-12SCI: Revert r47929 (bad idea, as we may run out of offsets). Instead, adapt S...Walter van Niftrik
2010-02-10SCI: Update said.y to match changes made to said.cpp; regenerate said.cpp usi...Max Horn
2010-02-09SCI: also reset some variables inside reset(), so we dont error() out in lsl2...Martin Kiewitz
2010-02-08Search through arrays for outgoing references to fix possible garbage collect...Matthew Hoops
2010-02-08Add the missing ResMan debug channel.Matthew Hoops
2010-02-07SCI: Move bulk of op_callk code to new func callKernelFunc()Max Horn
2010-02-07SCI: cleanup; try to unify var names when reading PMachine instructions a bitMax Horn
2010-02-07SCI: Simplify yet another case of weird 'unsigned to signed' conversionMax Horn
2010-02-07Update comments in autoDetectSci21KernelType() explaining what we're checking...Matthew Hoops