Tue, 19 Jul 2005 07:20:48 +0000(svn r2634) Fix typo: IsSteepTile expects a tileh, not a TileIndex (thanks to peter1138)
tron [Tue, 19 Jul 2005 07:20:48 +0000] rev 2124
(svn r2634) Fix typo: IsSteepTile expects a tileh, not a TileIndex (thanks to peter1138)

Tue, 19 Jul 2005 06:54:13 +0000(svn r2633) Move spritecache related variable from variables.h to spritecache.[ch]
tron [Tue, 19 Jul 2005 06:54:13 +0000] rev 2123
(svn r2633) Move spritecache related variable from variables.h to spritecache.[ch]

Tue, 19 Jul 2005 06:48:12 +0000(svn r2632) Revert accidently commited change
tron [Tue, 19 Jul 2005 06:48:12 +0000] rev 2122
(svn r2632) Revert accidently commited change

Tue, 19 Jul 2005 06:47:07 +0000(svn r2631) Move screenshot related variables from variables.h to screenshot.[ch]
tron [Tue, 19 Jul 2005 06:47:07 +0000] rev 2121
(svn r2631) Move screenshot related variables from variables.h to screenshot.[ch]

Tue, 19 Jul 2005 06:31:39 +0000(svn r2630) Forgot one Pixel (see r2571)
tron [Tue, 19 Jul 2005 06:31:39 +0000] rev 2120
(svn r2630) Forgot one Pixel (see r2571)

Mon, 18 Jul 2005 23:33:14 +0000(svn r2629) -Codechange: removed stupid comment on top of players.c
truelight [Mon, 18 Jul 2005 23:33:14 +0000] rev 2119
(svn r2629) -Codechange: removed stupid comment on top of players.c

Mon, 18 Jul 2005 00:17:19 +0000(svn r2628) - Fix: Planting trees does not result in a MapSize() assertion anymore; introduced in r2598
Darkvater [Mon, 18 Jul 2005 00:17:19 +0000] rev 2118
(svn r2628) - Fix: Planting trees does not result in a MapSize() assertion anymore; introduced in r2598

Sun, 17 Jul 2005 22:20:04 +0000(svn r2627) [Translations] Fixing typos in hungarian langfile
miham [Sun, 17 Jul 2005 22:20:04 +0000] rev 2117
(svn r2627) [Translations] Fixing typos in hungarian langfile

Sun, 17 Jul 2005 20:14:58 +0000(svn r2626) static, const, misc.
tron [Sun, 17 Jul 2005 20:14:58 +0000] rev 2116
(svn r2626) static, const, misc.

Sun, 17 Jul 2005 20:09:02 +0000(svn r2625) - Fix: [pbs] Store the end of a train's reserved path explicitly. Prevents trains from unreserving eachothers paths in some cases.
hackykid [Sun, 17 Jul 2005 20:09:02 +0000] rev 2115
(svn r2625) - Fix: [pbs] Store the end of a train's reserved path explicitly. Prevents trains from unreserving eachothers paths in some cases.
- CodeChange: Use the TrackdirToTrack function instead of &7, and remove an unneeded variable.