aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/string.cpp
AgeCommit message (Collapse)Author
2020-01-01SCUMM: fix loop counter typeBLooperZ
2020-01-01SCUMM: use reliable types in fake bidiBLooperZ
2020-01-01SCUMM: move comment to more appropriate locationBLooperZ
2020-01-01SCUMM: add more commentsBLooperZ
2020-01-01SCUMM: avoid allocating large buffers on stackBLooperZ
2020-01-01SCUMM: add comments and fix formattingBLooperZ
2020-01-01SCUMM: use memset for initializationBLooperZ
2020-01-01SCUMM: remove forced right-to-left modeBLooperZ
2020-01-01SCUMM: fix formattingBLooperZ
2020-01-01SCUMM: export fakeBidi to functionBLooperZ
2020-01-01SCUMM: consider code 2 in reversalBLooperZ
2020-01-01SCUMM: flip dialogue selection symbol in indy4BLooperZ
2020-01-01SCUMM: fix missing dialogue in indy4BLooperZ
2020-01-01SCUMM: remove condition for aligning verb linesBLooperZ
2020-01-01SCUMM: remove condition for aligning verb linesBLooperZ
2020-01-01SCUMM: minimize changes required for rtlBLooperZ
2020-01-01SCUMM: in-place verb strings reversalBLooperZ
2020-01-01SCUMM7: reverse in single placeBLooperZ
2020-01-01SCUMM: exclude digits from fake rtl support + no align in samnmaxBLooperZ
2020-01-01SCUMM: fix title screen positioningBLooperZ
2020-01-01SCUMM: conditional alignmentBLooperZ
2020-01-01SCUMM: special cases for indy4BLooperZ
2020-01-01SCUMM: disable debug messagesBLooperZ
2020-01-01SCUMM: disable warningsBLooperZ
2020-01-01SCUMM: eliminate shadowingBLooperZ
2020-01-01SCUMM: better locale checkBLooperZ
2020-01-01SCUMM: add RTL support for scumm v4 to v6BLooperZ
2020-01-01SCUMM: rtl support for scumm-7-8ניב באר
2019-12-23SCUMM: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-09-15SCUMM: Replace Various String Functions with Common String UsageD G Turner
This removes the dependency on the unsafe strcpy and strcat string functions with usage of Common::String instead.
2018-06-04SCUMM: Remove unnecessary space.Torbjörn Andersson
2016-05-21SCUMM: Reduce audio header dependenciesOri Avtalion
2015-06-10SCUMM: Fix bug #6592 SCUMM: ZAK - Read Ticket is too fast to read.Kirben
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-21Merge pull request #182 from fingolfin/forbid-ctypeWillem Jan Palenstijn
ALL: Avoid using is* macros from ctype.h
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h)
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
On some systems, passing signed chars to macros like isspace() etc. lead to a runtime error. Hence, mark these macros as forbidden by default, and introduce otherwise equivalent alternatives for them.
2011-08-06SCUMM: Proper fix of Russian subtitlesEugene Sandulenko
Initial fix in 11a17b3 (r51211) led to chopped inventory items. No idea why it does not work with our code, as it seems to match the disassembly. Thus implementing this hackish workaround.
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
This fixes a potential problem with passing char values that would be sign-extended and yield unexpected results. See http://msdn.microsoft.com/en-us/library/ms245348.aspx
2011-05-29SCUMM: Fix bug #1013617athrxx
(ZAK FM-TOWNS: Wrong verb ('Teleport To') shown)
2011-05-14SCUMM: Remove some unused var warnings (see bug #3293800)Max Horn
2011-05-13SCUMM: Move class ResourceManager to its own headerMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-12-28SCUMM: Correct fix for bug #3145951 - DIG: Subtitles won't turn off ↵Travis Howell
(regression). svn-id: r55053
2010-12-28SCUMM: Another fix for bug #3145951 - DIG: Subtitles won't turn off ↵Travis Howell
(regression). svn-id: r55052
2010-12-27SCUMM: Fix bug #3145951 - DIG: Subtitles won't turn off (regression).Travis Howell
svn-id: r55050
2010-12-02SCUMM: Fix bug in V12 games causing chars to be lost when wrapping talk textMax Horn
svn-id: r54729
2010-11-30Fix bug #3093750 - FT: Truck and Aircraft computer text missing (regression).Travis Howell
svn-id: r54665
2010-10-18SCUMM/FM-TOWNS JAPANESE: fix font spacing issuesFlorian Kagerer
(improves MI1 intro) svn-id: r53597