summaryrefslogtreecommitdiff
path: root/src/script/api/script_text.cpp
AgeCommit message (Collapse)Author
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 ↵zuu
parameters (frosch123)
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 ↵yexo
parameters to the constructor
2011-12-19(svn r23635) -Add: introduce GSText, to allow translating GameScript text, ↵truebrain
even over network