Mon, 07 Feb 2005 10:37:12 +0000(svn r1838) Ship depots are on water, not roads
tron [Mon, 07 Feb 2005 10:37:12 +0000] rev 1334
(svn r1838) Ship depots are on water, not roads

Mon, 07 Feb 2005 10:09:28 +0000(svn r1837) GetTileOwner returns Owner, not bool
tron [Mon, 07 Feb 2005 10:09:28 +0000] rev 1333
(svn r1837) GetTileOwner returns Owner, not bool
Also assert() that the TileIndex is valid

Mon, 07 Feb 2005 09:56:16 +0000(svn r1836) Clean up some strange constructs concerning socket options
tron [Mon, 07 Feb 2005 09:56:16 +0000] rev 1332
(svn r1836) Clean up some strange constructs concerning socket options

Mon, 07 Feb 2005 09:54:37 +0000(svn r1835) Reduce the visibility of network_core.h
tron [Mon, 07 Feb 2005 09:54:37 +0000] rev 1331
(svn r1835) Reduce the visibility of network_core.h

Sun, 06 Feb 2005 22:36:08 +0000(svn r1834) - Fix: NPF does not check the owner of its target, busses try to enter other players' depots. TODO
matthijs [Sun, 06 Feb 2005 22:36:08 +0000] rev 1330
(svn r1834) - Fix: NPF does not check the owner of its target, busses try to enter other players' depots. TODO
- Add: asserts to find the v->u.rail.track == 0 problem.
- Add: IsValidDepot(), IsValidTown(), IsValidSign(), IsValidVehicle(), IsValidStation()
- Add: GetTileOwner(), IsTileOwner()
- Codechange: Replaced IsShipDepotTile(), IsTrainDepotTile(), IsRoadDepotTile() by IsTileDepotType().
- Codechange: typedeffed the MAP_OWNERS as Owner. Should be used as variable type.
- Codechange: Replaced a few uint by TileIndex.

Sun, 06 Feb 2005 22:25:27 +0000(svn r1833) byte -> char transition: the rest
tron [Sun, 06 Feb 2005 22:25:27 +0000] rev 1329
(svn r1833) byte -> char transition: the rest

Sun, 06 Feb 2005 20:53:31 +0000(svn r1832) Next byte -> char iteration: custom names
tron [Sun, 06 Feb 2005 20:53:31 +0000] rev 1328
(svn r1832) Next byte -> char iteration: custom names

Sun, 06 Feb 2005 20:29:32 +0000(svn r1831) -Fix: Scenario Editor now handles human-made roads better (try to build
truelight [Sun, 06 Feb 2005 20:29:32 +0000] rev 1327
(svn r1831) -Fix: Scenario Editor now handles human-made roads better (try to build
a city layout before placing the city, finally that works very nice)

Sun, 06 Feb 2005 19:22:54 +0000(svn r1830) -Codechange: small stuff to make the file more beautiful (tnx Tron)
truelight [Sun, 06 Feb 2005 19:22:54 +0000] rev 1326
(svn r1830) -Codechange: small stuff to make the file more beautiful (tnx Tron)

Sun, 06 Feb 2005 18:41:15 +0000(svn r1829) -Fix: fixed some compiler warnings (tnx to Tron for the Makefile-flag)
truelight [Sun, 06 Feb 2005 18:41:15 +0000] rev 1325
(svn r1829) -Fix: fixed some compiler warnings (tnx to Tron for the Makefile-flag)