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)
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
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
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
bjarni [Sat, 02 Sep 2006 22:47:45 +0000] rev 4526
(svn r6352) -Fix: FS#322 Send to depot bug
now vehicles can't be sent to a depot when they are already inside a depot
before they would remember the order and try to turn around when leaving the depot
tron [Sat, 02 Sep 2006 21:52:06 +0000] rev 4525
(svn r6351) -Fix: Due to some off-by-one errors the width or height of a clipping rectangle could become 0, which isn't sensible. This should fix a very rare and hard to trigger assertion in GfxFillRect()
bjarni [Sat, 02 Sep 2006 21:16:46 +0000] rev 4524
(svn r6350) -Codechange: moved some setup stuff into WE_CREATE in PlayerVehWndProc()
This is possible now that the window number is known when running WE_CREATE and it's a nicer solution
tron [Sat, 02 Sep 2006 20:35:08 +0000] rev 4523
(svn r6348) -Codechange: Remove redundant assignment
tron [Sat, 02 Sep 2006 20:34:33 +0000] rev 4522
(svn r6347) Undo
tron [Sat, 02 Sep 2006 20:34:04 +0000] rev 4521
(svn r6346) -Codechange: Remove redundant assignment