------------------------------------------------------------------------
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
------------------------------------------------------------------------
r2994 | tron | 2005-09-27 20:55:42 +0000 (Tue, 27 Sep 2005) | 1 line

Another small hack regarding currencies: add a #define to emulate a variable, that holds the current currency; again this should increase readability
------------------------------------------------------------------------
r2993 | peter1138 | 2005-09-27 19:16:37 +0000 (Tue, 27 Sep 2005) | 2 lines

Fix: Reset aircraft images differently. Fixes assertion introduced in r2991.

------------------------------------------------------------------------
r2992 | tron | 2005-09-27 18:51:04 +0000 (Tue, 27 Sep 2005) | 1 line

Use PlayerID, StationID and INVALID_STATION instead of int, int and -1
------------------------------------------------------------------------
r2991 | peter1138 | 2005-09-26 20:32:13 +0000 (Mon, 26 Sep 2005) | 2 lines

Reset vehicle images on game load. Allows savegames with NewGRFs saved prior to r2868 to load.

------------------------------------------------------------------------
r2990 | peter1138 | 2005-09-26 19:01:49 +0000 (Mon, 26 Sep 2005) | 2 lines

Remove _engine_original_sprites and replace all uses with references to our (new) original engine/vehicle tables.

------------------------------------------------------------------------
r2989 | peter1138 | 2005-09-26 18:43:58 +0000 (Mon, 26 Sep 2005) | 2 lines

- Make engine/vehicle information tables constant. Duplicate them so NewGRF data can be loaded without wiping out the default data.

------------------------------------------------------------------------
r2988 | tron | 2005-09-26 13:38:12 +0000 (Mon, 26 Sep 2005) | 2 lines

static where static is due

------------------------------------------------------------------------
r2987 | tron | 2005-09-26 08:11:48 +0000 (Mon, 26 Sep 2005) | 1 line

-Fix: restart_game_date is an UINT16, not a BYTE. Now setting the game restart year via the console should work (Debolaz)
------------------------------------------------------------------------
r2986 | miham | 2005-09-25 19:39:42 +0000 (Sun, 25 Sep 2005) | 2 lines

[Translations] Fixed up english.txt (still don't know how Webtranslator screwed it up)

------------------------------------------------------------------------
r2985 | tron | 2005-09-25 09:15:09 +0000 (Sun, 25 Sep 2005) | 1 line

Print warnings and errors in the canonical file:line: form to make life for IDEs easier (ln-)
------------------------------------------------------------------------
r2984 | tron | 2005-09-25 09:04:59 +0000 (Sun, 25 Sep 2005) | 1 line

Use adequate types, this should aid portability a bit
------------------------------------------------------------------------
r2983 | miham | 2005-09-24 20:24:35 +0000 (Sat, 24 Sep 2005) | 1 line

[Translations] Updating translations to 2005-09-24 {@892} (11 langs changed)
------------------------------------------------------------------------