Age | Commit message (Expand) | Author |
2010-07-24 | SCI: fix warning and remove duplicate code | Martin Kiewitz |
2010-07-17 | SCI: fix debugging code of parser, add 0xffe special group into debug support | Martin Kiewitz |
2010-07-12 | SCI: Turn global object g_debugState into SciEngine member var | Max Horn |
2010-06-28 | SCI: Make Script member vars private; add const qualifiers | Max Horn |
2010-06-27 | Cleanup, remove unused/obsolete code | Filippos Karapetis |
2010-06-27 | SCI: added new command "p" / "stepover" to execute one command, but skip send... | Martin Kiewitz |
2010-06-17 | SCI: Remove selector_name function, some cleanup | Max Horn |
2010-06-10 | Resolved a FIXME with getSciLanguage(), by creating a separate setter. Also, ... | Filippos Karapetis |
2010-06-09 | Merged restAdjust and restAdjustCur, as we don't save the restAdjust modifier... | Filippos Karapetis |
2010-06-07 | Fixed regression from commit #49465 - there are in fact two restAdjust variab... | Filippos Karapetis |
2010-06-06 | Now that EngineState is not deleted when loading games, we can move some more... | Filippos Karapetis |
2010-05-30 | Limit access to the _bufSize, _scriptSize and _heapSize members of the Script... | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-26 | SCI: Making various object and script related things const | Max Horn |
2010-05-26 | More work on controlling access to members of the Object class: | Filippos Karapetis |
2010-05-19 | Fixed signed/unsigned warning, changed to CamelCase | Filippos Karapetis |
2010-05-18 | - Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S... | Filippos Karapetis |
2010-05-18 | Moved breakpointWasHit inside the DebugState struct, thus resolving a FIXME | Filippos Karapetis |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-02-13 | SCI: Remove EngineState::_kernel, use SciEngine::_kernel instead | Max Horn |
2010-02-07 | SCI: Convert disassemble to use readPMachineInstruction. | Max Horn |
2010-02-02 | SCI: Move some code around (no code changes) | Max Horn |
2010-01-29 | SCI: Reduce header interdependencies a bit | Max Horn |
2009-10-16 | SCI: Fixed debugger opcode names. | Walter van Niftrik |
2009-10-11 | More work on the Object class | Filippos Karapetis |
2009-10-10 | Started rewriting the Object struct into a class | Filippos Karapetis |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | Max Horn |
2009-09-17 | SCI: Add EngineState::_kernel member for convenience | Max Horn |
2009-09-17 | SCI: Add a global getSciVersion() function and make use of it | Max Horn |
2009-09-17 | SCI: Move parts of struct ScriptState into a new struct DebugState | Max Horn |
2009-09-17 | Changed the way object selectors are accessed, by removing the relevant defin... | Filippos Karapetis |
2009-09-17 | SCI: Rename MemObject -> SegmentObj | Max Horn |
2009-09-16 | SCI: Rename Script class members, change Script from struct to class | Max Horn |
2009-09-12 | - Made obj_get and obj_get_name methods of SegManager (getObject and getObjec... | Filippos Karapetis |
2009-09-06 | SCI: Rename resManager -> resMan; segManager -> segMan | Max Horn |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-08-29 | Removed the "op_" prefix from opcode names in the script debugger | Filippos Karapetis |
2009-08-27 | Stop loading opcodes from vocab.998. They are the same in all SCI games and a... | Filippos Karapetis |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-17 | - Simplified some functions to accept only the parts of the EngineState they ... | Filippos Karapetis |
2009-08-11 | SCI: Turn off logging in debugger. | Walter van Niftrik |
2009-07-18 | SCI: Fix stepping in debugger | Willem Jan Palenstijn |
2009-07-11 | Moved the kernel and the vocabulary outside of the engine state (they're stat... | Filippos Karapetis |
2009-07-11 | Fixed regression in the script parser from commit 42260 | Filippos Karapetis |
2009-07-08 | Some cleanup for the script debugger code: | Filippos Karapetis |
2009-07-07 | Added auto-detection for games with older headers for script blocks, and remo... | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-03 | SCI: Fixed warning | Max Horn |
2009-07-02 | Moved some more debug state related variables in the DebugState struct | Filippos Karapetis |
2009-07-02 | Moved all the debug state variables in a separate struct and re-enabled sever... | Filippos Karapetis |