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
/
string.cpp
Age
Commit message (
Expand
)
Author
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Codechange: Use automatic memory management for language pack reading.
Michael Lutz
2020-12-27
Codechange: Store file search paths as std::string.
Michael Lutz
2020-06-05
Fix: unbreak building with ICU on macOS
Marcus Calhoun-Lopez
2020-05-21
Codechange: Use std::string in INI file parsing.
Michael Lutz
2020-05-21
Codechange: Use std::string when translating TTDP NewGRF string codes.
Michael Lutz
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-04-09
Codechange: Use override specifier for text layout classes.
Michael Lutz
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
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-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2019-03-11
Codechange: ICU_SORT is in reality ICU_I18N (according to their CMake files)
Patric Stout
2018-12-27
Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...
glx
2018-12-08
Add: [OSX] Native text caret handling.
Michael Lutz
2018-12-08
Add: [OSX] Native natural sort implementation.
Michael Lutz
2018-10-31
Remove: A few bits of dead code
Charles Pigott
2018-10-31
Fix: Remove various dead or unnecessary assignments
Charles Pigott
2018-06-06
Change: [Win32] Use Uniscribe instead of ICU for text caret handling.
Michael Lutz
2018-06-06
Add: [Win32] Native natural sort implementation.
Michael Lutz
2015-08-10
(svn r27380) -Fix: [Win32] Compilation with MSVC2015.
michi_cc
2015-08-09
(svn r27377) -Codechange: use the pkg-config files of ICU as well. Since they...
rubidium
2015-08-09
(svn r27367) -Codechange: make a distinction between the layouting part of IC...
rubidium
2014-10-15
(svn r27020) -Cleanup: some coding style consistency improvements (mostly spa...
rubidium
2014-04-25
(svn r26507) -Cleanup: remove now unused custom strndup implementation
rubidium
2014-04-24
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
rubidium
2014-04-24
(svn r26500) -Cleanup: remove unused snprintf implementation
rubidium
2014-04-24
(svn r26498) -Add: method for duplicating strings with similar behaviours as ...
rubidium
2014-04-23
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy an...
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-04-20
(svn r26472) -Cleanup: pointless instance variable
rubidium
2014-03-01
(svn r26384) -Fix [FS#5924]: Return correct values from ICU iterators in case...
fonsinchen
2013-11-26
(svn r26124) -Fix: make sure all members of the default string iterator are i...
rubidium
2013-11-08
(svn r25952) -Fix [FS#5719]: do not skip numbers when skipping spaces and oth...
rubidium
2013-08-05
(svn r25653) -Add: Caret movement by words for CJK languages.
michi_cc
2013-08-05
(svn r25652) -Fix: Improve text caret movement for complex scripts.
michi_cc
2013-07-04
(svn r25555) -Fix [FS#5632]: [Script] Texts from scripts were not validated b...
rubidium
2013-06-30
(svn r25527) -Fix[FS#5621]: strndup should not examine strings beyond its upp...
alberth
2013-06-24
(svn r25454) -Remove/Fix/Cleanup: SETX(Y) does not work at all with other tha...
rubidium
2013-02-09
(svn r24983) -Change: Apply the same name sorting rules to content and NewGRF...
frosch
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-01-16
(svn r23816) -Fix (r23635, r23805): make SCC_ENCODED the first entry in the S...
yexo
2012-01-01
(svn r23706) -Codechange: prevent 'unknown command' doxygen errors
smatz
2011-12-19
(svn r23603) -Add: support for control commands in strings, in both network a...
truebrain
2011-12-18
(svn r23590) -Codechange: make the string validation settings better expandable
rubidium
2011-07-16
(svn r22669) -Codechange: For non-windows, only test for file existence again...
alberth
2011-05-01
(svn r22406) -Document: some more "random-ish" tidbits
rubidium
2011-03-03
(svn r22177) -Fix: make sure the right endianness is chosen with cross-compil...
rubidium
[next]