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 6168
(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 6167
(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 6166
(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 6165
(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 6164
(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 6163
(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 6162
(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 6161
(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 6160
(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header.

Mon, 26 Feb 2007 00:41:24 +0000(svn r8907) -Fix (r3281): reading from an unitialized variable.
rubidium [Mon, 26 Feb 2007 00:41:24 +0000] rev 6159
(svn r8907) -Fix (r3281): reading from an unitialized variable.