------------------------------------------------------------------------ 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) ------------------------------------------------------------------------ r16517 | alberth | 2009-06-04 14:34:38 +0000 (Thu, 04 Jun 2009) | 1 line -Codechange: Switched intro-screen and town directory window to nested widget trees. ------------------------------------------------------------------------ r16516 | alberth | 2009-06-04 14:07:05 +0000 (Thu, 04 Jun 2009) | 1 line -Codechange: Added click and drag handling for nested widgets. ------------------------------------------------------------------------ r16515 | alberth | 2009-06-04 12:46:37 +0000 (Thu, 04 Jun 2009) | 1 line -Codechange: Added scrollbar handling for nested widgets, and finding widgets by type or position in the tree. ------------------------------------------------------------------------ r16514 | alberth | 2009-06-03 21:13:13 +0000 (Wed, 03 Jun 2009) | 1 line -Codechange: Add widget flags, and drawing and invalidating. ------------------------------------------------------------------------ r16513 | alberth | 2009-06-03 20:00:33 +0000 (Wed, 03 Jun 2009) | 1 line -Codechange: Add nested widgets root and array to Window, and NWidgetBase::FillNestedArray() to fill the array. ------------------------------------------------------------------------ r16510 | rubidium | 2009-06-03 18:47:08 +0000 (Wed, 03 Jun 2009) | 2 lines -Doc: silence some (AI) doxygen warnings by adding comments about the appropriate things. ------------------------------------------------------------------------ r16509 | yexo | 2009-06-03 15:59:26 +0000 (Wed, 03 Jun 2009) | 1 line -Fix (r16502): All Sleep/DoCommand calls failed instead of only those via a call/acall/pcall function ------------------------------------------------------------------------ r16507 | smatz | 2009-06-03 00:05:51 +0000 (Wed, 03 Jun 2009) | 1 line -Fix (r16503): segfault when deleting non-last graphics set ------------------------------------------------------------------------ r16506 | smatz | 2009-06-02 19:56:23 +0000 (Tue, 02 Jun 2009) | 1 line -Fix: count only active clients (not those waiting for map download) when checking min_active_clients limit ------------------------------------------------------------------------ r16505 | rubidium | 2009-06-02 19:12:28 +0000 (Tue, 02 Jun 2009) | 2 lines -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. ------------------------------------------------------------------------ r16504 | smatz | 2009-06-02 12:57:47 +0000 (Tue, 02 Jun 2009) | 1 line -Fix [FS#2948](r16435): one couldn't build anything in the scenario editor ------------------------------------------------------------------------