aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2010-06-30SCI: removing all the remaining debug output from signature matchingMartin Kiewitz
2010-06-30SCI: removing full debug output when signature fails to the point where we di...Martin Kiewitz
2010-06-30SCI: Reverting r50516, SSCI didn't reset the node value when deleting the nod...Filippos Karapetis
2010-06-30SCI: implementing workarounds for kernel calls, removing original code workar...Martin Kiewitz
2010-06-30SCI: adding inheritancelevel to uninit workarounds to make them saferMartin Kiewitz
2010-06-30Updated incorrect commentFilippos Karapetis
2010-06-30Also erase the value of the list node itself when deleting it inside kDeleteK...Filippos Karapetis
2010-06-30When deleting a list node, erase its references to predecessor and successor ...Filippos Karapetis
2010-06-29SCI: added sci32-specific signature for kGetSaveDirMartin Kiewitz
2010-06-29SCI: added mac-specific signature for kGetEventMartin Kiewitz
2010-06-29SCI: implemented version specific signatures, added special kDrawCel signatur...Martin Kiewitz
2010-06-29SCI: adding space in kernelmap for workaround tableMartin Kiewitz
2010-06-29SCI: kernelMap cleanup and making it possible to have version (not implemente...Martin Kiewitz
2010-06-29Fixed 2 uninitialized reads in SQ6Filippos Karapetis
2010-06-29SCI: print out actual and supposed parameter types when having a kernel call ...Martin Kiewitz
2010-06-29SCI: Some cleanup of the GC code. Filippos Karapetis
2010-06-29SCI: Removed reg_t_EqualTo, since reg_t already defines an equals operatorFilippos Karapetis
2010-06-29SCI: Made the SoundCommandParser a member of the SciEngine class and removed ...Filippos Karapetis
2010-06-28Don't initialize graphics again when loadingFilippos Karapetis
2010-06-28SCI: More changes to the code for loading from the launcherFilippos Karapetis
2010-06-28SCI: stupid oversight fix r50446, too hot here :PMartin Kiewitz
2010-06-28SCI: fixing valgrind issue in Script::initialiseClasses thx to wjp for valgri...Martin Kiewitz
2010-06-28SCI: cleanup of execstack, output of backtrace slightly modified, is now also...Martin Kiewitz
2010-06-28SCI: Some more GC cleanupMax Horn
2010-06-28SCI: Turn more warnings into errors.Max Horn
2010-06-28SCI: Move a few remaining Script methods to engine/script.cppMax Horn
2010-06-28SCI: Clarify docs of GC related SegmentObj methodsMax Horn
2010-06-28SCI: Make various SegManager constMax Horn
2010-06-28SCI: get rid of Script::allocateObjectMax Horn
2010-06-28SCI: More comment rewrappingMax Horn
2010-06-28SCI: Fix DEBUG_GC mode and permanently enable itMax Horn
2010-06-28SCI: Revise GC interface: use Common::Array<reg_t> instead of callbacksMax Horn
2010-06-28SCI: Make Script member vars private; add const qualifiersMax Horn
2010-06-28SCI: Change warning back to error in Script::initialiseObjectsSci0Max Horn
2010-06-28SCI: More formatting cleanupMax Horn
2010-06-28SCI: cleanupMax Horn
2010-06-28SCI: added uninit workaround for lsl3 - when accessing set volume menu the fi...Martin Kiewitz
2010-06-28SCI: show arguments on selector invoke breakpoint even when VM_DEBUG_SEND is ...Martin Kiewitz
2010-06-27SCI: Removed the hack for loading games from the launcher from run_vm(). This...Filippos Karapetis
2010-06-27CleanupFilippos Karapetis
2010-06-27Cleanup, remove unused/obsolete codeFilippos Karapetis
2010-06-27Made the script initialization/uninitialization methods part of the segment m...Filippos Karapetis
2010-06-27SCI: Made the code for initializing script classes, objects and locals part o...Filippos Karapetis
2010-06-27SCI: Moved all the script-related code inside script.cpp/.h, and all script o...Filippos Karapetis
2010-06-27SCI: Separated the code for initializing script classes from the code for ini...Filippos Karapetis
2010-06-27SCI: added new command "p" / "stepover" to execute one command, but skip send...Martin Kiewitz
2010-06-27SCI: fixing regression from one of the mergesMartin Kiewitz
2010-06-27SCI: now showing kernel call name when argument signature check failsMartin Kiewitz
2010-06-27Turned the error when failing to locate an invalid object back to a warning (...Filippos Karapetis
2010-06-27SCI: better solution for the lsl6 uninit issue, we now go through all the par...Martin Kiewitz