summaryrefslogtreecommitdiff
path: root/src/game/game_text.hpp
AgeCommit message (Collapse)Author
2020-05-21Codechange: Store GS lang texts in std::strings.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-09Codechange: Use std::vector instead of AutoDeleteSmallVector in GS text ↵Michael Lutz
handling.
2019-03-26Cleanup: Remove unused size template parameters from SmallMap and ↵Henry Wilson
Auto[Free|Delete]SmallVector
2017-02-26(svn r27756) -Codechange: Add StringTab enumfrosch
2013-10-06(svn r25818) -Fix [FS#5750]: [GS] Language file scanner considered filenames ↵frosch
starting with '.' as valid translations, resulting in languages with empty name, which causes trouble.
2011-12-19(svn r23634) -Add: support language files for GameScript (Rubidium)truebrain