log

age author description
Mon, 04 Sep 2006 15:44:28 +0000 Darkvater (svn r6379) -Codechange: cast 'remove babel' on widget's unkA and rename it to 'data'. draft
Mon, 04 Sep 2006 15:16:58 +0000 Darkvater (svn r6378) -Codechange: Rename VLW_FLAGS to VLW_MASK as it is a mask draft
Mon, 04 Sep 2006 15:13:49 +0000 Darkvater (svn r6377) -Codechange: Set up the widgets in the WE_CREATE instead of on every WE_PAINT draft
Mon, 04 Sep 2006 09:07:52 +0000 bjarni (svn r6376) -Codechange: [vehicle refit] moved all refit cost calculations into GetRefitCost() draft
Mon, 04 Sep 2006 06:36:23 +0000 miham (svn r6375) WebTranslator2 update to 2006-09-04 08:35:58 draft
Sun, 03 Sep 2006 23:27:38 +0000 Darkvater (svn r6372) -Codechange: static, unneeded decleration in headers, superfluous header includes draft
Sun, 03 Sep 2006 23:14:39 +0000 bjarni (svn r6370) -Codechange: moved all the remaining setup for PlayerVehWndProc() into WE_CREATE draft
Sun, 03 Sep 2006 23:02:42 +0000 Darkvater (svn r6369) -Fix (r5886): On loading of game in scenario editor the player was given draft
Sun, 03 Sep 2006 22:39:02 +0000 Darkvater (svn r6368) -Fix [FS#136]: Station catchment area persists after switching tools. The draft
Sun, 03 Sep 2006 22:27:13 +0000 Darkvater (svn r6367) -Codechange: Speed up the animated cursors a bit so they move once in a while draft
Sun, 03 Sep 2006 22:21:12 +0000 rubidium (svn r6366) -Fix (FS#324): when opening a scenario, the date was set 1920 years into the future. draft
Sun, 03 Sep 2006 22:07:28 +0000 rubidium (svn r6365) -Cleanup: remove IsGeneratingWorld calls that are either not called or have no effect. draft
Sun, 03 Sep 2006 21:53:32 +0000 Darkvater (svn r6364) -Codechange: forgot to set the $Revision$ keyword on ottdres.rc in r6358. Doh draft
Sun, 03 Sep 2006 20:21:04 +0000 tron (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 draft
Sun, 03 Sep 2006 19:29:31 +0000 tron (svn r6360) -Codechange: Polish RemoveOrderFromAllVehicles() draft
Sun, 03 Sep 2006 19:09:17 +0000 tron (svn r6359) -Fix: Do not reset the current cursor action when centering on a depot/hangar (noticed by Neonox) draft
Sun, 03 Sep 2006 16:02:15 +0000 Darkvater (svn r6358) -Codechange: update resource file to reflect development tree (0.5.0.0) as file draft
Sun, 03 Sep 2006 15:45:48 +0000 bjarni (svn r6357) -Cleanup: [OSX] corrected some info for the bundle (info window in finder) draft
Sun, 03 Sep 2006 11:49:38 +0000 bjarni (svn r6356) -Fix: FS#263 planes come out of hangar and drive back into hangar draft
Sun, 03 Sep 2006 10:30:38 +0000 tron (svn r6355) -Fix: Go to hangar orders for aircraft could get spuriously removed when a road or rail depot got deleted (Darkvater and me) draft
Sun, 03 Sep 2006 08:25:27 +0000 tron (svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as large as any type of destinataion (StationID, DepotID, WaypointID) it can hold draft
Sat, 02 Sep 2006 22:47:45 +0000 bjarni (svn r6352) -Fix: FS#322 Send to depot bug draft
Sat, 02 Sep 2006 21:52:06 +0000 tron (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() draft
Sat, 02 Sep 2006 21:16:46 +0000 bjarni (svn r6350) -Codechange: moved some setup stuff into WE_CREATE in PlayerVehWndProc() draft
Sat, 02 Sep 2006 20:35:08 +0000 tron (svn r6348) -Codechange: Remove redundant assignment draft
Sat, 02 Sep 2006 20:34:33 +0000 tron (svn r6347) Undo draft
Sat, 02 Sep 2006 20:34:04 +0000 tron (svn r6346) -Codechange: Remove redundant assignment draft
Sat, 02 Sep 2006 20:09:16 +0000 bjarni (svn r6345) -Codechange: AllocateWindowDescFront() now ensures that window_number is set before calling the WE_CREATE event draft
Sat, 02 Sep 2006 09:35:03 +0000 bjarni (svn r6304) -Codechange r6295: Use !! instead of (bool) in commands to send vehicles to depots draft
Sat, 02 Sep 2006 08:14:16 +0000 tron (svn r6303) -Codechange: Remove dead code draft