Age | Commit message (Expand) | Author |
2010-08-18 | SCI: Fixed bug #3038433 - "HOYLE1: Crashes" | Filippos Karapetis |
2010-07-22 | SCI: Also allow checkListPointer() to check the result of lookupNode() itself | Filippos Karapetis |
2010-07-22 | SCI: allow isSaneNodePointer to handle invalid node references itself | Filippos Karapetis |
2010-07-21 | SCI: Moved the SCI32 kernel functions out of kernel32.cpp and into their resp... | Filippos Karapetis |
2010-07-17 | SCI: added special case for iceman when plotting course inside isSaneNodePointer | Martin Kiewitz |
2010-07-14 | SCI: | Filippos Karapetis |
2010-07-01 | SCI: Rename some variables to match our naming conventions | Max Horn |
2010-06-30 | Added support for kAddAfter with 4 parameters (used in Torin's Passage, for e... | Filippos Karapetis |
2010-06-30 | Changed an error back to a warning - Torin's Passage calls kAddAfter with 4 p... | Filippos Karapetis |
2010-06-30 | SCI: Reverting r50516, SSCI didn't reset the node value when deleting the nod... | Filippos Karapetis |
2010-06-30 | Updated incorrect comment | Filippos Karapetis |
2010-06-30 | Also erase the value of the list node itself when deleting it inside kDeleteK... | Filippos Karapetis |
2010-06-30 | When deleting a list node, erase its references to predecessor and successor ... | Filippos Karapetis |
2010-06-28 | SCI: Turn more warnings into errors. | Max Horn |
2010-06-25 | Renamed some variables | Filippos Karapetis |
2010-06-24 | Initialize the stack with 'S' or 's' characters, like SSCI does (ultimately, ... | Filippos Karapetis |
2010-06-18 | Turned more warnings into errors, some cleanup | Filippos Karapetis |
2010-06-18 | Process kAddAfter with 4 parameters (Torin's Passage) | Filippos Karapetis |
2010-06-13 | Fixed regression from commit #49251, and added an explanation. Calls to kNewN... | Filippos Karapetis |
2010-06-10 | Unified invokeSelector() and invokeSelectorArgv(), and removed the INV_SEL kl... | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-26 | Made _k_new_node() a method of the segment manager, and fixed a bug with the ... | Filippos Karapetis |
2010-03-08 | SCI: Make EngineState parameter to INV_SEL explicit | Max Horn |
2010-03-08 | SCI: Made some stuff static | Max Horn |
2010-02-12 | SCI: Revert r47929 (bad idea, as we may run out of offsets). Instead, adapt S... | Walter van Niftrik |
2010-02-06 | Added a sanity check for kListAt and made the hack for displaying text work i... | Filippos Karapetis |
2010-02-05 | SCI: Add a 'SELECTOR' macro | 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-28 | kDisposeList() is not needed according to waltervn, as the garbage collector ... | Filippos Karapetis |
2010-01-28 | Disabled the automatic list fixing feature, introduced in rev. #47636 (there'... | Filippos Karapetis |
2010-01-28 | SCI: Cleanup | Walter van Niftrik |
2010-01-28 | Handle calls to NewNode() with just one parameter. | Lars Skovlund |
2010-01-28 | Since we fix the list problems inside isSaneNodePointer(), don't abort proces... | Filippos Karapetis |
2010-01-28 | - The list checks now throw more verbose warnings | Filippos Karapetis |
2010-01-03 | sane_nodep() and sane_listp() should not be dummy functions when DISABLE_VALI... | Filippos Karapetis |
2010-01-03 | Fixed compilation with DISABLE_VALIDATIONS, and fixed a bug in kPrevNode | Filippos Karapetis |
2009-12-30 | Formatting. | Johannes Schickel |
2009-12-30 | Fixed warnings | Filippos Karapetis |
2009-12-30 | Initial implementation of the SCI21 kList kernel function (which calls all th... | Filippos Karapetis |
2009-12-30 | SCI32: Moved all the list related kernel functions inside klists.cpp, and imp... | Filippos Karapetis |
2009-10-18 | SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit | Max Horn |
2009-10-09 | Some const correctness changes; cleanup | Max Horn |
2009-10-07 | SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:... | Max Horn |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | Max Horn |
2009-10-02 | Fix some cppcheck warnings reported by salty-horse | Max Horn |
2009-09-30 | Changed the list sanity checks to return warnings instead of errors in case o... | Filippos Karapetis |
2009-09-29 | - Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends... | Filippos Karapetis |
2009-09-17 | SCI: Rename WAS_FUNCT_NR to FAKE_FUNCT_NR; turn some #defines into enums | Max Horn |
2009-09-17 | SCI: Rename MemObject -> SegmentObj | Max Horn |