index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
api
/
script_text.hpp
Age
Commit message (
Expand
)
Author
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-24
Codechange: Use override specifer for overriding member declarations
Henry Wilson
2016-04-17
(svn r27544) -Fix-ish: Mark ScriptText::GetEncodedText as not part of any API...
frosch
2015-01-01
(svn r27102) -Fix [FS#6194]: money values would end up wrong in strings when ...
rubidium
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
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 parameters
rubidium
2012-09-21
(svn r24535) -Doc: Two additions, lots of small spelling fixes, and some Doxy...
alberth
2011-12-21
(svn r23652) -Fix: don't include/document ScriptText for AIs. It is not usable
truebrain
2011-12-21
(svn r23651) -Feature: [NoGo] GSText now accepts string arguments as paramete...
yexo
2011-12-19
(svn r23636) -Add: introduce ScriptText in parameters where it can be used
truebrain
2011-12-19
(svn r23635) -Add: introduce GSText, to allow translating GameScript text, ev...
truebrain