Sun, 03 Sep 2006 22:07:28 +0000(svn r6365) -Cleanup: remove IsGeneratingWorld calls that are either not called or have no effect.
rubidium [Sun, 03 Sep 2006 22:07:28 +0000] rev 4536
(svn r6365) -Cleanup: remove IsGeneratingWorld calls that are either not called or have no effect.

Sun, 03 Sep 2006 21:53:32 +0000(svn r6364) -Codechange: forgot to set the $Revision$ keyword on ottdres.rc in r6358. Doh
Darkvater [Sun, 03 Sep 2006 21:53:32 +0000] rev 4535
(svn r6364) -Codechange: forgot to set the $Revision$ keyword on ottdres.rc in r6358. Doh

Sun, 03 Sep 2006 20:21:04 +0000(svn r6361) -Fix: When removing orders of a deleted station/depot/waypoint do not skip vehicles without an order list, because they still can have a current order and/or last visited station, which must be inspected
tron [Sun, 03 Sep 2006 20:21:04 +0000] rev 4534
(svn r6361) -Fix: When removing orders of a deleted station/depot/waypoint do not skip vehicles without an order list, because they still can have a current order and/or last visited station, which must be inspected

Sun, 03 Sep 2006 19:29:31 +0000(svn r6360) -Codechange: Polish RemoveOrderFromAllVehicles()
tron [Sun, 03 Sep 2006 19:29:31 +0000] rev 4533
(svn r6360) -Codechange: Polish RemoveOrderFromAllVehicles()

Sun, 03 Sep 2006 19:09:17 +0000(svn r6359) -Fix: Do not reset the current cursor action when centering on a depot/hangar (noticed by Neonox)
tron [Sun, 03 Sep 2006 19:09:17 +0000] rev 4532
(svn r6359) -Fix: Do not reset the current cursor action when centering on a depot/hangar (noticed by Neonox)

Sun, 03 Sep 2006 16:02:15 +0000(svn r6358) -Codechange: update resource file to reflect development tree (0.5.0.0) as file
Darkvater [Sun, 03 Sep 2006 16:02:15 +0000] rev 4531
(svn r6358) -Codechange: update resource file to reflect development tree (0.5.0.0) as file
version, and added revision number. Also remove SWEDISH resources.

Sun, 03 Sep 2006 15:45:48 +0000(svn r6357) -Cleanup: [OSX] corrected some info for the bundle (info window in finder)
bjarni [Sun, 03 Sep 2006 15:45:48 +0000] rev 4530
(svn r6357) -Cleanup: [OSX] corrected some info for the bundle (info window in finder)

Sun, 03 Sep 2006 11:49:38 +0000(svn r6356) -Fix: FS#263 planes come out of hangar and drive back into hangar
bjarni [Sun, 03 Sep 2006 11:49:38 +0000] rev 4529
(svn r6356) -Fix: FS#263 planes come out of hangar and drive back into hangar
Now all vehicles are serviced when it's time for service and they are in a depot
This will avoid the goto depot order from ever showing up when in a depot

Sun, 03 Sep 2006 10:30:38 +0000(svn r6355) -Fix: Go to hangar orders for aircraft could get spuriously removed when a road or rail depot got deleted (Darkvater and me)
tron [Sun, 03 Sep 2006 10:30:38 +0000] rev 4528
(svn r6355) -Fix: Go to hangar orders for aircraft could get spuriously removed when a road or rail depot got deleted (Darkvater and me)
This bug is probably ages old

Sun, 03 Sep 2006 08:25:27 +0000(svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as large as any type of destinataion (StationID, DepotID, WaypointID) it can hold
tron [Sun, 03 Sep 2006 08:25:27 +0000] rev 4527
(svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as large as any type of destinataion (StationID, DepotID, WaypointID) it can hold
DestinationID being a union of these types is just hassle without benefit and cannot be handled correctly everywhere because of local lack of information