Wed, 13 Feb 2008 19:24:40 +0000(svn r12134) -Change: count the number of ticks a vehicle was running this day to calculate running cost
smatz [Wed, 13 Feb 2008 19:24:40 +0000] rev 8556
(svn r12134) -Change: count the number of ticks a vehicle was running this day to calculate running cost
-Fix [FS#1739]: vehicle profit is now counted with 8bit fract, so it is now shown properly in the vehicle details window

Wed, 13 Feb 2008 18:11:19 +0000(svn r12133) -Fix: Vehicle sorting by max speed did not work properly for trains. Instead of trying to work it out again, just use the cached values...
peter1138 [Wed, 13 Feb 2008 18:11:19 +0000] rev 8555
(svn r12133) -Fix: Vehicle sorting by max speed did not work properly for trains. Instead of trying to work it out again, just use the cached values...

Wed, 13 Feb 2008 17:54:11 +0000(svn r12132) -Cleanup: convert pathfinder selection from if/else to switch/case at many places
smatz [Wed, 13 Feb 2008 17:54:11 +0000] rev 8554
(svn r12132) -Cleanup: convert pathfinder selection from if/else to switch/case at many places

Wed, 13 Feb 2008 16:49:25 +0000(svn r12131) -Fix (r3374): with mammoth trains disabled, maximum train length was limited to 9
smatz [Wed, 13 Feb 2008 16:49:25 +0000] rev 8553
(svn r12131) -Fix (r3374): with mammoth trains disabled, maximum train length was limited to 9

Wed, 13 Feb 2008 14:31:13 +0000(svn r12130) -Cleanup (r12129): remove now unused strings from all language files
smatz [Wed, 13 Feb 2008 14:31:13 +0000] rev 8552
(svn r12130) -Cleanup (r12129): remove now unused strings from all language files

Wed, 13 Feb 2008 14:21:36 +0000(svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yorick)
smatz [Wed, 13 Feb 2008 14:21:36 +0000] rev 8551
(svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yorick)

Wed, 13 Feb 2008 09:34:56 +0000(svn r12128) -Codechange: Replace last use of TrainPlayLeaveStationSound(v) with v->PlayLeaveStationSound(), and remove wrapper function.
peter1138 [Wed, 13 Feb 2008 09:34:56 +0000] rev 8550
(svn r12128) -Codechange: Replace last use of TrainPlayLeaveStationSound(v) with v->PlayLeaveStationSound(), and remove wrapper function.

Wed, 13 Feb 2008 03:21:19 +0000(svn r12127) -Codechange: Use a variable instead of calling the same function a few times. Again. Just a different value.
belugas [Wed, 13 Feb 2008 03:21:19 +0000] rev 8549
(svn r12127) -Codechange: Use a variable instead of calling the same function a few times. Again. Just a different value.

Wed, 13 Feb 2008 03:02:02 +0000(svn r12126) -Codechange: Use a variable instead of calling the same function a few times
belugas [Wed, 13 Feb 2008 03:02:02 +0000] rev 8548
(svn r12126) -Codechange: Use a variable instead of calling the same function a few times

Tue, 12 Feb 2008 20:14:14 +0000(svn r12125) -Codechange: Remove redundant signal lookup table, and document why normal electric signals are handled specially.
peter1138 [Tue, 12 Feb 2008 20:14:14 +0000] rev 8547
(svn r12125) -Codechange: Remove redundant signal lookup table, and document why normal electric signals are handled specially.