Tue, 23 Jan 2007 19:36:59 +0000(svn r8376) -Codechange: remove unused table
rubidium [Tue, 23 Jan 2007 19:36:59 +0000] rev 6065
(svn r8376) -Codechange: remove unused table

Tue, 23 Jan 2007 18:37:00 +0000(svn r8375) -Update: WebTranslator2 update to 2007-01-23 19:34:40
miham [Tue, 23 Jan 2007 18:37:00 +0000] rev 6064
(svn r8375) -Update: WebTranslator2 update to 2007-01-23 19:34:40
brazilian_portuguese - 2 changed by fukumori (2)
esperanto - 14 changed by LaPingvino (14)
simplified_chinese - 6 fixed, 10 changed by Fishingsnow (16)
slovenian - 394 changed by Necrolyte (394)
ukrainian - 68 changed by mad (61), znikoz (7)

Tue, 23 Jan 2007 15:47:28 +0000(svn r8374) -Fix (r8367): LLONG_MAX isn't always defined, and INT64_MAX describes the
maedhros [Tue, 23 Jan 2007 15:47:28 +0000] rev 6063
(svn r8374) -Fix (r8367): LLONG_MAX isn't always defined, and INT64_MAX describes the
required value better anyway. However, INT64_MAX comes from stdint.h which
doesn't seem to exist on MSVC or MorphOS, so it's defined manually for them.

Tue, 23 Jan 2007 14:58:10 +0000(svn r8373) -Codechange: remove some obsolete MSVC6 compatability defines
rubidium [Tue, 23 Jan 2007 14:58:10 +0000] rev 6062
(svn r8373) -Codechange: remove some obsolete MSVC6 compatability defines

Tue, 23 Jan 2007 14:47:38 +0000(svn r8372) -Fix (8361): NUM_LANDSCAPE comes (via some detour) from openttd.h, which does not exist in the masterserver/updater.
rubidium [Tue, 23 Jan 2007 14:47:38 +0000] rev 6061
(svn r8372) -Fix (8361): NUM_LANDSCAPE comes (via some detour) from openttd.h, which does not exist in the masterserver/updater.

Tue, 23 Jan 2007 13:26:12 +0000(svn r8371) -Codechange: [autoreplace GUI] moved the autoreplace GUI to a file of it's own
bjarni [Tue, 23 Jan 2007 13:26:12 +0000] rev 6060
(svn r8371) -Codechange: [autoreplace GUI] moved the autoreplace GUI to a file of it's own
Note: it's the same as r8363, only this time the svn history of autoreplace should be preserved

Tue, 23 Jan 2007 13:10:43 +0000(svn r8370) -Revert (r8363): the autoreplace GUI move cleared the file history
bjarni [Tue, 23 Jan 2007 13:10:43 +0000] rev 6059
(svn r8370) -Revert (r8363): the autoreplace GUI move cleared the file history

Tue, 23 Jan 2007 12:41:04 +0000(svn r8369) -Cleanup: [Graphs] Rename include_neg and adj_height to more descriptive names, and add some more comments.
maedhros [Tue, 23 Jan 2007 12:41:04 +0000] rev 6058
(svn r8369) -Cleanup: [Graphs] Rename include_neg and adj_height to more descriptive names, and add some more comments.

Tue, 23 Jan 2007 12:19:41 +0000(svn r8368) -Cleanup: [Graphs] Rename the variables relating to whether datasets should be drawn, and use HASBIT for testing against them.
maedhros [Tue, 23 Jan 2007 12:19:41 +0000] rev 6057
(svn r8368) -Cleanup: [Graphs] Rename the variables relating to whether datasets should be drawn, and use HASBIT for testing against them.

Tue, 23 Jan 2007 11:20:59 +0000(svn r8367) -Fix: [Graphs] Don't try to use the same value to mean something is invalid for both an int64 and a uint.
maedhros [Tue, 23 Jan 2007 11:20:59 +0000] rev 6056
(svn r8367) -Fix: [Graphs] Don't try to use the same value to mean something is invalid for both an int64 and a uint.