aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kstring.cpp
AgeCommit message (Expand)Author
2010-06-24SCI: Make kStrAt clear segment when writing charactersWillem Jan Palenstijn
2010-06-20SCI: dont display string set by kSetQuitStrMartin Kiewitz
2010-06-18SCI: Rewrap some overlong commentsMax Horn
2010-05-31SCI: break on anything, warn on anything but spaces in kReadNumberMartin Kiewitz
2010-05-31SCI: added TODO at kReadNumber space codeMartin Kiewitz
2010-05-31SCI: skip spaces in kReadNumber - this happens in lsl3 introMartin Kiewitz
2010-05-31SCI: when getting invalid chars in kReadNumber don't error() out, but create ...Martin Kiewitz
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
2010-05-26SCI: fixing kReadNumber to behave like in sierra sci (non standard atoi imple...Martin Kiewitz
2010-05-18- Moved kernel_lookup_text inside the Kernel classFilippos Karapetis
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-02-15SCI32 reorders the REF* subops in kMessage; fixes GK1 conversations.Matthew Hoops
2010-02-13SCI: Move language related code from EngineState to SciEngineMax Horn
2010-02-13SCI: Get rid of EngineState::resManMax Horn
2010-02-07SCI1 Mac games can call kGetFarText with a NULL destination, so we need to al...Matthew Hoops
2010-02-05SCI: Add a 'SELECTOR' macroMax Horn
2010-01-30SCI: Remove extra '\n's in debugC messagesWillem Jan Palenstijn
2010-01-30Implement kString(Printf) and resizing of SCI32 strings in kFormat().Matthew Hoops
2010-01-30Added support for String types to kFormat (seems to work but needs testing...)Filippos Karapetis
2010-01-26SCI: Add string support for odd-offset pointers into reg_t-based segments.Walter van Niftrik
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-24SCI: Fix left aligning and centering in kFormat.Walter van Niftrik
2010-01-24Always memset the newly malloc'ed argument memory to 0 inside kFormatFilippos Karapetis
2010-01-24Replaced CHECK_OVERFLOW1 with assertsFilippos Karapetis
2010-01-23Separated the parser codeFilippos Karapetis
2009-12-30SCI32:Matthew Hoops
2009-11-04CleanupFilippos Karapetis
2009-10-30SCI: kStrAt offset checking fixedMartin Kiewitz
2009-10-30SCI: kStrAt / dont do call, when offset exceeds maxSize. fixes crash in kq5Martin Kiewitz
2009-10-18SCI: Rename game_obj to _gameObjMax Horn
2009-10-18SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicitMax Horn
2009-10-18Added a sanity check in kStrAt()Filippos Karapetis
2009-10-17SCI: kStrAt added fixme commentMartin Kiewitz
2009-10-15SCI: Add support for reg_t based segments to Message()Walter van Niftrik
2009-10-10Replaced make_reg(0, -1) with SIGNAL_REG and fixed a warning (MessageRecord i...Filippos Karapetis
2009-10-10SCI: kMessage() rewriteWalter van Niftrik
2009-10-07SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:...Max Horn
2009-10-07Fixed a potential buffer overflow in kFormat, which occurs in the "About" scr...Filippos Karapetis
2009-10-04SCI: Rename EngineState::segMan to _segManMax Horn
2009-10-04SCI: kReadNumber crash fix for lsl1Martin Kiewitz
2009-10-01SCI: cleanupWillem Jan Palenstijn
2009-10-01Rewrote weird-looking code, which might lead to undefined behavior, according...Filippos Karapetis
2009-09-30Fixed regression in r44417, found by waltervn. The score in KQ1SCI should be ...Filippos Karapetis
2009-09-30Fixed a crash when starting KQ1SCIFilippos Karapetis
2009-09-30- Moved the list of synonyms and parser nodes inside the vocabulary classFilippos Karapetis
2009-09-29- Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends...Filippos Karapetis
2009-09-27Simplify kFormat slightlyMax Horn
2009-09-27SCI: clean up kStrAtWillem Jan Palenstijn
2009-09-27SCI: Major string handling update.Willem Jan Palenstijn
2009-09-26SCI: Fix regression in r44081 breaking walking in QfG2Willem Jan Palenstijn