dominik [Wed, 26 Jan 2005 18:39:35 +0000] rev 1183
(svn r1685) - Fix: [newgrf] airplanes from grf sets are not treated as helicopters, as introduced in r1682
bjarni [Wed, 26 Jan 2005 18:18:00 +0000] rev 1182
(svn r1684) - Fix: [autoreplace] made sure that planes only show planes in replace GUI and helicopters only show helicopters
tron [Wed, 26 Jan 2005 18:17:50 +0000] rev 1181
(svn r1683) Fix placement of MP_VOID tiles. On square maps it accidently works, but on non-square maps the wrong tiles would get marked as MP_VOID
dominik [Wed, 26 Jan 2005 17:36:59 +0000] rev 1180
(svn r1682) - Fix: [newgrf] Helicopters from grf sets are now correctly recognized
celestar [Wed, 26 Jan 2005 12:51:04 +0000] rev 1179
(svn r1681) -Feature: New realistic acceleration.
This will make things more difficult as narrow curves
and depots impose rather strict speed limits. Feedback welcome
For those who don't like low-speed curves: Switch it off
bjarni [Wed, 26 Jan 2005 12:42:29 +0000] rev 1178
(svn r1680) Feature: Replace train GUI now remembers the railtype selected in the dropdown menu
bjarni [Wed, 26 Jan 2005 11:23:54 +0000] rev 1177
(svn r1679) Fix: dropdown menus now returns the index of the string that was clicked even if a previous item is hidden
This bug was not triggered by the current code, but it's easier to code new features if you do not have to think about such limitations
like you can't hide an item in the middle of the list ;)
miham [Wed, 26 Jan 2005 10:52:23 +0000] rev 1176
(svn r1678) Added cheat option for setting production of raw-material product industries in game
tron [Wed, 26 Jan 2005 05:51:27 +0000] rev 1175
(svn r1677) Forgot to change the save/load size for 3 variables
tron [Tue, 25 Jan 2005 21:43:57 +0000] rev 1174
(svn r1676) Increase the size of TileIndex and TileIndexDiff to 32bits and adapt the save/load data and some other parts of the code to that change
WARNING: If i made any mistake here it WILL lead to corrupted savegames!