namegen.c
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