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
/
newgrf_text.cpp
Age
Commit message (
Expand
)
Author
2008-03-31
(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especial...
rubidium
2008-03-30
(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.
rubidium
2008-02-29
(svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other stri...
peter1138
2008-01-29
(svn r12015) -Fix [FS#1716] (Revert r11422): Patch in FS#1430 avoided instead...
peter1138
2008-01-25
(svn r11981) -Fix [FS#1698]: Use unicode glyph mapping to fix up missing/shuf...
peter1138
2008-01-13
(svn r11828) -Codechange: include table/* as the last includes and remove an ...
rubidium
2008-01-07
(svn r11777) -Codechange: split the string header and make do not include it ...
rubidium
2008-01-07
(svn r11776) -Codechange: more header splittings to reduce the dependencies.
rubidium
2007-12-26
(svn r11702) -Codechange: move all date related stuff to date*.
rubidium
2007-12-25
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...
rubidium
2007-12-21
(svn r11675) -Codechange: split the string types from the string functions.
rubidium
2007-12-21
(svn r11674) -Codechange: refactor some functions out of macros.h into more l...
rubidium
2007-12-13
(svn r11627) -Fix [FS#1532] (r11145): poping from text reference stack must b...
glx
2007-12-11
(svn r11622) -Codechange: support the unicode version of the 'control' charac...
rubidium
2007-10-18
(svn r11293) -Fix: newgrf defined industry news messages use TTD format for a...
glx
2007-10-17
(svn r11287) -Codechange: add support for pushing paramaters into NewIndustri...
rubidium
2007-10-14
(svn r11257) -Fix (r11145): wrong endian used when preparing text ref stack
glx
2007-09-22
(svn r11145) -Codechange: add support for "decoding" TTDPs string codes wrt t...
rubidium
2007-08-13
(svn r10877) -Fix: some isocodes were wrong
glx
2007-06-13
(svn r10130) -Fix (r4493): SetCurrentGrfLangID returned the wrong language id...
maedhros
2007-06-12
(svn r10114) -Fix: Only load newgrf error messages if the language matches th...
maedhros
2007-05-02
(svn r9769) [newGRF] -Feature: Add translation support for Esperanto, Bulgari...
belugas
2007-04-17
(svn r9662) -Documentation: Doxygen corrections and @file omissions
belugas
2007-03-21
(svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
belugas
2007-03-07
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
rubidium
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-01-14
(svn r8117) -Fix (r8114): 'no matching operator delete found' warning on VC8
KUDr
2007-01-14
(svn r8114) Allocate struct GRFText in the C++ way
tron
2007-01-11
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...
KUDr
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...
rubidium
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr