Mon, 31 Oct 2005 18:29:21 +0000(svn r3113) -Fix: The Makefile had 64bit code which was obsolete, not to say wrong.
truelight [Mon, 31 Oct 2005 18:29:21 +0000] rev 2576
(svn r3113) -Fix: The Makefile had 64bit code which was obsolete, not to say wrong.
This removes all the 64bit stuff from the Makefile. Everything should
work just fine. Also removed the warning on amd64, 64bit OpenTTD is
stable. Tnx to dst for commenting and testing on this subject.

Mon, 31 Oct 2005 14:30:45 +0000(svn r3112) -Feature: [autoreplace] profit counters are now remembered too (request by Darkvater)
bjarni [Mon, 31 Oct 2005 14:30:45 +0000] rev 2575
(svn r3112) -Feature: [autoreplace] profit counters are now remembered too (request by Darkvater)

Mon, 31 Oct 2005 12:59:47 +0000(svn r3111) -Fix: [autoreplace] [ 1341783 ] Assertion failure in vehicle.c line 378
bjarni [Mon, 31 Oct 2005 12:59:47 +0000] rev 2574
(svn r3111) -Fix: [autoreplace] [ 1341783 ] Assertion failure in vehicle.c line 378
running MaybeReplaceVehicle() is now delayed until after the loop in CallVehicleTicks()
This avoids selling the vehicle the loop currently works with (and continues to work with afterwards)

Mon, 31 Oct 2005 12:01:41 +0000(svn r3110) Replace another 256 with TOTAL_NUM_ENGINES.
peter1138 [Mon, 31 Oct 2005 12:01:41 +0000] rev 2573
(svn r3110) Replace another 256 with TOTAL_NUM_ENGINES.

Mon, 31 Oct 2005 11:22:52 +0000(svn r3109) Replace two occurrences of '256' with TOTAL_NUM_ENGINES
peter1138 [Mon, 31 Oct 2005 11:22:52 +0000] rev 2572
(svn r3109) Replace two occurrences of '256' with TOTAL_NUM_ENGINES

Mon, 31 Oct 2005 10:23:58 +0000(svn r3108) Confine the use of SPR_OPENTTD_BASE to table/sprites.h by adding/using some sprite enums
tron [Mon, 31 Oct 2005 10:23:58 +0000] rev 2571
(svn r3108) Confine the use of SPR_OPENTTD_BASE to table/sprites.h by adding/using some sprite enums

Sun, 30 Oct 2005 21:47:42 +0000(svn r3107) -NewGRF: Move train y-position offset adjustment to remove code duplication, and make it apply only to vehicles with a custom image.
peter1138 [Sun, 30 Oct 2005 21:47:42 +0000] rev 2570
(svn r3107) -NewGRF: Move train y-position offset adjustment to remove code duplication, and make it apply only to vehicles with a custom image.

Sun, 30 Oct 2005 21:35:48 +0000(svn r3106) -Autoreplace feature: Continue to show old vehicles in replace window after all player's vehicles of that type have been replaced. This allows the replacement to be removed. These vehicles are shown in grey instead of the player's colour.
peter1138 [Sun, 30 Oct 2005 21:35:48 +0000] rev 2569
(svn r3106) -Autoreplace feature: Continue to show old vehicles in replace window after all player's vehicles of that type have been replaced. This allows the replacement to be removed. These vehicles are shown in grey instead of the player's colour.

Sun, 30 Oct 2005 15:50:08 +0000(svn r3105) readded 2 line that should not have been removed in last commit(3104). Now cargo are removed when refitting (like it should)
bjarni [Sun, 30 Oct 2005 15:50:08 +0000] rev 2568
(svn r3105) readded 2 line that should not have been removed in last commit(3104). Now cargo are removed when refitting (like it should)

Sun, 30 Oct 2005 11:00:54 +0000(svn r3104) -Codechange: [refit] removed now obsolite code that the old autoreplace needed
bjarni [Sun, 30 Oct 2005 11:00:54 +0000] rev 2567
(svn r3104) -Codechange: [refit] removed now obsolite code that the old autoreplace needed