Wed, 23 Aug 2006 23:23:14 +0000(svn r6081) -Fix(6054) : Silenced a MSVC warning on compiling (thanks MaulinMonkey)
belugas [Wed, 23 Aug 2006 23:23:14 +0000] rev 4365
(svn r6081) -Fix(6054) : Silenced a MSVC warning on compiling (thanks MaulinMonkey)

Wed, 23 Aug 2006 20:53:53 +0000(svn r6079) -Change: size and alignment of random seed input box and randomise button
glx [Wed, 23 Aug 2006 20:53:53 +0000] rev 4364
(svn r6079) -Change: size and alignment of random seed input box and randomise button

Wed, 23 Aug 2006 20:46:54 +0000(svn r6078) -Fix: forgot one uint16 -> Date conversion. Tnx to #openttdcoop team for detecting and Rubidium for finding the cause.
truelight [Wed, 23 Aug 2006 20:46:54 +0000] rev 4363
(svn r6078) -Fix: forgot one uint16 -> Date conversion. Tnx to #openttdcoop team for detecting and Rubidium for finding the cause.

Wed, 23 Aug 2006 19:58:17 +0000(svn r6076) WebTranslator2 update to 2006-08-23 21:57:55
miham [Wed, 23 Aug 2006 19:58:17 +0000] rev 4362
(svn r6076) WebTranslator2 update to 2006-08-23 21:57:55
french - 2 changed by glx (2)
portuguese - 26 fixed, 3 changed by izhirahider (29)

Wed, 23 Aug 2006 18:22:11 +0000(svn r6073) -We have removed MSVC6 support, so remove strgen and langs project files as well.
Darkvater [Wed, 23 Aug 2006 18:22:11 +0000] rev 4361
(svn r6073) -We have removed MSVC6 support, so remove strgen and langs project files as well.

Wed, 23 Aug 2006 15:30:03 +0000(svn r6068) -Codechange: Switch PNG and BMP priority for screenshots. This ensures PNG is used by default when available. (hylje)
matthijs [Wed, 23 Aug 2006 15:30:03 +0000] rev 4360
(svn r6068) -Codechange: Switch PNG and BMP priority for screenshots. This ensures PNG is used by default when available. (hylje)

Wed, 23 Aug 2006 13:55:56 +0000(svn r6064) WebTranslator2 update to 2006-08-23 15:55:27
miham [Wed, 23 Aug 2006 13:55:56 +0000] rev 4359
(svn r6064) WebTranslator2 update to 2006-08-23 15:55:27
french - 5 fixed by belugas (4), glx (1)
german - 26 fixed, 5 changed by chu (31)
turkish - 23 fixed by jnmbk (23)

Tue, 22 Aug 2006 22:59:42 +0000(svn r6059) -Fix(r6049): FOR_ALL was not use to not skip invalid items, so really don't skip invalid items :)
glx [Tue, 22 Aug 2006 22:59:42 +0000] rev 4358
(svn r6059) -Fix(r6049): FOR_ALL was not use to not skip invalid items, so really don't skip invalid items :)

Tue, 22 Aug 2006 21:17:19 +0000(svn r6058) -Fix: Get(Industry|Town)ArraySize could never return 0
truelight [Tue, 22 Aug 2006 21:17:19 +0000] rev 4357
(svn r6058) -Fix: Get(Industry|Town)ArraySize could never return 0
Note: _total_towns and _total_industries willb e removed soon, so this 'hack' is okay, for now ;)

Tue, 22 Aug 2006 21:14:45 +0000(svn r6057) -Codechange: made a function GetRandomXXX, that _always_ returns a valid XXX, unless there are none to pick from. Then NULL is returned.
truelight [Tue, 22 Aug 2006 21:14:45 +0000] rev 4356
(svn r6057) -Codechange: made a function GetRandomXXX, that _always_ returns a valid XXX, unless there are none to pick from. Then NULL is returned.