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
/
game
/
game_text.cpp
Age
Commit message (
Expand
)
Author
2019-05-01
Fix 2bb80d2: really increase the maximum number of GameScript texts to 64k (#...
glx22
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-09
Codechange: If something is a vector of strings, use a vector of strings inst...
Michael Lutz
2019-04-09
Codechange: Use std::vector instead of AutoDeleteSmallVector in GS text handl...
Michael Lutz
2019-04-09
Fix: Don't crash if reading a GS string file from disk produces an error.
Michael Lutz
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-24
Codechange: Use override specifer for overriding member declarations
Henry Wilson
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2014-09-06
(svn r26774) -Cleanup [Squirrel]: remove _SC macro
rubidium
2014-09-06
(svn r26771) -Cleanup: remove OTTD2SQ and SQ2OTTD
rubidium
2014-04-25
(svn r26511) -Codechange: use strecpy in game_text
rubidium
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
rubidium
2014-04-24
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
rubidium
2014-04-24
(svn r26505) -Fix (r23634, r26493): Incorrect usage of strecpy/strecat
frosch
2014-04-24
(svn r26504) -Fix (r26499): Obiwan and his gang.
frosch
2014-04-24
(svn r26499) -Codechange: replace strndup with stredup
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-11-24
(svn r26090) -Fix: leaking of file descriptor when reading strings for game t...
rubidium
2013-10-06
(svn r25818) -Fix [FS#5750]: [GS] Language file scanner considered filenames ...
frosch
2013-03-24
(svn r25117) -Fix [FS#5511]: Silence warning.
frosch
2013-03-22
(svn r25114) -Fix [FS#5509]: GS lang files did not work, when inside a tar.
frosch
2012-09-09
(svn r24516) -Add: [GS] Support ##plural pragma in GS lang files.
frosch
2012-09-09
(svn r24515) -Fix: GStexts were compied incompletely when containing certain ...
frosch
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-12-19
(svn r23634) -Add: support language files for GameScript (Rubidium)
truebrain