------------------------------------------------------------------------
r3019 | tron | 2005-10-05 07:20:26 +0000 (Wed, 05 Oct 2005) | 1 line

-Codechange: Replace explicit shifting/anding/oring with GB and SB
------------------------------------------------------------------------
r3018 | peter1138 | 2005-10-05 04:00:39 +0000 (Wed, 05 Oct 2005) | 2 lines

-Fix: Fixed industry colour issue introduced in r3010.

------------------------------------------------------------------------
r3017 | peter1138 | 2005-10-04 21:42:00 +0000 (Tue, 04 Oct 2005) | 2 lines

-NewGRF: Implement sprite group unreferencing and unloading.

------------------------------------------------------------------------
r3016 | peter1138 | 2005-10-04 20:58:10 +0000 (Tue, 04 Oct 2005) | 2 lines

-NewGRF: Implement the start of reference counting for sprite groups. This will allow unloading.

------------------------------------------------------------------------
r3015 | peter1138 | 2005-10-04 20:38:26 +0000 (Tue, 04 Oct 2005) | 2 lines

-NewGRF: Add a new sprite group result type, and support loading of callbacks results within random and "real" groups. (Not fully supported yet.)

------------------------------------------------------------------------
r3014 | peter1138 | 2005-10-04 19:52:26 +0000 (Tue, 04 Oct 2005) | 2 lines

-NewGRF, Codechange: Make all sprite group references be pointers instead of copying the data around.

------------------------------------------------------------------------
r3013 | tron | 2005-10-04 17:34:50 +0000 (Tue, 04 Oct 2005) | 1 line

Update the documentation: The 'owner' attribute was renamed to 'm1' long ago
------------------------------------------------------------------------
r3012 | tron | 2005-10-04 06:34:39 +0000 (Tue, 04 Oct 2005) | 1 line

Extract the correct bits when checking if it's a road or rail tunnel; this is not flagged as fix, because it accidently worked
------------------------------------------------------------------------
r3011 | Darkvater | 2005-10-03 22:16:30 +0000 (Mon, 03 Oct 2005) | 1 line

Refix last revision's fix of VS6 which broke compilation on MinGW. Also beautify stdafx.h with nice indentation and comments after big #ifdef blocks. Hope it didn't break compilation on any OS's.
------------------------------------------------------------------------
r3010 | tron | 2005-10-03 21:20:01 +0000 (Mon, 03 Oct 2005) | 1 line

Get rid of quite some dubious casts, either by using GB(), proper types or just removing them
------------------------------------------------------------------------
r3009 | Darkvater | 2005-10-03 21:10:51 +0000 (Mon, 03 Oct 2005) | 1 line

DIEEEEEEEEEEE VS6 (you good-for-nothing compiler)
------------------------------------------------------------------------
r3008 | Darkvater | 2005-10-02 22:39:56 +0000 (Sun, 02 Oct 2005) | 2 lines

[ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Fix warning in graph_gui.c with const problem
------------------------------------------------------------------------
r3007 | miham | 2005-10-02 12:31:00 +0000 (Sun, 02 Oct 2005) | 1 line

[Translations] Updating translations to 2005-10-02 {@563} (4 langs changed)
------------------------------------------------------------------------
r3006 | peter1138 | 2005-10-02 12:00:30 +0000 (Sun, 02 Oct 2005) | 3 lines

-Fix, NewGRF: Don't assert on user input, skip data instead.
-Codechange, NewGRF: Remove unnecessary NULL check.

------------------------------------------------------------------------
r3005 | peter1138 | 2005-10-01 17:41:41 +0000 (Sat, 01 Oct 2005) | 2 lines

-Fix, NewGRF: Some GRF files don't specify a name or description, in which case the Action 8 is 8 bytes, not 9. (pb_viaduct)

------------------------------------------------------------------------
r3004 | peter1138 | 2005-10-01 17:38:48 +0000 (Sat, 01 Oct 2005) | 2 lines

-Feature, NewGRF: Support loading of bridge attributes and tables from GRF. Currently drawing tall pillars uses old data.

------------------------------------------------------------------------
r3003 | tron | 2005-10-01 12:43:34 +0000 (Sat, 01 Oct 2005) | 1 line

Change int, uint, uin16 and byte to EngineID where appropriate, plus some related changes (mostly casts)
------------------------------------------------------------------------
r3002 | peter1138 | 2005-09-30 20:51:20 +0000 (Fri, 30 Sep 2005) | 3 lines

-Fix, Newgrf: Max speed of 0xFFFF means no max speed.
-Fix, Newgrf: Don't mark an engine as a wagon after setting speed -- wagons can have speed limits.

------------------------------------------------------------------------
r3001 | tron | 2005-09-30 20:37:25 +0000 (Fri, 30 Sep 2005) | 5 lines

s/Player*/const Player*/
s/byte/PlayerID/
s/int/PlayerID/
and related changes

------------------------------------------------------------------------
r3000 | miham | 2005-09-30 09:58:59 +0000 (Fri, 30 Sep 2005) | 1 line

[Translations] Updating translations to 2005-09-30 {@457} (15 langs changed)
------------------------------------------------------------------------
r2999 | tron | 2005-09-30 08:57:12 +0000 (Fri, 30 Sep 2005) | 1 line

Do not pass if the HQ gets built for the first time or gets relocated as parameter - the command function has to check this anyway
------------------------------------------------------------------------
r2998 | peter1138 | 2005-09-29 20:20:34 +0000 (Thu, 29 Sep 2005) | 2 lines

-Codechange: Split rail drawing code off from DrawTile_Rail into a separate function to be used elsewhere. (Deja vu?)

------------------------------------------------------------------------
r2997 | peter1138 | 2005-09-29 19:59:57 +0000 (Thu, 29 Sep 2005) | 2 lines

-Codechange: Split road drawing code off from DrawTile_Road into a separate function to be used elsewhere.

------------------------------------------------------------------------
r2996 | tron | 2005-09-28 21:49:55 +0000 (Wed, 28 Sep 2005) | 1 line

0xFFFF -> INVALID_STRING_ID
------------------------------------------------------------------------
r2995 | tron | 2005-09-28 19:35:36 +0000 (Wed, 28 Sep 2005) | 1 line

Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATION where appropriate
------------------------------------------------------------------------