Mercurial > hg > openttd
graph
-
(svn r16565) -Update: WebTranslator2 update to 2009-06-11 17:32:14 draftThu, 11 Jun 2009 17:32:17 +0000, by translators
-
(svn r16564) -Revert (r16561, r16562): english_rev doesn't belong in trunk (and certainly not twice) draftThu, 11 Jun 2009 14:39:03 +0000, by yexo
-
(svn r16563) -Fix [NoAI]: AIMarine::AreWaterTilesConnected didn't return true for bridge head<>neighbouring water tile draftThu, 11 Jun 2009 14:29:03 +0000, by yexo
-
(svn r16561) -Fix [NoAI]: AIMarine::AreWaterTilesConnected didn't return true for bridge head<>neighbouring water tile draftThu, 11 Jun 2009 14:15:18 +0000, by yexo
-
(svn r16560) -Fix (r16559): wrong replacement at one place draftWed, 10 Jun 2009 22:11:39 +0000, by smatz
-
(svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsValidHumanID(), don't use IsHumanCompany() where possible draftWed, 10 Jun 2009 22:05:01 +0000, by smatz
-
(svn r16558) -Codechange: Switch found-town window to nested widgets. draftWed, 10 Jun 2009 20:48:22 +0000, by alberth
-
(svn r16557) -Feature(tte) [NoAI][FS#2892]: mark dead AIs by red background in the AIDebug window draftWed, 10 Jun 2009 19:26:04 +0000, by smatz
-
(svn r16556) -Codechange [NoAI]: use accessor for AIInstance::is_dead draftWed, 10 Jun 2009 19:23:25 +0000, by smatz
-
(svn r16555) -Feature [FS#570]: ability to enter server and company password via command line when joining a server (based on patch by Progman, Ammler and planetmaker) draftWed, 10 Jun 2009 19:00:34 +0000, by smatz
-
(svn r16554) -Fix (r16433): compilation with disabled network was broken draftWed, 10 Jun 2009 18:53:43 +0000, by smatz
-
(svn r16553) -Codechange: don't use TRACK_BIT_WORMHOLE and TRACK_BIT_DEPOT as bitmasks draftWed, 10 Jun 2009 16:02:00 +0000, by smatz
-
(svn r16552) -Codechange: make AddTileIndexDiffCWrap() a bit faster draftWed, 10 Jun 2009 14:07:08 +0000, by smatz
-
(svn r16551) -Codechange: use shift instead of multiplication in TileXY() draftWed, 10 Jun 2009 13:44:37 +0000, by smatz
-
(svn r16550) -Codechange: move definition of ScaleByMapSize to header file, use shifts instead of mults draftWed, 10 Jun 2009 08:18:40 +0000, by smatz
-
(svn r16549) -Codechange: use bool in TileLoopClearHelper draftWed, 10 Jun 2009 07:19:48 +0000, by smatz
-
(svn r16548) -Fix (r16538): removing of duplicates of base graphics set could behave randomly draftWed, 10 Jun 2009 05:36:58 +0000, by smatz
-
(svn r16547) -Codechange: make CircularTileSearch a tiny bit faster draftTue, 09 Jun 2009 23:34:48 +0000, by smatz
-
(svn r16546) -Codechange: use array member instead of allocating in costructor and freeing in desctructor draftTue, 09 Jun 2009 23:22:37 +0000, by smatz
-
(svn r16545) -Cleanup: tunnels have been returning correct SlopeZ since r1 draftTue, 09 Jun 2009 20:04:46 +0000, by smatz
-
(svn r16544) -Codechange: use double-linked list for vehicle position caches in order to improve performance (~5% with many vehicles) draftTue, 09 Jun 2009 17:20:06 +0000, by smatz
-
(svn r16543) -Update: WebTranslator2 update to 2009-06-09 17:05:46 draftTue, 09 Jun 2009 17:05:50 +0000, by translators
-
(svn r16542) -Fix [FS#2971](r16307): depend failed on architectures with unsigned char draftTue, 09 Jun 2009 13:35:30 +0000, by smatz
-
(svn r16541) -Merge: changelog etc. changes from 0.7 branch draftMon, 08 Jun 2009 23:58:53 +0000, by rubidium
-
(svn r16538) -Fix (r16503): when finding duplicate graphics sets favour the more complete one draftMon, 08 Jun 2009 22:13:10 +0000, by rubidium
-
(svn r16537) -Update: WebTranslator2 update to 2009-06-08 17:40:35 draftMon, 08 Jun 2009 17:40:46 +0000, by translators
-
(svn r16535) -Fix (r16146): In one case a too small portion of the screen was marked dirty, when (un-)drawing selections. draftMon, 08 Jun 2009 15:42:35 +0000, by frosch
-
(svn r16534) -Fix [Squirrel] [FS#2942]: fix crash that occured when an AI was halted while one or more generators were still in a 'running' state draftSun, 07 Jun 2009 20:20:22 +0000, by yexo
-
(svn r16533) -Update: WebTranslator2 update to 2009-06-07 17:45:47 draftSun, 07 Jun 2009 17:45:52 +0000, by translators
-
(svn r16532) -Fix [Squirrel]: Don't copy an object when we just checked that the pointer to it is NULL draftSun, 07 Jun 2009 15:54:37 +0000, by yexo
-
(svn r16530) -Fix [FS#2964], (r16501): Deduct additional widget length given away to a child from the total (Hirundo). draftSun, 07 Jun 2009 14:34:43 +0000, by alberth
-
(svn r16529) -Fix [NoAI]: StationIDs from oilrigs were not considered valid by the API. draftSun, 07 Jun 2009 13:29:09 +0000, by yexo
-
(svn r16528) -Fix [FS#2959]: Draw PBS reservation as groundsprite resp. childsprite of foundation/bridgehead. draftSun, 07 Jun 2009 13:25:21 +0000, by frosch
-
(svn r16527) -Codechange: use static member functions instead of simple casts when converting Vehicle to specialised vehicle types. Includes safety check draftSat, 06 Jun 2009 16:54:22 +0000, by smatz
-
(svn r16526) -Fix: don't cast Vehicle to RoadVehicle when it's not a RoadVehicle draftSat, 06 Jun 2009 16:49:45 +0000, by smatz
-
(svn r16525) -Codechange: Notify small ufos on deletion of road vehicles, so they can head for somewhere else instead of stumbling over a ghost. draftSat, 06 Jun 2009 14:46:50 +0000, by frosch
-
(svn r16524) -Fix [FS#2963]: missing guards in the NoAI API making it possible to hit an assert in OpenTTD. draftSat, 06 Jun 2009 11:47:21 +0000, by rubidium
-
(svn r16523) -Fix (rNewPool): Segfault when small ufos were heading for deleted vehicles. draftSat, 06 Jun 2009 10:40:16 +0000, by frosch
-
(svn r16522) -Fix [FS#2962]: possible assert in ai debug window when an AI was stopped an a human company took it's CompanyID draftSat, 06 Jun 2009 01:53:17 +0000, by yexo
-
(svn r16521) -Fix [FS#2946] (r13945): Do not access 'compatible_railtypes' for road vehicles. (causing invalid reads since r16391/16392) draftFri, 05 Jun 2009 21:19:38 +0000, by frosch
-
(svn r16520) -Fix [NoAI]: Make sure AIBridge::BuildBridge returns what the documentation says it does (r16244 for AIBridge) draftFri, 05 Jun 2009 17:36:39 +0000, by yexo
-
(svn r16519) -Add: Prevent hiding of a window titlebar behind the status bar. draftFri, 05 Jun 2009 07:25:26 +0000, by alberth
-
(svn r16518) -Update: WebTranslator2 update to 2009-06-04 16:25:41 draftThu, 04 Jun 2009 16:25:43 +0000, by translators
-
(svn r16517) -Codechange: Switched intro-screen and town directory window to nested widget trees. draftThu, 04 Jun 2009 14:34:38 +0000, by alberth
-
(svn r16516) -Codechange: Added click and drag handling for nested widgets. draftThu, 04 Jun 2009 14:07:05 +0000, by alberth
-
(svn r16515) -Codechange: Added scrollbar handling for nested widgets, and finding widgets by type or position in the tree. draftThu, 04 Jun 2009 12:46:37 +0000, by alberth
-
(svn r16514) -Codechange: Add widget flags, and drawing and invalidating. draftWed, 03 Jun 2009 21:13:13 +0000, by alberth
-
(svn r16513) -Codechange: Add nested widgets root and array to Window, and NWidgetBase::FillNestedArray() to fill the array. draftWed, 03 Jun 2009 20:00:33 +0000, by alberth
-
(svn r16510) -Doc: silence some (AI) doxygen warnings by adding comments about the appropriate things. draftWed, 03 Jun 2009 18:47:08 +0000, by rubidium
-
(svn r16509) -Fix (r16502): All Sleep/DoCommand calls failed instead of only those via a call/acall/pcall function draftWed, 03 Jun 2009 15:59:26 +0000, by yexo
-
(svn r16507) -Fix (r16503): segfault when deleting non-last graphics set draftWed, 03 Jun 2009 00:05:51 +0000, by smatz
-
(svn r16506) -Fix: count only active clients (not those waiting for map download) when checking min_active_clients limit draftTue, 02 Jun 2009 19:56:23 +0000, by smatz
-
(svn r16505) -Fix [FS#2951] (r16472): since g++ 4.4 the implicit (default) constructor will zero the whole class. This caused all vehicle indices to be 0, which causes all kinds of trouble. draftTue, 02 Jun 2009 19:12:28 +0000, by rubidium
-
(svn r16504) -Fix [FS#2948](r16435): one couldn't build anything in the scenario editor draftTue, 02 Jun 2009 12:57:47 +0000, by smatz
-
(svn r16503) -Fix: base graphics names must be unique, so don't add duplicates (even if the versions differ). draftTue, 02 Jun 2009 12:56:38 +0000, by rubidium