Age | Commit message (Expand) | Author |
2010-06-03 | Moved several object-related defines inside vm.h into segment.h, where the Ob... | Filippos Karapetis |
2010-05-30 | Limited access to the script export table and synonyms block | Filippos Karapetis |
2010-05-30 | kScriptID can be used to load scripts with no exports. Don't throw warnings i... | 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-29 | Removed the scriptRelocateExportsSci11() hack. The open spell in QFG1VGA work... | Filippos Karapetis |
2010-05-26 | SCI: Making various object and script related things const | Max Horn |
2010-05-19 | Removed the exportsAreWide variable from the segment manager and save games, ... | Filippos Karapetis |
2010-05-18 | - Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S... | Filippos Karapetis |
2010-05-18 | - Moved determine_reg_type() and kernel_matches_signature() inside the Kernel... | Filippos Karapetis |
2010-02-15 | SCI: No need to set _executionStackPosChanged in kDisposeScript, as the callk... | Max Horn |
2010-02-13 | SCI: Get rid of EngineState::resMan | Max Horn |
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 |