aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kstring.cpp
AgeCommit message (Expand)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-14ALL: centre -> centerMax Horn
2011-03-13SCI: Add workaround for a QFG1 VGA Mac kFormat bugMatthew Hoops
2011-03-04SCI: Use BE string handling for Mac games.Walter van Niftrik
2011-03-04SCI: Removed warning from kReadNumbermd5
2011-01-07SCI2.1: Kernel function changes (after looking through all of the SCI2.1 games)Filippos Karapetis
2011-01-01SCI: debugC calls no longer require a debug level of 2 to show outputFilippos Karapetis
2010-12-07SCI: Removed the system strings code and replaced it with a much more simplif...Filippos Karapetis
2010-11-28SCI: Fixed bug #3034471 - "SCI, Castlebrain/Amiga: Invisible text in word sea...Filippos Karapetis
2010-11-21SCI: Removed the correct subops from kString in late SCI2.1/SCI3 games (thank...Filippos Karapetis
2010-11-21SCI: Adapted kArray/kString to use the new heuristic for late SCI2.1/SCI3 gam...Filippos Karapetis
2010-11-19Some subfunctions changed positions in SCI3 kString. WIP.Lars Skovlund
2010-11-18SCI: Added a stub for a new subop in kString, and disabled trackOriginAndFind...Filippos Karapetis
2010-09-11SCI: In kFormat, handle arguments pointing to text resource 0 correctly.Lars Skovlund
2010-09-09SCI: Implemented the kPrintDebug SCI2.1 kernel function, used in Shivers (demo)Filippos Karapetis
2010-09-09SCI: Support push and pop subfunctions in kMessage()Lars Skovlund
2010-07-29SCI: Silenced warning when exiting in LSL6 (bug report #3035533), and comment...Filippos Karapetis
2010-07-27SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitlesMatthew Hoops
2010-07-27SCI: Fix bug #3035058 - ECOQUEST demo: Missing subtitlesMatthew Hoops
2010-07-21SCI: Moved the SCI32 kernel functions out of kernel32.cpp and into their resp...Filippos Karapetis
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