Thu, 20 Oct 2005 19:44:41 +0000(svn r3074) -NewGrf: Fix stupid typo in weight setting.
peter1138 [Thu, 20 Oct 2005 19:44:41 +0000] rev 2545
(svn r3074) -NewGrf: Fix stupid typo in weight setting.

Thu, 20 Oct 2005 17:43:13 +0000(svn r3073) int/byte -> EngineID/PlayerID/VehicleID
tron [Thu, 20 Oct 2005 17:43:13 +0000] rev 2544
(svn r3073) int/byte -> EngineID/PlayerID/VehicleID
0/-1 -> INVALID_ENGINE
0x10 -> OWNER_NONE

Thu, 20 Oct 2005 17:23:33 +0000(svn r3072) CMD_RENAME_STATION isn't interested in the tile coordinates, so don't pass them
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

Thu, 20 Oct 2005 15:15:58 +0000(svn r3071) -NewGRF: Add support for rail vehicle weight greater than 255 tons.
peter1138 [Thu, 20 Oct 2005 15:15:58 +0000] rev 2542
(svn r3071) -NewGRF: Add support for rail vehicle weight greater than 255 tons.

Wed, 19 Oct 2005 20:00:05 +0000(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 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

Wed, 19 Oct 2005 19:44:01 +0000(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: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

Wed, 19 Oct 2005 19:41:38 +0000(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: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.

Wed, 19 Oct 2005 19:38:35 +0000(svn r3067) - Feature: allow unbanning players based on banlist-id (as well as IP).
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

Wed, 19 Oct 2005 14:49:46 +0000(svn r3066) Constify the parameter of GetSlopeZ_*()
tron [Wed, 19 Oct 2005 14:49:46 +0000] rev 2537
(svn r3066) Constify the parameter of GetSlopeZ_*()

Wed, 19 Oct 2005 08:34:37 +0000(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.
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.