Tue, 24 Oct 2006 22:19:12 +0000(svn r6931) -Codechange: Change textmessage format a bit. Only the sender's name and target are
Darkvater [Tue, 24 Oct 2006 22:19:12 +0000] rev 4943
(svn r6931) -Codechange: Change textmessage format a bit. Only the sender's name and target are
in the sender's colour, the actual message is in white. Should improve readability.

Tue, 24 Oct 2006 19:19:25 +0000(svn r6930) -Codechange: Move industry name into IndustrySpec
belugas [Tue, 24 Oct 2006 19:19:25 +0000] rev 4942
(svn r6930) -Codechange: Move industry name into IndustrySpec
-Codechange: member color_map is more related to random color, rename it as such

Tue, 24 Oct 2006 16:39:48 +0000(svn r6928) WebTranslator2 update to 2006-10-24 18:38:04
miham [Tue, 24 Oct 2006 16:39:48 +0000] rev 4941
(svn r6928) WebTranslator2 update to 2006-10-24 18:38:04
bulgarian - 523 fixed, 13 changed by groupsky (536)
catalan - 3 fixed by arnaullv (3)
polish - 3 fixed by meush (3)
turkish - 7 fixed by jnmbk (7)

Tue, 24 Oct 2006 16:28:34 +0000(svn r6927) -Codechange: No need to explicitly cast a boolean to a boolean and move draw_default
Darkvater [Tue, 24 Oct 2006 16:28:34 +0000] rev 4940
(svn r6927) -Codechange: No need to explicitly cast a boolean to a boolean and move draw_default
goto outside of switch statement.

Tue, 24 Oct 2006 16:27:18 +0000(svn r6926) -Codechange: Rename WWT_4 to WWT_TEXTBTN_2 and WWT_6 to WWT_INSET (credits to peter1138
Darkvater [Tue, 24 Oct 2006 16:27:18 +0000] rev 4939
(svn r6926) -Codechange: Rename WWT_4 to WWT_TEXTBTN_2 and WWT_6 to WWT_INSET (credits to peter1138
for the aptly found name)
-Codechange: Remove the explicit numbering from WindowWidgetTypes

Tue, 24 Oct 2006 14:15:17 +0000(svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL is only plain panel,
Darkvater [Tue, 24 Oct 2006 14:15:17 +0000] rev 4938
(svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL is only plain panel,
WWT_IMGBTN must contain an image for drawing. Renamed WWT_PANEL_2 to WWT_IMGBTN_2
because that is what it is. Added WWT_PUSHBTN that is either just a pushable button,
or a textbutton, which text's drawn dynamically independent of widget.

Tue, 24 Oct 2006 13:20:54 +0000(svn r6924) -Codechange: Give the last (in the widget arrays at least) sprites meaningful names.
Darkvater [Tue, 24 Oct 2006 13:20:54 +0000] rev 4937
(svn r6924) -Codechange: Give the last (in the widget arrays at least) sprites meaningful names.

Tue, 24 Oct 2006 13:08:52 +0000(svn r6923) -Codechange: Load nsignalsw.grf in the same way as other mandatory additional grfs
Darkvater [Tue, 24 Oct 2006 13:08:52 +0000] rev 4936
(svn r6923) -Codechange: Load nsignalsw.grf in the same way as other mandatory additional grfs

Tue, 24 Oct 2006 12:56:14 +0000(svn r6922) -Feature: Add proper cloning sprites and cursors, different for each vehicle. Big thanks
Darkvater [Tue, 24 Oct 2006 12:56:14 +0000] rev 4935
(svn r6922) -Feature: Add proper cloning sprites and cursors, different for each vehicle. Big thanks
to MB for the initial design and skidd13 for the iconified version(s).
-Codechange: Change the autorenew sprites from recycle to upgrade (skidd13)
-Codechange: Change the shared orders icon (MeusH)
-Add missing table/files.h file to VS project file.

Tue, 24 Oct 2006 10:15:56 +0000(svn r6921) - PEBKAC: Add an MD5 sum check of our own data files, and warn if they don't match.
peter1138 [Tue, 24 Oct 2006 10:15:56 +0000] rev 4934
(svn r6921) - PEBKAC: Add an MD5 sum check of our own data files, and warn if they don't match.