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
/
strings_func.h
Age
Commit message (
Expand
)
Author
2021-01-13
Codechange: nobody was using "str" parameter, so remove it
Patric Stout
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-05-14
Codechange: [Win32] Pass a native GDI font description around when we have on...
Michael Lutz
2019-04-18
Codechange: use std::vector for _language_dropdown
glx
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2017-02-26
(svn r27758) -Change: Increase the maximum number of GameScript texts to 64k,...
frosch
2017-02-26
(svn r27756) -Codechange: Add StringTab enum
frosch
2017-02-26
(svn r27755) -Codechange: Move TAB_SIZE to strings_type.h and use it consiste...
frosch
2017-02-26
(svn r27754) -Codechange: Add GetStringTab(), GetStringIndex() and MakeString...
frosch
2014-01-12
(svn r26238) -Codechange: Use StringParameters::GetDataLeft to check for left...
frosch
2014-01-12
(svn r26237) -Cleanup: Remove unused SCC_STRING_ID.
frosch
2013-06-01
(svn r25313) -Fix: Do not assume '8' to be the broadest digit, but test all o...
frosch
2012-12-08
(svn r24801) -Codechange: Add functions to set integral DParams to suitable v...
frosch
2012-10-14
(svn r24593) -Fix [FS#5333]: crash when a gamescript provided too many parame...
yexo
2012-02-14
(svn r23945) -Fix: Better rounding when converting internal speed to displaye...
michi_cc
2011-12-20
(svn r23644) -Fix [FS#4899]: prevent game scripts using StringIDs that are no...
rubidium
2011-12-10
(svn r23478) -Codechange: add a method to copy string parameters *and* its ra...
rubidium
2011-11-20
(svn r23276) -Codechange: add the answer for the question whether we're looki...
rubidium
2011-11-20
(svn r23273) -Codechange: allow passing a MissingGlyphSearcher to CheckForMis...
rubidium
2011-11-19
(svn r23267) -Codechange: unify the font name setting of the font cache
rubidium
2011-11-19
(svn r23265) -Codechange: replace the setfallbackfont callback function with ...
rubidium
2011-11-17
(svn r23242) -Codechange: allow ignoring the sprite font completely when chec...
rubidium
2011-10-20
(svn r23042) -Codechange: make case_index an explicit parameter of GetStringW...
yexo
2011-04-30
(svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be de...
rubidium
2011-04-10
(svn r22313) -Cleanup (r22312): Remove some dead code.
frosch
2011-03-18
(svn r22258) -Codechange: introduce a wrapper class to clean up the arguments...
yexo
2010-12-22
(svn r21593) -Codechange: endif comment correcttions.
alberth
2010-12-09
(svn r21444) -Codechange: compute the type of elements in the argv string arr...
yexo
2010-12-09
(svn r21440) -Codechange: pass a pointer to just past the end of the argv arr...
yexo
2010-11-27
(svn r21343) -Add: Function that compares strings using case insensitive natu...
terkhen
2010-11-13
(svn r21164) -Codechange: replace the hardcoded array of language metadata wi...
rubidium
2010-11-13
(svn r21163) -Codechange: pass a LanguageMetadata struct instead of its index...
rubidium
2010-11-13
(svn r21157) -Codechange: remove information about the text direction out of ...
rubidium
2009-10-17
(svn r17790) -Feature: translatable base sound/graphics set descriptions
rubidium
2009-09-22
(svn r17612) -Feature: possibility to choose (randomise or enter custom) town...
smatz
2009-09-19
(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @par...
rubidium
2009-09-13
(svn r17526) -Codechange: use QSortT instead of qsort for sorting the languag...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-07-25
(svn r16946) -Doc: Adding docs for some string parameter manipulation functions.
alberth
2009-01-04
(svn r14828) -Codechange: move most of save/load-specific code to separate files
smatz
2008-09-28
(svn r14410) -Codechange: one can't inject a negative number of parameters, s...
rubidium
2008-07-17
(svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they ...
rubidium
2008-04-19
(svn r12782) -Codechange: remove some functions from functions.h and do not s...
rubidium
2008-01-29
(svn r12015) -Fix [FS#1716] (Revert r11422): Patch in FS#1430 avoided instead...
peter1138
2008-01-17
(svn r11896) -Fix (r11886): a missing const broke compilation with MSVC
glx
2008-01-17
(svn r11886) -Add: sort the strings in languages dropdown
glx
2007-12-21
(svn r11675) -Codechange: split the string types from the string functions.
rubidium