tron [Thu, 20 Oct 2005 17:23:33 +0000] rev 2543
(svn r3072) CMD_RENAME_STATION isn't interested in the tile coordinates, so don't pass them
peter1138 [Thu, 20 Oct 2005 15:15:58 +0000] rev 2542
(svn r3071) -NewGRF: Add support for rail vehicle weight greater than 255 tons.
Darkvater [Wed, 19 Oct 2005 20:00:05 +0000] rev 2541
(svn r3070) - it doesn't matter where the '.' is found for the IP, if it is found, it is not a normal index when unbanning clients ('\0' should of course be NULL); thx Tron
Darkvater [Wed, 19 Oct 2005 19:44:01 +0000] rev 2540
(svn r3069) - CodeChange: now that we have the '|' char, use that as a seperator instead of '\' as was originally intention
Darkvater [Wed, 19 Oct 2005 19:41:38 +0000] rev 2539
(svn r3068) - Feature: make it possible to create a screenshot from the console that is both big and has no console, or any combination of.
Darkvater [Wed, 19 Oct 2005 19:38:35 +0000] rev 2538
(svn r3067) - Feature: allow unbanning players based on banlist-id (as well as IP).
- Feature: 'status' and 'clients' now show the IP of the players
tron [Wed, 19 Oct 2005 14:49:46 +0000] rev 2537
(svn r3066) Constify the parameter of GetSlopeZ_*()
celestar [Wed, 19 Oct 2005 08:34:37 +0000] rev 2536
(svn r3065) -Codechange/Add: Modified the bridge drawing code so that the basic offset is read from the RailTypeInfo struct. This is (hopefully) the last DrawTile change on the way to electrified railways. While being at it, de-mystified the function a bit and added some asserts.
tron [Wed, 19 Oct 2005 06:46:41 +0000] rev 2535
(svn r3064) Replace some numbers by sprite names
celestar [Wed, 19 Oct 2005 06:17:11 +0000] rev 2534
(svn r3063) -Codechange: Demystified and commented bridge_land.h. Also removed two arrays that are not referred to