darkvater [Sun, 06 Mar 2005 16:23:32 +0000] rev 1441
(svn r1945) - CodeChange: re-commit of rev 1835: "Reduce the visibility of network_core.h (Tron)".
- VS6/.NET: moved ENABLE_NETWORK to the project file setting (same place as WITH_SDL, WITH_ZLIB) and removed it from network_core.h
pasky [Sun, 06 Mar 2005 16:08:19 +0000] rev 1440
(svn r1944) Make --help output for -d at least somewhat useful.
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.
tron [Sun, 06 Mar 2005 15:15:27 +0000] rev 1438
(svn r1942) Fix r1938
pasky [Sun, 06 Mar 2005 13:57:19 +0000] rev 1437
(svn r1941) Report missing NewGRF file as a fatal error.
pasky [Sun, 06 Mar 2005 13:55:40 +0000] rev 1436
(svn r1940) TODO about usrerror().
tron [Sun, 06 Mar 2005 12:56:02 +0000] rev 1435
(svn r1939) Revert part of r1938 which accidently crept in
tron [Sun, 06 Mar 2005 12:54:19 +0000] rev 1434
(svn r1938) Miscellaneous cleanups: const correctness, kill a goto, ...
tron [Sun, 06 Mar 2005 12:46:29 +0000] rev 1433
(svn r1937) TILE_FROM_XY() returns a TileIndex, not an int
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)