------------------------------------------------------------------------ r16565 | translators | 2009-06-11 17:32:17 +0000 (Thu, 11 Jun 2009) | 4 lines -Update: WebTranslator2 update to 2009-06-11 17:32:14 russian - 3 fixed, 1 deleted, 209 changed by Lone Wolf (213) serbian - 95 fixed by etran (95) ------------------------------------------------------------------------ r16564 | yexo | 2009-06-11 14:39:03 +0000 (Thu, 11 Jun 2009) | 1 line -Revert (r16561, r16562): english_rev doesn't belong in trunk (and certainly not twice) ------------------------------------------------------------------------ r16563 | yexo | 2009-06-11 14:29:03 +0000 (Thu, 11 Jun 2009) | 1 line -Fix [NoAI]: AIMarine::AreWaterTilesConnected didn't return true for bridge head<>neighbouring water tile ------------------------------------------------------------------------ r16562 | yexo | 2009-06-11 14:17:26 +0000 (Thu, 11 Jun 2009) | 1 line -Revert (r16561) ------------------------------------------------------------------------ r16561 | yexo | 2009-06-11 14:15:18 +0000 (Thu, 11 Jun 2009) | 1 line -Fix [NoAI]: AIMarine::AreWaterTilesConnected didn't return true for bridge head<>neighbouring water tile ------------------------------------------------------------------------ r16560 | smatz | 2009-06-10 22:11:39 +0000 (Wed, 10 Jun 2009) | 1 line -Fix (r16559): wrong replacement at one place ------------------------------------------------------------------------ r16559 | smatz | 2009-06-10 22:05:01 +0000 (Wed, 10 Jun 2009) | 1 line -Codechange: introduce Company::IsValidAiID() and Company::IsValidHumanID(), don't use IsHumanCompany() where possible ------------------------------------------------------------------------ r16558 | alberth | 2009-06-10 20:48:22 +0000 (Wed, 10 Jun 2009) | 1 line -Codechange: Switch found-town window to nested widgets. ------------------------------------------------------------------------ r16557 | smatz | 2009-06-10 19:26:04 +0000 (Wed, 10 Jun 2009) | 1 line -Feature(tte) [NoAI][FS#2892]: mark dead AIs by red background in the AIDebug window ------------------------------------------------------------------------ r16556 | smatz | 2009-06-10 19:23:25 +0000 (Wed, 10 Jun 2009) | 1 line -Codechange [NoAI]: use accessor for AIInstance::is_dead ------------------------------------------------------------------------ r16555 | smatz | 2009-06-10 19:00:34 +0000 (Wed, 10 Jun 2009) | 1 line -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) ------------------------------------------------------------------------ r16554 | smatz | 2009-06-10 18:53:43 +0000 (Wed, 10 Jun 2009) | 1 line -Fix (r16433): compilation with disabled network was broken ------------------------------------------------------------------------ r16553 | smatz | 2009-06-10 16:02:00 +0000 (Wed, 10 Jun 2009) | 1 line -Codechange: don't use TRACK_BIT_WORMHOLE and TRACK_BIT_DEPOT as bitmasks ------------------------------------------------------------------------ r16552 | smatz | 2009-06-10 14:07:08 +0000 (Wed, 10 Jun 2009) | 1 line -Codechange: make AddTileIndexDiffCWrap() a bit faster ------------------------------------------------------------------------ r16551 | smatz | 2009-06-10 13:44:37 +0000 (Wed, 10 Jun 2009) | 1 line -Codechange: use shift instead of multiplication in TileXY() ------------------------------------------------------------------------ r16550 | smatz | 2009-06-10 08:18:40 +0000 (Wed, 10 Jun 2009) | 1 line -Codechange: move definition of ScaleByMapSize to header file, use shifts instead of mults ------------------------------------------------------------------------ r16549 | smatz | 2009-06-10 07:19:48 +0000 (Wed, 10 Jun 2009) | 1 line -Codechange: use bool in TileLoopClearHelper ------------------------------------------------------------------------ r16548 | smatz | 2009-06-10 05:36:58 +0000 (Wed, 10 Jun 2009) | 1 line -Fix (r16538): removing of duplicates of base graphics set could behave randomly ------------------------------------------------------------------------ r16547 | smatz | 2009-06-09 23:34:48 +0000 (Tue, 09 Jun 2009) | 1 line -Codechange: make CircularTileSearch a tiny bit faster ------------------------------------------------------------------------ r16546 | smatz | 2009-06-09 23:22:37 +0000 (Tue, 09 Jun 2009) | 1 line -Codechange: use array member instead of allocating in costructor and freeing in desctructor ------------------------------------------------------------------------ r16545 | smatz | 2009-06-09 20:04:46 +0000 (Tue, 09 Jun 2009) | 1 line -Cleanup: tunnels have been returning correct SlopeZ since r1 ------------------------------------------------------------------------ r16544 | smatz | 2009-06-09 17:20:06 +0000 (Tue, 09 Jun 2009) | 1 line -Codechange: use double-linked list for vehicle position caches in order to improve performance (~5% with many vehicles) ------------------------------------------------------------------------ r16543 | translators | 2009-06-09 17:05:50 +0000 (Tue, 09 Jun 2009) | 3 lines -Update: WebTranslator2 update to 2009-06-09 17:05:46 russian - 6 deleted, 276 changed by Lone Wolf (282) ------------------------------------------------------------------------ r16542 | smatz | 2009-06-09 13:35:30 +0000 (Tue, 09 Jun 2009) | 1 line -Fix [FS#2971](r16307): depend failed on architectures with unsigned char ------------------------------------------------------------------------ r16541 | rubidium | 2009-06-08 23:58:53 +0000 (Mon, 08 Jun 2009) | 2 lines -Merge: changelog etc. changes from 0.7 branch ------------------------------------------------------------------------ r16538 | rubidium | 2009-06-08 22:13:10 +0000 (Mon, 08 Jun 2009) | 2 lines -Fix (r16503): when finding duplicate graphics sets favour the more complete one ------------------------------------------------------------------------ r16537 | translators | 2009-06-08 17:40:46 +0000 (Mon, 08 Jun 2009) | 5 lines -Update: WebTranslator2 update to 2009-06-08 17:40:35 french - 1 fixed by glx (1) german - 1 changed by planetmaker (1) russian - 31 fixed, 89 changed by Lone Wolf (120) ------------------------------------------------------------------------ r16536 | frosch | 2009-06-08 15:44:11 +0000 (Mon, 08 Jun 2009) | 1 line -Fix (r16535): W != S ------------------------------------------------------------------------ r16535 | frosch | 2009-06-08 15:42:35 +0000 (Mon, 08 Jun 2009) | 1 line -Fix (r16146): In one case a too small portion of the screen was marked dirty, when (un-)drawing selections. ------------------------------------------------------------------------ r16534 | yexo | 2009-06-07 20:20:22 +0000 (Sun, 07 Jun 2009) | 1 line -Fix [Squirrel] [FS#2942]: fix crash that occured when an AI was halted while one or more generators were still in a 'running' state ------------------------------------------------------------------------ r16533 | translators | 2009-06-07 17:45:52 +0000 (Sun, 07 Jun 2009) | 5 lines -Update: WebTranslator2 update to 2009-06-07 17:45:47 icelandic - 8 fixed, 50 changed by scrooge (58) russian - 8 fixed, 28 changed by Lone Wolf (36) serbian - 100 fixed by etran (100) ------------------------------------------------------------------------ r16532 | yexo | 2009-06-07 15:54:37 +0000 (Sun, 07 Jun 2009) | 1 line -Fix [Squirrel]: Don't copy an object when we just checked that the pointer to it is NULL ------------------------------------------------------------------------ r16530 | alberth | 2009-06-07 14:34:43 +0000 (Sun, 07 Jun 2009) | 1 line -Fix [FS#2964], (r16501): Deduct additional widget length given away to a child from the total (Hirundo). ------------------------------------------------------------------------ r16529 | yexo | 2009-06-07 13:29:09 +0000 (Sun, 07 Jun 2009) | 1 line -Fix [NoAI]: StationIDs from oilrigs were not considered valid by the API. ------------------------------------------------------------------------ r16528 | frosch | 2009-06-07 13:25:21 +0000 (Sun, 07 Jun 2009) | 1 line -Fix [FS#2959]: Draw PBS reservation as groundsprite resp. childsprite of foundation/bridgehead. ------------------------------------------------------------------------ r16527 | smatz | 2009-06-06 16:54:22 +0000 (Sat, 06 Jun 2009) | 1 line -Codechange: use static member functions instead of simple casts when converting Vehicle to specialised vehicle types. Includes safety check ------------------------------------------------------------------------ r16526 | smatz | 2009-06-06 16:49:45 +0000 (Sat, 06 Jun 2009) | 1 line -Fix: don't cast Vehicle to RoadVehicle when it's not a RoadVehicle ------------------------------------------------------------------------ r16525 | frosch | 2009-06-06 14:46:50 +0000 (Sat, 06 Jun 2009) | 1 line -Codechange: Notify small ufos on deletion of road vehicles, so they can head for somewhere else instead of stumbling over a ghost. ------------------------------------------------------------------------ r16524 | rubidium | 2009-06-06 11:47:21 +0000 (Sat, 06 Jun 2009) | 2 lines -Fix [FS#2963]: missing guards in the NoAI API making it possible to hit an assert in OpenTTD. ------------------------------------------------------------------------ r16523 | frosch | 2009-06-06 10:40:16 +0000 (Sat, 06 Jun 2009) | 1 line -Fix (rNewPool): Segfault when small ufos were heading for deleted vehicles. ------------------------------------------------------------------------ r16522 | yexo | 2009-06-06 01:53:17 +0000 (Sat, 06 Jun 2009) | 1 line -Fix [FS#2962]: possible assert in ai debug window when an AI was stopped an a human company took it's CompanyID ------------------------------------------------------------------------ r16521 | frosch | 2009-06-05 21:19:38 +0000 (Fri, 05 Jun 2009) | 1 line -Fix [FS#2946] (r13945): Do not access 'compatible_railtypes' for road vehicles. (causing invalid reads since r16391/16392) ------------------------------------------------------------------------ r16520 | yexo | 2009-06-05 17:36:39 +0000 (Fri, 05 Jun 2009) | 1 line -Fix [NoAI]: Make sure AIBridge::BuildBridge returns what the documentation says it does (r16244 for AIBridge) ------------------------------------------------------------------------ r16519 | alberth | 2009-06-05 07:25:26 +0000 (Fri, 05 Jun 2009) | 1 line -Add: Prevent hiding of a window titlebar behind the status bar. ------------------------------------------------------------------------ r16518 | translators | 2009-06-04 16:25:43 +0000 (Thu, 04 Jun 2009) | 3 lines -Update: WebTranslator2 update to 2009-06-04 16:25:41 swedish - 39 fixed by daishan (39) ------------------------------------------------------------------------