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.

Tue, 24 Oct 2006 07:10:37 +0000(svn r6920) - Codechange: Ignore refit options of an engine if it has no capacity.
peter1138 [Tue, 24 Oct 2006 07:10:37 +0000] rev 4933
(svn r6920) - Codechange: Ignore refit options of an engine if it has no capacity.

Mon, 23 Oct 2006 21:39:15 +0000(svn r6912) - Feature: Show a list of cargo types that a vehicle is refittable to in the purchase information window. (mart3p)
peter1138 [Mon, 23 Oct 2006 21:39:15 +0000] rev 4932
(svn r6912) - Feature: Show a list of cargo types that a vehicle is refittable to in the purchase information window. (mart3p)

Mon, 23 Oct 2006 21:25:30 +0000(svn r6911) - Codechange: Add extra space to all purchase windows (and the replace window) to allow room for more text. (mart3p)
peter1138 [Mon, 23 Oct 2006 21:25:30 +0000] rev 4931
(svn r6911) - Codechange: Add extra space to all purchase windows (and the replace window) to allow room for more text. (mart3p)

Mon, 23 Oct 2006 18:45:43 +0000(svn r6910) - Codechange: Supply width of area when drawing purchase info instead of using hardcoded values. (mart3p)
peter1138 [Mon, 23 Oct 2006 18:45:43 +0000] rev 4930
(svn r6910) - Codechange: Supply width of area when drawing purchase info instead of using hardcoded values. (mart3p)

Mon, 23 Oct 2006 18:28:46 +0000(svn r6909) - Codechange: Base the decision to draw rail engine or wagon purchase information on the rail vehicle type, not an arbitrary value.
peter1138 [Mon, 23 Oct 2006 18:28:46 +0000] rev 4929
(svn r6909) - Codechange: Base the decision to draw rail engine or wagon purchase information on the rail vehicle type, not an arbitrary value.