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

Sun, 30 Oct 2005 00:16:48 +0000(svn r3103) - Fix: [ 1339000 ] Fix: strgen and plural forms fatal error for untranslated strings. (glx). Also output the correct lines for these warnings, for missing strings the lines correspond with the ones in english.txt
Darkvater [Sun, 30 Oct 2005 00:16:48 +0000] rev 2566
(svn r3103) - Fix: [ 1339000 ] Fix: strgen and plural forms fatal error for untranslated strings. (glx). Also output the correct lines for these warnings, for missing strings the lines correspond with the ones in english.txt

Sat, 29 Oct 2005 22:27:34 +0000(svn r3102) - Fix (regression): Newly added sprite had problems when newgrf's where loaded. Thanks Tron for explaining what the problem was and how it should be solved.
Darkvater [Sat, 29 Oct 2005 22:27:34 +0000] rev 2565
(svn r3102) - Fix (regression): Newly added sprite had problems when newgrf's where loaded. Thanks Tron for explaining what the problem was and how it should be solved.

Sat, 29 Oct 2005 21:54:28 +0000(svn r3101) -Codechange: added _new_vehicle_id
bjarni [Sat, 29 Oct 2005 21:54:28 +0000] rev 2564
(svn r3101) -Codechange: added _new_vehicle_id
this var works like _new_train_id and the rest of that kind of vars, except it is set each time a vehicle is build, nomatter what type
this is a nice tool to code vehicle independent code, which in turn can reduce code duplication
Right now it's used in ReplaceVehicle() and CmdCloneVehicle()

Sat, 29 Oct 2005 20:58:26 +0000(svn r3100) -Codechange [Clone vehicles] Major change to clone vehicles
bjarni [Sat, 29 Oct 2005 20:58:26 +0000] rev 2563
(svn r3100) -Codechange [Clone vehicles] Major change to clone vehicles
removed duplicated code and added DoCommand, which used the define build commands added with autoreplace
This should not affect gameplay at all

Sat, 29 Oct 2005 20:28:43 +0000(svn r3099) Copy&pasto in r3098
tron [Sat, 29 Oct 2005 20:28:43 +0000] rev 2562
(svn r3099) Copy&pasto in r3098