Sun, 06 Mar 2005 12:41:18 +0000(svn r1936) End some void-pointer-as-int-abuse; this also fixes a latent bug where a TileIndex was only 24bit wide (on 32bit architectures)
tron [Sun, 06 Mar 2005 12:41:18 +0000] rev 1432
(svn r1936) End some void-pointer-as-int-abuse; this also fixes a latent bug where a TileIndex was only 24bit wide (on 32bit architectures)

Sun, 06 Mar 2005 12:33:33 +0000(svn r1935) Missing braces; while here turn the ifs into a single switch
tron [Sun, 06 Mar 2005 12:33:33 +0000] rev 1431
(svn r1935) Missing braces; while here turn the ifs into a single switch

Sun, 06 Mar 2005 12:31:07 +0000(svn r1934) Small cleanup (uint -> TileIndex, (uint)-1 -> INVALID_TILE and similar stuff)
tron [Sun, 06 Mar 2005 12:31:07 +0000] rev 1430
(svn r1934) Small cleanup (uint -> TileIndex, (uint)-1 -> INVALID_TILE and similar stuff)

Sun, 06 Mar 2005 12:26:38 +0000(svn r1933) typedef socklen_t for BeOS
tron [Sun, 06 Mar 2005 12:26:38 +0000] rev 1429
(svn r1933) typedef socklen_t for BeOS

Sun, 06 Mar 2005 00:39:38 +0000(svn r1932) Fix: [SDL] On Linux console, the backquote scancode is 41. Let's hope nothing conflicts with it in X.
pasky [Sun, 06 Mar 2005 00:39:38 +0000] rev 1428
(svn r1932) Fix: [SDL] On Linux console, the backquote scancode is 41. Let's hope nothing conflicts with it in X.

Sat, 05 Mar 2005 22:21:43 +0000(svn r1931) Added Krystofova, Udoli and Hut. Zdar is s. masc., not s. neut.
pasky [Sat, 05 Mar 2005 22:21:43 +0000] rev 1427
(svn r1931) Added Krystofova, Udoli and Hut. Zdar is s. masc., not s. neut.

Sat, 05 Mar 2005 22:21:02 +0000(svn r1930) Cleaned up the postfix-ending connecting code and introduced some simple postfix-last-letter transformations when the ending first letter is 'i'.
pasky [Sat, 05 Mar 2005 22:21:02 +0000] rev 1426
(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(svn r1929) Feature: [namegen] Support for dynamic generation of the Czech town names.
pasky [Sat, 05 Mar 2005 21:00:13 +0000] rev 1425
(svn r1929) Feature: [namegen] Support for dynamic generation of the Czech town names.

The static names are still used in 1/4 of cases. I think the tables for
dynamic generation must look pretty spectacular. :-) New stems are still
needed and there can be occasional glitches, please let me know.

I guess that this method of dynamic generation could be used for at least
Slovak town names, too. And possibly other Slavic languages?

Sat, 05 Mar 2005 18:44:26 +0000(svn r1928) Miscellaneous cleanups (data types, whitespace, const correctness)
tron [Sat, 05 Mar 2005 18:44:26 +0000] rev 1424
(svn r1928) Miscellaneous cleanups (data types, whitespace, const correctness)

Sat, 05 Mar 2005 17:41:51 +0000(svn r1927) Replace implementation of UpdateStationAcceptance(). The new one doesn't malloc() and calculates the station area in one pass instead of 3
tron [Sat, 05 Mar 2005 17:41:51 +0000] rev 1423
(svn r1927) Replace implementation of UpdateStationAcceptance(). The new one doesn't malloc() and calculates the station area in one pass instead of 3