Wed, 19 Jan 2005 19:32:33 +0000(svn r1569) -Fix: signed/unsigned mismatch
darkvater [Wed, 19 Jan 2005 19:32:33 +0000] rev 1068
(svn r1569) -Fix: signed/unsigned mismatch

Wed, 19 Jan 2005 19:15:03 +0000(svn r1568) made an enum of train subtypes to make the code more readable
bjarni [Wed, 19 Jan 2005 19:15:03 +0000] rev 1067
(svn r1568) made an enum of train subtypes to make the code more readable

Wed, 19 Jan 2005 13:31:46 +0000(svn r1567) -Fix: [110452] On horizontal/vertical tracks you are also charged for building/removing signals on the parallel track on the same tile. Signal updating is also correct. (Hackykid)
darkvater [Wed, 19 Jan 2005 13:31:46 +0000] rev 1066
(svn r1567) -Fix: [110452] On horizontal/vertical tracks you are also charged for building/removing signals on the parallel track on the same tile. Signal updating is also correct. (Hackykid)

Wed, 19 Jan 2005 13:22:01 +0000(svn r1566) -Fix eol-style on script files, as well as update them a bit (sign_de)
darkvater [Wed, 19 Jan 2005 13:22:01 +0000] rev 1065
(svn r1566) -Fix eol-style on script files, as well as update them a bit (sign_de)

Wed, 19 Jan 2005 10:00:37 +0000(svn r1565) -Fix: [ 1104969 ] Aircraft in hangar messages are now revalidated before
celestar [Wed, 19 Jan 2005 10:00:37 +0000] rev 1064
(svn r1565) -Fix: [ 1104969 ] Aircraft in hangar messages are now revalidated before
display
-CodeChange: replaced one if (foo) return true else return false by
return (foo)

Wed, 19 Jan 2005 05:55:30 +0000(svn r1564) ISO C90 forbids mixed declarations and code (bad bjarni, no cookie)
tron [Wed, 19 Jan 2005 05:55:30 +0000] rev 1063
(svn r1564) ISO C90 forbids mixed declarations and code (bad bjarni, no cookie)

Wed, 19 Jan 2005 01:18:29 +0000(svn r1563) fix: autoreplaced trains now sets wagon override properly
bjarni [Wed, 19 Jan 2005 01:18:29 +0000] rev 1062
(svn r1563) fix: autoreplaced trains now sets wagon override properly

Tue, 18 Jan 2005 23:48:55 +0000(svn r1562) Changed copyright 2004 into copyright 2004-(current year) in the get info window in finder (macOSX)
bjarni [Tue, 18 Jan 2005 23:48:55 +0000] rev 1061
(svn r1562) Changed copyright 2004 into copyright 2004-(current year) in the get info window in finder (macOSX)

Tue, 18 Jan 2005 23:27:06 +0000(svn r1561) Fix: autoreplacing a singleheaded engine into a dualheaded engine now adds the the rear engine
bjarni [Tue, 18 Jan 2005 23:27:06 +0000] rev 1060
(svn r1561) Fix: autoreplacing a singleheaded engine into a dualheaded engine now adds the the rear engine
autoreplacing a dualheaded engine into a singleheaded engine now sells the rear engine
as a sideeffect of this, the price for replacing both engines are now added and displayed once from the depot(instead of two identical numbers written on top of each other, looking like one)
fix: cost for autorenew dualheaded engines were doubled and their value where doubled too

Tue, 18 Jan 2005 18:41:56 +0000(svn r1560) Introduce SetTileType() and SetTileHeight()
tron [Tue, 18 Jan 2005 18:41:56 +0000] rev 1059
(svn r1560) Introduce SetTileType() and SetTileHeight()
Replace direct references to _map_type_and_height with these