Sun, 06 Mar 2005 15:22:28 +0000(svn r1943) Show the sprite ID in the check_length() error message. Also show the correct sprite ID in the spriteskip notice.
pasky [Sun, 06 Mar 2005 15:22:28 +0000] rev 1439
(svn r1943) Show the sprite ID in the check_length() error message. Also show the correct sprite ID in the spriteskip notice.

Sun, 06 Mar 2005 15:15:27 +0000(svn r1942) Fix r1938
tron [Sun, 06 Mar 2005 15:15:27 +0000] rev 1438
(svn r1942) Fix r1938

Sun, 06 Mar 2005 13:57:19 +0000(svn r1941) Report missing NewGRF file as a fatal error.
pasky [Sun, 06 Mar 2005 13:57:19 +0000] rev 1437
(svn r1941) Report missing NewGRF file as a fatal error.

Sun, 06 Mar 2005 13:55:40 +0000(svn r1940) TODO about usrerror().
pasky [Sun, 06 Mar 2005 13:55:40 +0000] rev 1436
(svn r1940) TODO about usrerror().

Sun, 06 Mar 2005 12:56:02 +0000(svn r1939) Revert part of r1938 which accidently crept in
tron [Sun, 06 Mar 2005 12:56:02 +0000] rev 1435
(svn r1939) Revert part of r1938 which accidently crept in

Sun, 06 Mar 2005 12:54:19 +0000(svn r1938) Miscellaneous cleanups: const correctness, kill a goto, ...
tron [Sun, 06 Mar 2005 12:54:19 +0000] rev 1434
(svn r1938) Miscellaneous cleanups: const correctness, kill a goto, ...

Sun, 06 Mar 2005 12:46:29 +0000(svn r1937) TILE_FROM_XY() returns a TileIndex, not an int
tron [Sun, 06 Mar 2005 12:46:29 +0000] rev 1433
(svn r1937) TILE_FROM_XY() returns a TileIndex, not an int

Sun, 06 Mar 2005 12:41:18 +0000(svn r1936) End some void-pointer-as-int-abuse; this also fixes a latent bug where a TileIndex was only 24bit wide (on 32bit architectures)
tron [Sun, 06 Mar 2005 12:41:18 +0000] rev 1432
(svn r1936) End some void-pointer-as-int-abuse; this also fixes a latent bug where a TileIndex was only 24bit wide (on 32bit architectures)

Sun, 06 Mar 2005 12:33:33 +0000(svn r1935) Missing braces; while here turn the ifs into a single switch
tron [Sun, 06 Mar 2005 12:33:33 +0000] rev 1431
(svn r1935) Missing braces; while here turn the ifs into a single switch

Sun, 06 Mar 2005 12:31:07 +0000(svn r1934) Small cleanup (uint -> TileIndex, (uint)-1 -> INVALID_TILE and similar stuff)
tron [Sun, 06 Mar 2005 12:31:07 +0000] rev 1430
(svn r1934) Small cleanup (uint -> TileIndex, (uint)-1 -> INVALID_TILE and similar stuff)