src/newgrf_text.cpp
Tue, 25 Dec 2007 09:48:53 +0000 rubidium (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
Fri, 21 Dec 2007 19:49:27 +0000 rubidium (svn r11675) -Codechange: split the string types from the string functions.
Fri, 21 Dec 2007 19:21:21 +0000 rubidium (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
Thu, 13 Dec 2007 02:04:09 +0000 glx (svn r11627) -Fix [FS#1532] (r11145): poping from text reference stack must be done in a precise order. But some compiler (MSVC) over optimised it and inverted this order.
Tue, 11 Dec 2007 21:25:48 +0000 rubidium (svn r11622) -Codechange: support the unicode version of the 'control' characters.
Thu, 18 Oct 2007 20:35:59 +0000 glx (svn r11293) -Fix: newgrf defined industry news messages use TTD format for args, which is not the same as our. So we must detect those strings and pass them the right params
Wed, 17 Oct 2007 20:09:16 +0000 rubidium (svn r11287) -Codechange: add support for pushing paramaters into NewIndustries' error messages. Patch by Csaboka.
Sun, 14 Oct 2007 14:50:07 +0000 glx (svn r11257) -Fix (r11145): wrong endian used when preparing text ref stack
Sat, 22 Sep 2007 23:55:34 +0000 rubidium (svn r11145) -Codechange: add support for "decoding" TTDPs string codes wrt to registers 0x100 to 0x10F.
Mon, 13 Aug 2007 13:12:19 +0000 glx (svn r10877) -Fix: some isocodes were wrong
Wed, 13 Jun 2007 07:59:20 +0000 maedhros (svn r10130) -Fix (r4493): SetCurrentGrfLangID returned the wrong language ids for most languages.
Tue, 12 Jun 2007 13:22:14 +0000 maedhros (svn r10114) -Fix: Only load newgrf error messages if the language matches the current
Wed, 02 May 2007 15:20:48 +0000 belugas (svn r9769) [newGRF] -Feature: Add translation support for Esperanto, Bulgarian, Japanese and Korean
Tue, 17 Apr 2007 20:23:13 +0000 belugas (svn r9662) -Documentation: Doxygen corrections and @file omissions
Wed, 21 Mar 2007 03:06:21 +0000 belugas (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
Wed, 07 Mar 2007 12:11:48 +0000 rubidium (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Sun, 14 Jan 2007 13:21:02 +0000 KUDr (svn r8117) -Fix (r8114): 'no matching operator delete found' warning on VC8
Sun, 14 Jan 2007 08:37:16 +0000 tron (svn r8114) Allocate struct GRFText in the C++ way
Thu, 11 Jan 2007 17:29:39 +0000 KUDr (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Wed, 10 Jan 2007 18:12:09 +0000 KUDr (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)