Tue, 28 Nov 2006 19:58:13 +0000(svn r7278) -Codechange: [win32] Add UNICODE support so it should compile on OS's using UNICODE
Darkvater [Tue, 28 Nov 2006 19:58:13 +0000] rev 5168
(svn r7278) -Codechange: [win32] Add UNICODE support so it should compile on OS's using UNICODE
API exclusively.

Tue, 28 Nov 2006 14:42:31 +0000(svn r7274) -Codechange [utf8]: Add input/output unicode support. This actually only changes win32
Darkvater [Tue, 28 Nov 2006 14:42:31 +0000] rev 5167
(svn r7274) -Codechange [utf8]: Add input/output unicode support. This actually only changes win32
since it uses UTF16 for file access. To keep os-specific code to a minimum, OpenTTD
uses UTF8 internally everywhere, converting to OS-type when needed (save/load/screenshot/etc.)

Tue, 28 Nov 2006 14:32:24 +0000(svn r7273) -Fix (r7250): Initialise game palette before driver initialisation. This fixes a 'black screen' problem with fullscreen with the win32 video driver.
peter1138 [Tue, 28 Nov 2006 14:32:24 +0000] rev 5166
(svn r7273) -Fix (r7250): Initialise game palette before driver initialisation. This fixes a 'black screen' problem with fullscreen with the win32 video driver.

Tue, 28 Nov 2006 14:19:18 +0000(svn r7272) -Ok, let's hope this one's correct...stupid msvc
Darkvater [Tue, 28 Nov 2006 14:19:18 +0000] rev 5165
(svn r7272) -Ok, let's hope this one's correct...stupid msvc

Tue, 28 Nov 2006 14:12:09 +0000(svn r7271) -Codechange: Revert the strtolower part of r7199 as it can actually become broken due to
Darkvater [Tue, 28 Nov 2006 14:12:09 +0000] rev 5164
(svn r7271) -Codechange: Revert the strtolower part of r7199 as it can actually become broken due to
different codepages. See comments for strtolower function for more information.

Mon, 27 Nov 2006 23:11:56 +0000(svn r7269) -Feature: Add freight trains patch option. This option is a multiplier for the weight of cargo on freight trains, to simulate longer heavier trains. The default value of 1 behaves as before.
peter1138 [Mon, 27 Nov 2006 23:11:56 +0000] rev 5163
(svn r7269) -Feature: Add freight trains patch option. This option is a multiplier for the weight of cargo on freight trains, to simulate longer heavier trains. The default value of 1 behaves as before.

Mon, 27 Nov 2006 21:14:19 +0000(svn r7268) -Codechange: change rail vehicle cached weight from 16 to 32 bit values to avoid possible overflows.
peter1138 [Mon, 27 Nov 2006 21:14:19 +0000] rev 5162
(svn r7268) -Codechange: change rail vehicle cached weight from 16 to 32 bit values to avoid possible overflows.

Mon, 27 Nov 2006 14:09:13 +0000(svn r7266) -Codechange: Make the NewGRF loading stage look like ttdpatch to NewGRFs
peter1138 [Mon, 27 Nov 2006 14:09:13 +0000] rev 5161
(svn r7266) -Codechange: Make the NewGRF loading stage look like ttdpatch to NewGRFs

Sun, 26 Nov 2006 15:38:48 +0000(svn r7260) WebTranslator2 update to 2006-11-26 16:36:43
miham [Sun, 26 Nov 2006 15:38:48 +0000] rev 5160
(svn r7260) WebTranslator2 update to 2006-11-26 16:36:43
brazilian_portuguese - 40 changed by tucalipe (40)
bulgarian - 2 fixed by kokobongo (2)
catalan - 4 changed by arnaullv (4)
croatian - 168 fixed, 46 deleted, 18 changed by blozo (232)
swedish - 4 fixed by daishan (4)

Sat, 25 Nov 2006 11:16:27 +0000(svn r7257) -Fix (r7216): Fix doubly-utf8-encoded strings that crept in
peter1138 [Sat, 25 Nov 2006 11:16:27 +0000] rev 5159
(svn r7257) -Fix (r7216): Fix doubly-utf8-encoded strings that crept in