Sat, 29 Jan 2005 23:58:07 +0000(svn r1725) - Fix: now trains can only be built in depots and you have to own the depot too (hacked client protection)
bjarni [Sat, 29 Jan 2005 23:58:07 +0000] rev 1221
(svn r1725) - Fix: now trains can only be built in depots and you have to own the depot too (hacked client protection)

Sat, 29 Jan 2005 20:18:01 +0000(svn r1724) Set maximum number of industries and towns to 250 each
tron [Sat, 29 Jan 2005 20:18:01 +0000] rev 1220
(svn r1724) Set maximum number of industries and towns to 250 each

Sat, 29 Jan 2005 20:11:19 +0000(svn r1723) Save the map size in tiles, not number of bits
tron [Sat, 29 Jan 2005 20:11:19 +0000] rev 1219
(svn r1723) Save the map size in tiles, not number of bits

Sat, 29 Jan 2005 19:45:14 +0000(svn r1722) -Feature: Bigger maps - anyone?
tron [Sat, 29 Jan 2005 19:45:14 +0000] rev 1218
(svn r1722) -Feature: Bigger maps - anyone?

Sat, 29 Jan 2005 19:41:44 +0000(svn r1721) -Feature: It is now possible to build multiple road stations (up to 8) on
celestar [Sat, 29 Jan 2005 19:41:44 +0000] rev 1217
(svn r1721) -Feature: It is now possible to build multiple road stations (up to 8) on
a single station.
Thanks to: Truelight for the saveload code, Darkvater and Hackykid for
network testing and Tron for proof-reading 1500 lines of diff.

Sat, 29 Jan 2005 18:22:07 +0000(svn r1720) - Fix: signed/unsigned warnings. Tile which is incremented/decremented every time until suitable ground is found is compared to the direction it is going in. If this wraps, return error. For this treat the tile itself as a TileIndexDiff
darkvater [Sat, 29 Jan 2005 18:22:07 +0000] rev 1216
(svn r1720) - Fix: signed/unsigned warnings. Tile which is incremented/decremented every time until suitable ground is found is compared to the direction it is going in. If this wraps, return error. For this treat the tile itself as a TileIndexDiff

Sat, 29 Jan 2005 16:47:19 +0000(svn r1719) - Fix: [installer] fix some installer problems mainly for DOS files as well as beautify it a little
darkvater [Sat, 29 Jan 2005 16:47:19 +0000] rev 1215
(svn r1719) - Fix: [installer] fix some installer problems mainly for DOS files as well as beautify it a little
- Fix: corrected newlinetype of tile.c

Sat, 29 Jan 2005 15:12:40 +0000(svn r1718) Use the enum TileType as parameter/return type for [GS]etTileType() instead of plain int.
tron [Sat, 29 Jan 2005 15:12:40 +0000] rev 1214
(svn r1718) Use the enum TileType as parameter/return type for [GS]etTileType() instead of plain int.
This makes it necessary to rename TileType() to GetTileType() because a type and a function may not share the same name.

Sat, 29 Jan 2005 14:56:25 +0000(svn r1717) -Fix: some compilation problems for braindead VS6 and added missing files to project (thx bociusz)
darkvater [Sat, 29 Jan 2005 14:56:25 +0000] rev 1213
(svn r1717) -Fix: some compilation problems for braindead VS6 and added missing files to project (thx bociusz)

Sat, 29 Jan 2005 14:53:05 +0000(svn r1716) Prevent zeppelins from accessing non-existent tiles when leaving the map
tron [Sat, 29 Jan 2005 14:53:05 +0000] rev 1212
(svn r1716) Prevent zeppelins from accessing non-existent tiles when leaving the map