aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kstring.cpp
AgeCommit message (Expand)Author
2017-09-08SCI32: Remove redundant kStringGetData implementationColin Snover
2017-09-08SCI32: Fix kString signatures to allow null references where appropriateColin Snover
2017-08-06JANITORIAL: Silence some GCC 7 warningsTorbjörn Andersson
2017-02-05SCI: Fix more unsafe C-string usageColin Snover
2017-01-09SCI32: Ignore attempts to free null array reg_tsColin Snover
2016-12-03SCI: Deduplicate text-reading code in kGetFarTextColin Snover
2016-11-04SCI32: Allow format strings with missing argumentsColin Snover
2016-11-04SCI32: Treat %d as unsigned in kStringColin Snover
2016-09-29SCI32: Fix compilation warningsColin Snover
2016-09-29SCI32: Rewrite kArray & kStringColin Snover
2016-03-18SCI32: More correctly fix kStringCopy overflowColin Snover
2016-03-18SCI32: Fix heap overflow (read) in kStringCopyColin Snover
2016-02-28SCI32: Non-titled text bitmap implementationColin Snover
2016-01-15SCI: Add an initial implementation of kStringTrimFilippos Karapetis
2015-12-29SCI32: split up SCI2.1 into EARLY/MIDDLE/LATEMartin Kiewitz
2014-11-04SCI: kStrCat does language-splitting for QfG1 tooMartin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-04-23SCI: Fix kMessage REF subop orderingMatthew Hoops
2013-01-25SCI: Fix kReadNumber sign/hex behaviourWillem Jan Palenstijn
2013-01-24SCI: Fix shadow warningWillem Jan Palenstijn
2013-01-23SCI: Bugfix for commit 0968acc: only filter out missing messages for the jarFilippos Karapetis
2013-01-23SCI: Fix script bug #3601090 - "SCI: Pepper's Adventures in Time: Game become...Filippos Karapetis
2013-01-23SCI: Slight cleanup in kMessage()Filippos Karapetis
2012-10-05SCI: Add kReadNumber fixmeWillem Jan Palenstijn
2012-06-21SCI: Fix silly typoFilippos Karapetis
2012-06-21SCI: Fix warningsFilippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-06-11SCI: Fix comment in kString(at)Matthew Hoops
2012-06-11SCI: Bugfix for negative numbers in kString(at)Filippos Karapetis
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2012-01-16SCI: Remove outdated commentWillem Jan Palenstijn
2012-01-15SCI: Simplify kString(Dup) using the overloaded = operatorFilippos Karapetis
2012-01-15SCI: Use fromString() in kString(Dup) to simplify codeFilippos Karapetis
2012-01-15SCI: Fix a nasty bug in kString(Dup)Filippos Karapetis
2011-10-30SCI32: kString: Move variable declaration to prevent problemsLars Skovlund
2011-09-25SCI2: kString(Format) uses %d for unsigned integers. Some cleanupFilippos Karapetis
2011-08-26SCI: Fixed bug #3396887 - "SCI: pq2-pc98-jp - Listing of items / Inventory no...Filippos Karapetis
2011-07-18SCI: Fix kFormat's handling of %c with a 0 argumentWillem Jan Palenstijn
2011-07-07SCI: Applied patch #3357096 with minor modificationsFilippos Karapetis
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-29SCI: Added a more generalized fix for bug #3306417md5
2011-05-27SCI: Fixed bug #3306417 - "LAURA BOW 2: segmentation fault while talking to D...md5
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