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

Sun, 09 Jan 2005 14:07:59 +0000(svn r1443) Added feature that users are able to place multiple accepting industies nearby in the editor mode if the appropriate patches are set
miham [Sun, 09 Jan 2005 14:07:59 +0000] rev 952
(svn r1443) Added feature that users are able to place multiple accepting industies nearby in the editor mode if the appropriate patches are set

Sun, 09 Jan 2005 10:04:30 +0000(svn r1441) Fixed a couple of warnings, and removed a pointless assert
celestar [Sun, 09 Jan 2005 10:04:30 +0000] rev 951
(svn r1441) Fixed a couple of warnings, and removed a pointless assert

Sun, 09 Jan 2005 08:49:40 +0000(svn r1440) -Feature: Allows more flexible airport layouts now, as the number of
celestar [Sun, 09 Jan 2005 08:49:40 +0000] rev 950
(svn r1440) -Feature: Allows more flexible airport layouts now, as the number of
terminals in every group can be freely chosen
-Codechange: AT_OILRIG is now 15, so that new airports can be added
easily.