src/strings.cpp
Mon, 31 Mar 2008 07:25:49 +0000 rubidium (svn r12501) -Codechange: split signs.h.
Mon, 31 Mar 2008 00:17:39 +0000 rubidium (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h.
Mon, 31 Mar 2008 00:06:17 +0000 rubidium (svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
Fri, 28 Mar 2008 09:15:08 +0000 rubidium (svn r12460) -Change: rename src/namegen.h to src/namegen_func.h so MSVC can have both files in it's treelist.
Fri, 28 Mar 2008 08:53:36 +0000 rubidium (svn r12459) -Codechange: split news.h into news_type.h and news_func.h.
Tue, 25 Mar 2008 19:56:16 +0000 maedhros (svn r12420) -Cleanup: Fix the indentation, improve a variable name, and add a NOT_REACHED to DeterminePluralForm.
Tue, 25 Mar 2008 17:39:02 +0000 maedhros (svn r12417) -Fix: Add a new plural rule for Icelandic.
Tue, 29 Jan 2008 17:09:00 +0000 peter1138 (svn r12015) -Fix [FS#1716] (Revert r11422): Patch in FS#1430 avoided instead of fixed the problem. GetStringWithArgs() discards information that SCC_GENDER_LIST needs to work. Now use pointers to retrieve GRF strings, so that GetStringPtr() will work correctly. This is advantageous as now no buffer copy is made when using all GRF strings.
Thu, 17 Jan 2008 02:10:26 +0000 glx (svn r11888) -Codechange: simplify sorting of the strings in town names dropdown
Thu, 17 Jan 2008 00:21:43 +0000 glx (svn r11886) -Add: sort the strings in languages dropdown
Sun, 13 Jan 2008 21:41:24 +0000 rubidium (svn r11839) -Codechange: move some variables from variables.h to a more logical location.
Sun, 13 Jan 2008 14:37:30 +0000 rubidium (svn r11834) -Codechange: only include settings_type.h if needed.
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Sat, 12 Jan 2008 19:58:06 +0000 peter1138 (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is
Sat, 12 Jan 2008 14:10:35 +0000 rubidium (svn r11818) -Codechange: split player.h into smaller pieces.
Wed, 09 Jan 2008 21:27:39 +0000 rubidium (svn r11801) -Codechange: remove some unneeded includes from some header files.
Mon, 07 Jan 2008 14:23:25 +0000 rubidium (svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
Sat, 05 Jan 2008 22:34:04 +0000 rubidium (svn r11765) -Fix: compile warning (Roujin).
Sat, 05 Jan 2008 22:19:27 +0000 rubidium (svn r11764) -Change: make the 'do characters exist in the current font file(s)' more robust.
Thu, 27 Dec 2007 13:35:39 +0000 rubidium (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
Wed, 26 Dec 2007 13:50:40 +0000 rubidium (svn r11702) -Codechange: move all date related stuff to date*.
Tue, 25 Dec 2007 13:28:09 +0000 rubidium (svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.
Tue, 25 Dec 2007 11:26:07 +0000 rubidium (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
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.
Sat, 22 Dec 2007 21:01:49 +0000 rubidium (svn r11681) -Fix (r11674): hopefully fix the compile error on big endian machines.
Fri, 21 Dec 2007 19:49:27 +0000 rubidium (svn r11675) -Codechange: split the string types from the string functions.
Sun, 16 Dec 2007 19:28:07 +0000 rubidium (svn r11648) -Fix [FS#1560]: the company password was not set when one pressed the enter key.
Sun, 16 Dec 2007 19:21:28 +0000 rubidium (svn r11647) -Fix (r11646): it did not compile without freetype...
Sun, 16 Dec 2007 18:38:19 +0000 rubidium (svn r11646) -Codechange: check whether (some) characters are missing in the current 'font' for the 'currently' chosen language and give a warning when that does happen.
Sat, 24 Nov 2007 10:38:43 +0000 skidd13 (svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
Mon, 19 Nov 2007 21:02:30 +0000 skidd13 (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
Mon, 12 Nov 2007 20:05:12 +0000 rubidium (svn r11422) -Fix [FS#1430]: properly support genders coming from newgrfs instead of crashing.
Tue, 30 Oct 2007 18:32:26 +0000 rubidium (svn r11360) -Fix [FS#1375]: do not crash when trying to "draw" an invalid string, just draw a message saying it is invalid.
Sat, 20 Oct 2007 14:51:09 +0000 rubidium (svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo.
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.
Sat, 11 Aug 2007 15:52:34 +0000 bjarni (svn r10851) -Feature [OSX]: OpenTTD will now pick the same language as finder is set to if no config file is found (ln-)
Tue, 07 Aug 2007 15:20:31 +0000 rubidium (svn r10820) -Codechange: make negative currencies red and restore the colour from before the currency was printed; this removes the need to make two strings for printing currencies (one for positive currencies and one for negative currencies).
Sun, 05 Aug 2007 14:08:38 +0000 rubidium (svn r10792) -Fix [FS#1104]: when determining the gender of a string, do not assume that the gender is in the front of the string when there can be case switching code at that location.
Fri, 03 Aug 2007 09:08:49 +0000 peter1138 (svn r10762) -Codechange: Change enum StringIDEnum { to static const StringID = for
Thu, 02 Aug 2007 23:21:52 +0000 rubidium (svn r10759) -Codechange: make the industry struct use the pool item class as super class.
Thu, 02 Aug 2007 21:05:54 +0000 rubidium (svn r10755) -Codechange: make the town struct use the pool item class as super class.
Thu, 02 Aug 2007 12:51:57 +0000 rubidium (svn r10751) -Codechange: make the group struct use the pool item class as super class.
Sun, 29 Jul 2007 12:13:22 +0000 rubidium (svn r10719) -Codechange: since DParams are now 64 bits we should make NUM and COMMA handle writing 64 bit integers to the strings.
Fri, 27 Jul 2007 22:19:19 +0000 KUDr (svn r10711) -Fix [Win32]: take default language from current user's locale on Windows (In-)
Tue, 24 Jul 2007 12:29:47 +0000 truelight (svn r10671) -Codechange: don't mix both lookup and temp-variable-with-value-of-lookup (skidd13)
Mon, 16 Jul 2007 09:16:58 +0000 rubidium (svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
Mon, 25 Jun 2007 14:46:32 +0000 peter1138 (svn r10324) -Codechange: reference engine names by index
Mon, 25 Jun 2007 13:30:38 +0000 peter1138 (svn r10323) -Codechange: reference company name, number and player (president) name
Mon, 25 Jun 2007 10:40:56 +0000 peter1138 (svn r10321) -Codechange: refer to sign text by index
Mon, 25 Jun 2007 10:22:48 +0000 rubidium (svn r10320) -Fix [FS#278]: one could only build a limited number of stations before one had to rename them.
Mon, 25 Jun 2007 07:33:40 +0000 peter1138 (svn r10316) -Codechange: (consistently) use index to refer to group names. Also the group string_id is irrelevant unless it is a custom name, so don't 'waste' a savegame string id.
Sun, 24 Jun 2007 22:42:11 +0000 peter1138 (svn r10314) -Codechange: Refer to vehicle names by index
Thu, 21 Jun 2007 19:08:47 +0000 rubidium (svn r10262) -Fix (r10258): some places that needed to be changed to uint64 were hidden/forgotten, which caused memory corruptions and that in caused all kinds of assertions to trigger.
Thu, 21 Jun 2007 17:38:59 +0000 rubidium (svn r10261) -Cleanup: we do not need CURRENCY64 and CURRCOMPACT64 anymore, because everything is already 64 bits by default.
Thu, 21 Jun 2007 17:25:17 +0000 rubidium (svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
Thu, 21 Jun 2007 15:57:14 +0000 rubidium (svn r10252) -Fix: never overflow when applying exchange rates before drawing the amount of money.
Thu, 21 Jun 2007 15:37:05 +0000 rubidium (svn r10250) -Fix: money is always 64 bits, so always parse those 64 bits.
Mon, 18 Jun 2007 23:00:55 +0000 glx (svn r10211) -Feature: [NewGRF] Add support for action 0F
Sun, 17 Jun 2007 15:48:57 +0000 rubidium (svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible.
Wed, 13 Jun 2007 17:34:05 +0000 rubidium (svn r10145) -Fix: make compiling with networking disabled (again) possible.