Age | Commit message (Expand) | Author |
2010-01-30 | Implement kString(Printf) and resizing of SCI32 strings in kFormat(). | Matthew Hoops |
2010-01-30 | Added support for String types to kFormat (seems to work but needs testing...) | Filippos Karapetis |
2010-01-26 | SCI: Add string support for odd-offset pointers into reg_t-based segments. | Walter van Niftrik |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-24 | SCI: Fix left aligning and centering in kFormat. | Walter van Niftrik |
2010-01-24 | Always memset the newly malloc'ed argument memory to 0 inside kFormat | Filippos Karapetis |
2010-01-24 | Replaced CHECK_OVERFLOW1 with asserts | Filippos Karapetis |
2010-01-23 | Separated the parser code | Filippos Karapetis |
2009-12-30 | SCI32: | Matthew Hoops |
2009-11-04 | Cleanup | Filippos Karapetis |
2009-10-30 | SCI: kStrAt offset checking fixed | Martin Kiewitz |
2009-10-30 | SCI: kStrAt / dont do call, when offset exceeds maxSize. fixes crash in kq5 | Martin Kiewitz |
2009-10-18 | SCI: Rename game_obj to _gameObj | Max Horn |
2009-10-18 | SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit | Max Horn |
2009-10-18 | Added a sanity check in kStrAt() | Filippos Karapetis |
2009-10-17 | SCI: kStrAt added fixme comment | Martin Kiewitz |
2009-10-15 | SCI: Add support for reg_t based segments to Message() | Walter van Niftrik |
2009-10-10 | Replaced make_reg(0, -1) with SIGNAL_REG and fixed a warning (MessageRecord i... | Filippos Karapetis |
2009-10-10 | SCI: kMessage() rewrite | Walter van Niftrik |
2009-10-07 | SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:... | Max Horn |
2009-10-07 | Fixed a potential buffer overflow in kFormat, which occurs in the "About" scr... | Filippos Karapetis |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | Max Horn |
2009-10-04 | SCI: kReadNumber crash fix for lsl1 | Martin Kiewitz |
2009-10-01 | SCI: cleanup | Willem Jan Palenstijn |
2009-10-01 | Rewrote weird-looking code, which might lead to undefined behavior, according... | Filippos Karapetis |
2009-09-30 | Fixed regression in r44417, found by waltervn. The score in KQ1SCI should be ... | Filippos Karapetis |
2009-09-30 | Fixed a crash when starting KQ1SCI | Filippos Karapetis |
2009-09-30 | - Moved the list of synonyms and parser nodes inside the vocabulary class | Filippos Karapetis |
2009-09-29 | - Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends... | Filippos Karapetis |
2009-09-27 | Simplify kFormat slightly | Max Horn |
2009-09-27 | SCI: clean up kStrAt | Willem Jan Palenstijn |
2009-09-27 | SCI: Major string handling update. | Willem Jan Palenstijn |
2009-09-26 | SCI: Fix regression in r44081 breaking walking in QfG2 | Willem Jan Palenstijn |
2009-09-22 | SCI: Add some FIXMEs, and print warning if accessing a raw segment as non-raw... | Max Horn |
2009-09-17 | SCI: Change SegmentId from int to uint16; consistently use segment 0 to indic... | Max Horn |
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-14 | SCI: Misc cleanup | Max Horn |
2009-09-14 | SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*() | Max Horn |
2009-09-14 | SCI: kernelDeref*() functions are now seSegmentManager methods | Max Horn |
2009-09-14 | SCI: Merge kernelDerefCharPtr and kernelDerefString and change it from a macr... | Max Horn |
2009-09-06 | SCI: Cleanup for some SegManager internals | Max Horn |
2009-09-06 | SCI: Rename resManager -> resMan; segManager -> segMan | Max Horn |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-09-02 | SCI: Renamed kernel_dereference_* to kernelDeref*, and added kernelDerefString | Max Horn |
2009-09-02 | SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re... | Max Horn |
2009-08-25 | - Replaced more cases of EngineState parameters | Filippos Karapetis |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-10 | SCI: Improved multilanguage support for SCI1 and SCI1.1. | Walter van Niftrik |
2009-07-11 | Moved the kernel and the vocabulary outside of the engine state (they're stat... | Filippos Karapetis |