celestar [Sat, 16 Jul 2005 23:47:37 +0000] rev 2085
(svn r2595) -Codechange: Introduced "IsSteepTileh" to find whether a tile is steep
(i.e. spans two height levels) and use it throughout the code.
-Codechange: Add CanBuildDepotByTileh to find if a tile is suitable to
build a depot on it. Wraps some bitmagic which seems quite unreadable at
first glance
ludde [Sat, 16 Jul 2005 20:58:04 +0000] rev 2084
(svn r2594) Fix: [strgen] Misc updates to the string system.
- Renamed the plural command to "P" instead of "PLURAL". Now write something like this to append an s on plural: {P "" s}. (You can optionally still add an argument index to explicitly specifiy which number that's used)
- Removed the pluralized cargo strings from the string files. The new method is to use the plural specifier {P}
- Added support for genders. First add "##gender der das die" on top, then use {G=der} on a cargoname/industry to set the gender, and to switch between genders do something like {G neu neu neue} {STRING}
- Updated the swedish/english translation with P strings.
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