Tue, 27 Feb 2007 23:36:28 +0000(svn r8935) -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType.
rubidium [Tue, 27 Feb 2007 23:36:28 +0000] rev 6498
(svn r8935) -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType.

Tue, 27 Feb 2007 23:12:45 +0000(svn r8933) -Fix [Win64]: rdtsc now uses intrinsic on VC8 (michi_cc)
KUDr [Tue, 27 Feb 2007 23:12:45 +0000] rev 6497
(svn r8933) -Fix [Win64]: rdtsc now uses intrinsic on VC8 (michi_cc)

Tue, 27 Feb 2007 22:11:12 +0000(svn r8929) -Codechange: [win32] Give the installer a slightly more verbose link at the final screen and also copy any heightmaps to the desination directory.
Darkvater [Tue, 27 Feb 2007 22:11:12 +0000] rev 6496
(svn r8929) -Codechange: [win32] Give the installer a slightly more verbose link at the final screen and also copy any heightmaps to the desination directory.

Tue, 27 Feb 2007 17:04:22 +0000(svn r8927) -Codechange: [win32] Update the installer to use the new paths after the makefilerewrite and add roadstops.grf to the uninstaller.
Darkvater [Tue, 27 Feb 2007 17:04:22 +0000] rev 6495
(svn r8927) -Codechange: [win32] Update the installer to use the new paths after the makefilerewrite and add roadstops.grf to the uninstaller.

Tue, 27 Feb 2007 16:51:49 +0000(svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater [Tue, 27 Feb 2007 16:51:49 +0000] rev 6494
(svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.

Tue, 27 Feb 2007 16:18:31 +0000(svn r8921) -Fix (FS#654): several issues related to removing all orders from an aircraft and removing the airport it was heading:
rubidium [Tue, 27 Feb 2007 16:18:31 +0000] rev 6493
(svn r8921) -Fix (FS#654): several issues related to removing all orders from an aircraft and removing the airport it was heading:
- the aircraft would go to (0, 0) and circle there. Clicking the 'eye' to jump to the aircraft in the main window could cause a segmentation fault.
- when rebuilding an airport with the StationID of the old airport could crash as the FTA state of the aircraft is higher than the number of states of the new airport, causing a crash of all clients and the server when assertions are enabled.
- when rebuilding an airport with the StationID of the old airport can bring the aircraft in a state where is keeps circling the airport.
To solve these issues all aircraft without a valid order will try to go to the nearest hangar it can safely get to (large jets do not land on small airports). If there is no hangar to go to, the airplane crashes (out of fuel).

Tue, 27 Feb 2007 16:07:04 +0000(svn r8920) -Codechange: Do not require to press 'Apply changes' in the newgrf GUI if the changes in there are not activated (this happens in the title screen)
Darkvater [Tue, 27 Feb 2007 16:07:04 +0000] rev 6492
(svn r8920) -Codechange: Do not require to press 'Apply changes' in the newgrf GUI if the changes in there are not activated (this happens in the title screen)

Tue, 27 Feb 2007 16:05:49 +0000(svn r8919) -Regression (UTF8) (try #2): Win9x is very picky about trailing slashes in paths, so C:\\* will not work (but C:\Windows\\* does; go figure). Thanks glx for pointing it out and for the initial fix.
Darkvater [Tue, 27 Feb 2007 16:05:49 +0000] rev 6491
(svn r8919) -Regression (UTF8) (try #2): Win9x is very picky about trailing slashes in paths, so C:\\* will not work (but C:\Windows\\* does; go figure). Thanks glx for pointing it out and for the initial fix.

Tue, 27 Feb 2007 16:05:20 +0000(svn r8918) -Revert r8914 as the inverted files have been committed not the correct one.
Darkvater [Tue, 27 Feb 2007 16:05:20 +0000] rev 6490
(svn r8918) -Revert r8914 as the inverted files have been committed not the correct one.

Tue, 27 Feb 2007 15:17:06 +0000(svn r8914) -Regression (UTF8): Win9x is very picky about trailing slashes in paths, so C:\\* will not work (but C:\Windows\\* does; go figure). Thanks glx for pointing it out and for the initial fix.
Darkvater [Tue, 27 Feb 2007 15:17:06 +0000] rev 6489
(svn r8914) -Regression (UTF8): Win9x is very picky about trailing slashes in paths, so C:\\* will not work (but C:\Windows\\* does; go figure). Thanks glx for pointing it out and for the initial fix.