summaryrefslogtreecommitdiff
path: root/src/script/api/script_text.cpp
AgeCommit message (Expand)Author
2021-06-17Cleanup: [Script] Use nullptr instead of 0 or NULLRubidium
2021-05-29Codechange: move casting a "const char *" to "char *" to the callerPatric Stout
2021-05-29Codechange: rename str_validate to StrMakeValid(InPlace) (#9304)Patric Stout
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2015-01-01(svn r27102) -Fix [FS#6194]: money values would end up wrong in strings when ...rubidium
2014-09-06(svn r26774) -Cleanup [Squirrel]: remove _SC macrorubidium
2014-09-06(svn r26771) -Cleanup: remove OTTD2SQ and SQ2OTTDrubidium
2014-04-25(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...rubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-07-04(svn r25555) -Fix [FS#5632]: [Script] Texts from scripts were not validated b...rubidium
2013-06-27(svn r25489) -Fix (r25488): we want to have the begin, not the end of the dec...rubidium
2013-06-27(svn r25488) -Fix [FS#5613]: do not send encoded texts to names, but decode t...rubidium
2013-02-08(svn r24982) -Fix [FS#5465]: [Script] Crash when passing too many parametersrubidium
2013-01-12(svn r24908) -Fix [FS#5419]: Allow GSs to pass negative integer string parame...zuu
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-12-21(svn r23651) -Feature: [NoGo] GSText now accepts string arguments as paramete...yexo
2011-12-19(svn r23635) -Add: introduce GSText, to allow translating GameScript text, ev...truebrain