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.

Mon, 26 Feb 2007 22:32:21 +0000(svn r8912) -Codechange: coding style cleanup and moving of two global externs into the functions that use them.
rubidium [Mon, 26 Feb 2007 22:32:21 +0000] rev 6488
(svn r8912) -Codechange: coding style cleanup and moving of two global externs into the functions that use them.

Mon, 26 Feb 2007 22:25:18 +0000(svn r8911) -Cleanup: fixup comments about the RoadVehicleStates and remove two unused enums.
rubidium [Mon, 26 Feb 2007 22:25:18 +0000] rev 6487
(svn r8911) -Cleanup: fixup comments about the RoadVehicleStates and remove two unused enums.

Mon, 26 Feb 2007 18:25:03 +0000(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header.
rubidium [Mon, 26 Feb 2007 18:25:03 +0000] rev 6486
(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header.