Age | Commit message (Expand) | Author |
2010-01-30 | SCI: Remove extra '\n's in debugC messages | Willem Jan Palenstijn |
2010-01-29 | SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo... | Max Horn |
2010-01-26 | Wording - we ignore calls to kUnload with less than 2 parameters | Filippos Karapetis |
2010-01-26 | Ignore kUnload calls which are not made with less than 2 parameters. Apparent... | Filippos Karapetis |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | kSetSynonyms is really parser related, but it's an empty function in games wi... | Filippos Karapetis |
2010-01-23 | - Moved all of the parser-related variables inside the Vocabulary class | Filippos Karapetis |
2010-01-05 | SCI: Removed the old graphics code | Filippos Karapetis |
2009-12-21 | SCI32: | Matthew Hoops |
2009-10-28 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def... | 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-29 | Remove unused variable. | Johannes Schickel |
2009-09-29 | - Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends... | Filippos Karapetis |
2009-09-29 | QFG3 clears clones with underbits set, so disable the warning for this behavior | Filippos Karapetis |
2009-09-28 | SCI: Remove unsafe unmarkDeleted function. | Willem Jan Palenstijn |
2009-09-21 | SCI: Rename Object::flags and pos to _flags and _pos; tweak scriptObjInit0 an... | Max Horn |
2009-09-17 | SCI: Move some selector related function into a new file selector.cpp | Max Horn |
2009-09-17 | SCI: Add a global getSciVersion() function and make use of it | Max Horn |
2009-09-17 | Changed the way object selectors are accessed, by removing the relevant defin... | Filippos Karapetis |
2009-09-17 | SCI: More cleanup | Max Horn |
2009-09-16 | SCI: Turn some SegManager methods into Script methods | Max Horn |
2009-09-16 | SCI: Rename Script class members, change Script from struct to class | Max Horn |
2009-09-12 | Made is_object() a method of the segment manager | Filippos Karapetis |
2009-09-12 | - Made obj_get and obj_get_name methods of SegManager (getObject and getObjec... | Filippos Karapetis |
2009-09-06 | SCI: Cleanup for some SegManager internals | Max Horn |
2009-09-06 | SCI: Rename resManager -> resMan; segManager -> segMan | Max Horn |
2009-09-04 | Moved some functions inside the SegManager class, and renamed alloc_clone() t... | Filippos Karapetis |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-09-02 | SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re... | Max Horn |
2009-09-01 | - Moved the Sierra game ID conversion code inside game.cpp, so that any game-... | Filippos Karapetis |
2009-09-01 | Fixed the crash at the beginning of EcoQuest 1 CD | Filippos Karapetis |
2009-08-25 | - Replaced more cases of EngineState parameters | Filippos Karapetis |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-20 | remove \n's from error() calls | Joost Peters |
2009-08-17 | - Simplified some functions to accept only the parts of the EngineState they ... | Filippos Karapetis |
2009-07-11 | Moved the kernel and the vocabulary outside of the engine state (they're stat... | Filippos Karapetis |
2009-06-07 | SCI: Moved resource36 handling into resource manager. | Walter van Niftrik |
2009-06-07 | Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALT | Filippos Karapetis |
2009-06-07 | Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY... | Filippos Karapetis |
2009-06-06 | Store long-term pointers to object variables in a new ObjVarRef struct. | Willem Jan Palenstijn |
2009-06-04 | SCI: Support for 16-bit DPCM. | Walter van Niftrik |
2009-06-01 | Split the kernel functions away from the vocabulary functions (WIP, saving/lo... | Filippos Karapetis |
2009-06-01 | Replaced kernel_oops with error(), and added an enum to clarify the cases whe... | Filippos Karapetis |
2009-05-31 | - Further objectification of the SCI vocabulary functions | Filippos Karapetis |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-30 | Started objectifying the vocabulary functions (WIP) | Filippos Karapetis |
2009-05-30 | - Removed debug_mode from the engine state | Filippos Karapetis |
2009-05-21 | Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines | Filippos Karapetis |
2009-05-19 | SCI: Added some stubs for LSL6CD (lores). | Walter van Niftrik |