miham [Sat, 16 Jul 2005 17:46:58 +0000] rev 2083
(svn r2593) [Translators] Updated translations to 20050716 (27 lang(s))
ludde [Sat, 16 Jul 2005 17:12:32 +0000] rev 2082
(svn r2592) Feature: [strgen] New way to specify plural forms.
- {NUM} {PLURAL 0 car cars}: Prints either car or cars depending on if the argument 0 is plural.
Also supports languages with weird plural forms such as Polish.
The plural format needs to be specified in the beginning of the langfile, like "##plural 7" for Polish.
ludde [Sat, 16 Jul 2005 15:05:52 +0000] rev 2081
(svn r2591) Codechange: [network] Cleanup NetworkHandleCommandQueue
ludde [Sat, 16 Jul 2005 14:29:36 +0000] rev 2080
(svn r2590) Fix: [network] Fixed NetworkHandleLocalQueue
ludde [Sat, 16 Jul 2005 12:59:23 +0000] rev 2079
(svn r2589) Fix: [network] Fixed static variable that wasn't initialized. Would stop the sync checking from working in some cases.
ludde [Sat, 16 Jul 2005 12:30:03 +0000] rev 2078
(svn r2588) Codechange: Remove PLAYER_SEED_RANDOM
Darkvater [Sat, 16 Jul 2005 09:55:31 +0000] rev 2077
(svn r2587) - Fix: Don't close the save-thread if it wasn't started because of some error or a network-server
Darkvater [Fri, 15 Jul 2005 21:31:09 +0000] rev 2076
(svn r2586) - Fix [Makefile]: add mersenne.c to VS.NET2003 project file
Darkvater [Fri, 15 Jul 2005 21:28:26 +0000] rev 2075
(svn r2585) - Fix [Makefile]: some small cleanups, remove warnings, and add mersenne to makefile (Luca)
Darkvater [Fri, 15 Jul 2005 21:17:38 +0000] rev 2074
(svn r2584) - Fix: Game no longer asserts when you use the remove-road tool on a town building or industry.