bjarni [Tue, 01 Nov 2005 17:20:06 +0000] rev 2579
(svn r3116) -Fix: [autoreplace] fixed issue where autorenewing/autoreplacing a plane could lock up an airport
this will not fix already locked up airports
this bug was introduced in rev 3111
tron [Tue, 01 Nov 2005 09:34:42 +0000] rev 2578
(svn r3115) Fix typos, remove untranslated strings, use the correct charset
tron [Tue, 01 Nov 2005 06:38:23 +0000] rev 2577
(svn r3114) Close two gaps in the sprite array when loading openttd.grf. That's seven more free sprite slots, yay!
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.
bjarni [Mon, 31 Oct 2005 14:30:45 +0000] rev 2575
(svn r3112) -Feature: [autoreplace] profit counters are now remembered too (request by Darkvater)
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)
peter1138 [Mon, 31 Oct 2005 12:01:41 +0000] rev 2573
(svn r3110) Replace another 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
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
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.