------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ r16503 | rubidium | 2009-06-02 12:56:38 +0000 (Tue, 02 Jun 2009) | 2 lines -Fix: base graphics names must be unique, so don't add duplicates (even if the versions differ). ------------------------------------------------------------------------ r16502 | yexo | 2009-06-01 22:00:47 +0000 (Mon, 01 Jun 2009) | 2 lines -Fix [FS#2935]: when an AI was suspended while in a function called (indirectly) via call/acall/pcall OpenTTD crashed. Fix this by disallowing AIs to be suspended while called via call/acall/pcall. IMPORTANT FOR AI WRITERS: AIs can no longer call any DoCommand functions (change anything, build vehicles, etc.) in a function called (indirectly) via call/acall/pcall. Where possible, please rewrite your code so it doesn't use call/acall/pcall ------------------------------------------------------------------------ r16501 | alberth | 2009-06-01 20:45:46 +0000 (Mon, 01 Jun 2009) | 1 line -Codechange: Introduced different phases in resizing a nested widget tree. ------------------------------------------------------------------------ r16499 | translators | 2009-06-01 17:32:40 +0000 (Mon, 01 Jun 2009) | 4 lines -Update: WebTranslator2 update to 2009-06-01 17:32:36 luxembourgish - 3 fixed, 11 changed by *jigo* (14) serbian - 105 fixed by etran (105) ------------------------------------------------------------------------ r16498 | frosch | 2009-06-01 15:01:54 +0000 (Mon, 01 Jun 2009) | 1 line -Codechange: Remove hardly used HASBITS. ------------------------------------------------------------------------ r16497 | smatz | 2009-06-01 14:36:36 +0000 (Mon, 01 Jun 2009) | 1 line -Feature [FS#2870]: Q/W/E/D will now open the landscape toolbar and select appropriate tool ------------------------------------------------------------------------ r16496 | smatz | 2009-06-01 13:34:13 +0000 (Mon, 01 Jun 2009) | 1 line -Codechange: remove one useless dynamic_cast<> ------------------------------------------------------------------------ r16495 | alberth | 2009-06-01 13:28:05 +0000 (Mon, 01 Jun 2009) | 1 line -Codechange: Renamed a few variables. ------------------------------------------------------------------------ r16494 | smatz | 2009-06-01 13:14:56 +0000 (Mon, 01 Jun 2009) | 1 line -Codechange: cache train's speed limit caused by curves ------------------------------------------------------------------------ r16493 | rubidium | 2009-06-01 12:56:18 +0000 (Mon, 01 Jun 2009) | 2 lines -Fix: missing/wrong @file doxygen 'headers' ------------------------------------------------------------------------ r16492 | smatz | 2009-06-01 11:49:46 +0000 (Mon, 01 Jun 2009) | 1 line -Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed. ------------------------------------------------------------------------ r16491 | alberth | 2009-06-01 11:43:36 +0000 (Mon, 01 Jun 2009) | 1 line -Codechange: Added parentheses around bitwise operators for code style. ------------------------------------------------------------------------ r16490 | frosch | 2009-06-01 08:35:35 +0000 (Mon, 01 Jun 2009) | 1 line -Fix: Do not draw train details over the scrollbar. ------------------------------------------------------------------------ r16489 | alberth | 2009-05-31 20:52:35 +0000 (Sun, 31 May 2009) | 1 line -Fix [FS#2937] (r16258): Do not resize a widget twice (erikjanp) ------------------------------------------------------------------------ r16488 | alberth | 2009-05-31 20:33:09 +0000 (Sun, 31 May 2009) | 1 line -Codechange [FS#2941]: Use widget numbers of base grap window and cargo payment window in the window handling code (erikjanp) ------------------------------------------------------------------------ r16487 | alberth | 2009-05-31 20:18:47 +0000 (Sun, 31 May 2009) | 1 line -Codechange [FS#2940]: Add widget numbers to news display and news history windows (based on work by erikjanp) ------------------------------------------------------------------------ r16486 | alberth | 2009-05-31 19:51:49 +0000 (Sun, 31 May 2009) | 1 line -Codechange [FS#2939]: Added widget numbers to the airport toolbar (based on work by erikjanp) ------------------------------------------------------------------------ r16485 | alberth | 2009-05-31 19:29:40 +0000 (Sun, 31 May 2009) | 1 line -Fix [FS#2938]: Move date in news window a pixel away from the right-edge (erikjanp) ------------------------------------------------------------------------ r16484 | alberth | 2009-05-31 14:30:58 +0000 (Sun, 31 May 2009) | 3 lines -Cleanup: Renamed widget variable to widget_index and introduced widget_type variable. -Fix: Prevented out-of-bounds array access when not clicking at a widget. ------------------------------------------------------------------------