Fri, 15 Jul 2005 21:28:26 +0000(svn r2585) - Fix [Makefile]: some small cleanups, remove warnings, and add mersenne to makefile (Luca)
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)

Fri, 15 Jul 2005 21:17:38 +0000(svn r2584) - Fix: Game no longer asserts when you use the remove-road tool on a town building or industry.
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.

Fri, 15 Jul 2005 20:29:06 +0000(svn r2583) Move OS specific code out of misc.c
ludde [Fri, 15 Jul 2005 20:29:06 +0000] rev 2073
(svn r2583) Move OS specific code out of misc.c
Added support for Mersenne Twister random number generator (not implemented in network yet)
Wrap player randoms around #ifdef

Fri, 15 Jul 2005 19:51:54 +0000(svn r2582) Fix: Prevent generating unrealistically many Oil refineries on large maps. They are always placed next to the borderline, so the perimeter is used instead of area to scale the number of those industries.
ludde [Fri, 15 Jul 2005 19:51:54 +0000] rev 2072
(svn r2582) Fix: Prevent generating unrealistically many Oil refineries on large maps. They are always placed next to the borderline, so the perimeter is used instead of area to scale the number of those industries.

Fri, 15 Jul 2005 18:43:39 +0000(svn r2581) Fix: Behave a bit safer if central server sends bogus information about clients.
ludde [Fri, 15 Jul 2005 18:43:39 +0000] rev 2071
(svn r2581) Fix: Behave a bit safer if central server sends bogus information about clients.
Change: Made code a little bit more readable by putting _selected_item in a local var with a shorter name.

Fri, 15 Jul 2005 18:30:13 +0000(svn r2580) Change: Added {INDUSTRY} command for printing industry names instead of the old {TOWN} {STRING} way.
ludde [Fri, 15 Jul 2005 18:30:13 +0000] rev 2070
(svn r2580) Change: Added {INDUSTRY} command for printing industry names instead of the old {TOWN} {STRING} way.
- The formatting of the industry name can be controlled with the string STR_INDUSTRY_FORMAT.
Change: Changed several occurences of {STRING1} into {TOWN} to get rid of townnametype being used directly.

Fri, 15 Jul 2005 17:59:55 +0000(svn r2579) Change some strgen errors into warnings to prevent build from stopping.
ludde [Fri, 15 Jul 2005 17:59:55 +0000] rev 2069
(svn r2579) Change some strgen errors into warnings to prevent build from stopping.

Fri, 15 Jul 2005 17:58:31 +0000(svn r2578) translation fix
miham [Fri, 15 Jul 2005 17:58:31 +0000] rev 2068
(svn r2578) translation fix

Fri, 15 Jul 2005 17:45:54 +0000(svn r2577) [Translators] Updated translations to 20050715 (26 lang(s))
miham [Fri, 15 Jul 2005 17:45:54 +0000] rev 2067
(svn r2577) [Translators] Updated translations to 20050715 (26 lang(s))

Fri, 15 Jul 2005 16:50:39 +0000(svn r2576) -Fix: Whitespace. Somehow a commit bypassed the pre-commit hook
celestar [Fri, 15 Jul 2005 16:50:39 +0000] rev 2066
(svn r2576) -Fix: Whitespace. Somehow a commit bypassed the pre-commit hook