Mon, 10 Jan 2005 01:50:17 +0000(svn r1454) -Fix: small warnings in spritecache.c
darkvater [Mon, 10 Jan 2005 01:50:17 +0000] rev 962
(svn r1454) -Fix: small warnings in spritecache.c

Mon, 10 Jan 2005 01:14:26 +0000(svn r1453) Feature: MD5 hash check for TTD files
dominik [Mon, 10 Jan 2005 01:14:26 +0000] rev 961
(svn r1453) Feature: MD5 hash check for TTD files
The original TTD files are now checked with a MD5 sum to determine which version of the grf files is used and to warn about possible file corruptions. (Thanks to ledow for the original patch)

Sun, 09 Jan 2005 21:39:49 +0000(svn r1452) Fixed missing option from settings.c (Simen Graaten)
miham [Sun, 09 Jan 2005 21:39:49 +0000] rev 960
(svn r1452) Fixed missing option from settings.c (Simen Graaten)

Sun, 09 Jan 2005 21:25:44 +0000(svn r1451) Fix some of the signed/unsigned comparison warnings
tron [Sun, 09 Jan 2005 21:25:44 +0000] rev 959
(svn r1451) Fix some of the signed/unsigned comparison warnings

Sun, 09 Jan 2005 20:45:07 +0000(svn r1450) Updated norwegian townname generation (Simen Graaten)
miham [Sun, 09 Jan 2005 20:45:07 +0000] rev 958
(svn r1450) Updated norwegian townname generation (Simen Graaten)

Sun, 09 Jan 2005 18:59:16 +0000(svn r1449) -Fix: signed/unsigned error on windows
darkvater [Sun, 09 Jan 2005 18:59:16 +0000] rev 957
(svn r1449) -Fix: signed/unsigned error on windows
-Change: Makefile added -Wsign-compare flag

Sun, 09 Jan 2005 18:49:18 +0000(svn r1448) -Fix: The current_order of a vehicle is now correctly saved (caused
truelight [Sun, 09 Jan 2005 18:49:18 +0000] rev 956
(svn r1448) -Fix: The current_order of a vehicle is now correctly saved (caused
massive desyncs)
Warning: savegames which are made with the nightly of 08-01-2005 will
NO LONGER work!!

Sun, 09 Jan 2005 17:55:11 +0000(svn r1447) Move TILE_ADD(), TILE_ADDXY() and SafeTileAdd() to map.[ch] and make the latter map size agnostic
tron [Sun, 09 Jan 2005 17:55:11 +0000] rev 955
(svn r1447) Move TILE_ADD(), TILE_ADDXY() and SafeTileAdd() to map.[ch] and make the latter map size agnostic

Sun, 09 Jan 2005 16:02:06 +0000(svn r1445) -Fix: reversing a train also reverses the UP and DOWN status for the
truelight [Sun, 09 Jan 2005 16:02:06 +0000] rev 954
(svn r1445) -Fix: reversing a train also reverses the UP and DOWN status for the
realistic acceleration calculation
-Fix: there was a big bug in setting the UP and DOWN flags making it
easy possible for a overloaded train to go up a mountain. This is no
longer possible. They will hang at a certain height

Sun, 09 Jan 2005 14:45:19 +0000(svn r1444) -Fix: fixed weight for double-head trains (and with that the acceleration)
truelight [Sun, 09 Jan 2005 14:45:19 +0000] rev 953
(svn r1444) -Fix: fixed weight for double-head trains (and with that the acceleration)
(now maglev lvl4 can reach their top speed, and are faster than lvl3)
(Tnx to Darkvater :))
-Fix: Buy Vehicle GUI now shows HPs bigger than 32000 correctly