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
/
strings.h
Age
Commit message (
Expand
)
Author
2006-08-27
(svn r6169) -Codechange: Use GetString() instead of GetStringWithArgs() which...
Darkvater
2006-08-26
(svn r6158) -Revert r6139 as that breaks strings with cases. Thanks michi_cc
Darkvater
2006-08-26
(svn r6139) -Codechange: strings are StringID. This should be changed in stri...
Darkvater
2005-09-18
(svn r2962) - const correctness for all Get* functions and most Draw* functio...
Darkvater
2005-08-06
(svn r2815) Store the currency information in one central place instead of sc...
tron
2005-07-26
(svn r2718) Forgot one file
tron
2005-07-24
(svn r2701) Insert Id tags into all source files
tron
2005-07-17
(svn r2597) Feature: [string system] Support cases.
ludde
2005-07-15
(svn r2572) - Codechange: [string] Changed string system so it's not as depen...
ludde
2005-07-14
(svn r2565) Fix: Remove GetParamInt8, GetParamInt16, GetParamUint16.. they ar...
ludde
2005-03-25
(svn r2057) Add InlineString() to make _userstring construction a bit cleaner.
tron
2005-02-06
(svn r1816) Use char instead of byte for string formatting
tron
2005-02-06
(svn r1813) Declare functions implemented in strings.c in their own shiny new...
tron