namegen.c
Mon, 31 Jul 2006 12:08:08 +0000 Darkvater (svn r5671) - Backport from trunk (r5504, r5512): 0.4
Tue, 02 May 2006 14:12:19 +0000 Darkvater (svn r4686) - Backport from trunk (r4639): 0.4
Wed, 22 Mar 2006 22:38:29 +0000 matthijs (svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers. 0.4
Tue, 26 Dec 2006 17:36:18 +0000 Darkvater (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to
Tue, 17 Apr 2007 18:09:12 +0000 rubidium (svn r9656) [0.5] -Backport from trunk (r9602, r9641, r9647): 0.5
Thu, 16 Nov 2006 22:05:33 +0000 peter1138 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
Sun, 22 Oct 2006 10:08:49 +0000 peter1138 (svn r6895) - Fix (r6884): Add 'last' parameter to the town name generators.
Tue, 29 Aug 2006 14:45:39 +0000 bjarni (svn r6213) -Fix: Calatan town names was only prefix OR the rest of the string, never both (nars)
Mon, 28 Aug 2006 18:53:03 +0000 rubidium (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc.
Sun, 20 Aug 2006 12:09:32 +0000 truelight (svn r5974) -Codechange: added casts all around the place to make Windows 64bit happy (michi_cc)
Sun, 20 Aug 2006 09:52:15 +0000 bjarni (svn r5965) -Feature: FS#261 Catalan Town Names generator (arnau)
Mon, 17 Jul 2006 20:27:17 +0000 belugas (svn r5512) Fix : Remove a warning on MakeItalianTownName.
Sun, 16 Jul 2006 00:32:00 +0000 belugas (svn r5504) Feature : Added Italian town name generator. (sidew)
Tue, 27 Jun 2006 21:25:53 +0000 tron (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular
Mon, 01 May 2006 09:25:23 +0000 celestar (svn r4639) -Feature: Turkish town names (jnmbk)
Wed, 01 Mar 2006 19:20:35 +0000 bjarni (svn r3707) -Fix: made the generated Finnish town names sound more Finnish (ln-)
Sun, 23 Oct 2005 13:04:44 +0000 tron (svn r3078) Some more stuff, which piled up:
Mon, 03 Oct 2005 21:20:01 +0000 tron (svn r3010) Get rid of quite some dubious casts, either by using GB(), proper types or just removing them
Fri, 16 Sep 2005 10:37:21 +0000 Darkvater (svn r2957) - Feature: [ 1263280 ] Danish town names (fey_dk)
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Wed, 09 Mar 2005 19:42:37 +0000 tron (svn r1977) Typedef some enums and struct plus some minor style changes
Sun, 06 Mar 2005 23:21:57 +0000 pasky (svn r1951) Introduced SeedModChance() (which is like SeedChance() but uses simple modulo instead of bitshifting and multiplication), explained why does it work better, used it in MakeCzechTownName() and added a TODO note about possibly using it in the other town name generators too.
Sat, 05 Mar 2005 22:21:02 +0000 pasky (svn r1930) Cleaned up the postfix-ending connecting code and introduced some simple postfix-last-letter transformations when the ending first letter is 'i'.
Sat, 05 Mar 2005 21:00:13 +0000 pasky (svn r1929) Feature: [namegen] Support for dynamic generation of the Czech town names.
Sat, 05 Mar 2005 14:54:11 +0000 pasky (svn r1926) Codechange: Renamed some of the predefined town names arrays for consistent naming.
Sat, 05 Feb 2005 23:07:35 +0000 tron (svn r1811) Use char for string handling in namegen.[ch]
Sat, 05 Feb 2005 23:03:12 +0000 tron (svn r1810) Move town name generation declarations into a header of their own
Sat, 05 Feb 2005 15:58:59 +0000 tron (svn r1803) Move debugging stuff into files of it's own
Sun, 23 Jan 2005 13:09:35 +0000 tron (svn r1610) Remove trailing whitespace (last time ever, i hope)
Sun, 23 Jan 2005 12:04:40 +0000 tron (svn r1608) Make ReplaceWords() comprehensible
Sat, 15 Jan 2005 21:41:49 +0000 darkvater (svn r1531) -Feature: [1039061] Swiss town-names (vulvulune)
Wed, 12 Jan 2005 22:10:50 +0000 tron (svn r1494) Give GetNumberBasedOnSeed() a bit more sane name: SeedChance()
Wed, 12 Jan 2005 21:38:49 +0000 tron (svn r1492) Reduce strcpy(, "") follwed by strcat() to just strcpy() (Jango)
Wed, 12 Jan 2005 21:33:43 +0000 tron (svn r1491) Fix bracing style and indentation (Jango)
Wed, 12 Jan 2005 21:11:26 +0000 tron (svn r1490) Restore original town name generation behavior for german and hungarian (Jango)
Sun, 09 Jan 2005 21:25:44 +0000 tron (svn r1451) Fix some of the signed/unsigned comparison warnings
Sun, 09 Jan 2005 20:45:07 +0000 miham (svn r1450) Updated norwegian townname generation (Simen Graaten)
Sun, 09 Jan 2005 00:17:01 +0000 miham (svn r1438) Added norwegian townnames
Mon, 03 Jan 2005 11:45:11 +0000 dominik (svn r1333) Fix: No crash when creating a game with American town names any more
Fri, 31 Dec 2004 14:43:47 +0000 truelight (svn r1307) -Fix/feature: rewrote the townname generation code. Code is much more
Mon, 15 Nov 2004 12:11:43 +0000 tron (svn r627) Merge r439 to trunk:
Thu, 16 Sep 2004 10:07:52 +0000 dominik (svn r270) Fix: [ 1028851 ] automatic and unwanted city renaming
Mon, 13 Sep 2004 23:43:54 +0000 darkvater (svn r241) -Fix: Trailing spaces :O
Mon, 13 Sep 2004 12:28:11 +0000 darkvater (svn r234) -Fix: added missing romanian.txt to VC6, VS.NET and Jamfile project file
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Mon, 23 Aug 2004 21:40:01 +0000 dominik (svn r125) Add: [ 1014684 ] Czech town names (supr)
Sun, 22 Aug 2004 15:57:46 +0000 truelight (svn r112) -Fix: converted all linebreaks to UNIX-linebreak (\n) (forgot one file)
Sun, 22 Aug 2004 15:31:23 +0000 orudge (svn r110) Added modified English town name generator
Mon, 16 Aug 2004 14:48:35 +0000 darkvater (svn r66) -Fix Station list updated on station deletion/station rename
Tue, 10 Aug 2004 16:34:01 +0000 dominik (svn r9) Fixed a couple of warnings and minor coding issues
Tue, 10 Aug 2004 14:42:52 +0000 darkvater (svn r5) -Fix: townname generation of TTDLX savegames. All work
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN