------------------------------------------------------------------------ r21611 | translators | 2010-12-23 18:45:35 +0000 (Thu, 23 Dec 2010) | 12 lines -Update from WebTranslator v3.0: catalan - 147 changes by arnau danish - 45 changes by Gummipalle german - 1 changes by planetmaker hungarian - 3 changes by IPG indonesian - 4 changes by fanioz korean - 1 changes by junho2813 brazilian_portuguese - 80 changes by Ic3cold romanian - 7 changes by kkmic russian - 1 changes by Lone_Wolf slovenian - 56 changes by ntadej ------------------------------------------------------------------------ r21610 | smatz | 2010-12-23 16:54:41 +0000 (Thu, 23 Dec 2010) | 1 line -Fix: some svn properties were wrong ------------------------------------------------------------------------ r21609 | alberth | 2010-12-23 14:38:01 +0000 (Thu, 23 Dec 2010) | 1 line -Fix (r21545,r21552,r21580,r21586): Restore diagonal clearing of areas. ------------------------------------------------------------------------ r21608 | alberth | 2010-12-23 14:24:34 +0000 (Thu, 23 Dec 2010) | 1 line -Codechange: Move diagnonal rectangle dragging detection completely to tile highlighting. ------------------------------------------------------------------------ r21607 | alberth | 2010-12-23 14:15:05 +0000 (Thu, 23 Dec 2010) | 1 line -Codechange: Be more robust against having extra bits in HighLightStyle vars. ------------------------------------------------------------------------ r21606 | smatz | 2010-12-23 11:02:47 +0000 (Thu, 23 Dec 2010) | 1 line -Fix (r14636): DOS binary was broken when not stripping ------------------------------------------------------------------------ r21605 | rubidium | 2010-12-23 07:17:00 +0000 (Thu, 23 Dec 2010) | 2 lines -Fix [FS#4324]: crash due to cargo payments belonging to an non-existing company ------------------------------------------------------------------------ r21604 | frosch | 2010-12-22 22:03:57 +0000 (Wed, 22 Dec 2010) | 1 line -Add: Variable 7B for accessing 60+x variables while taking the parameter from the accumulator. ------------------------------------------------------------------------ r21603 | rubidium | 2010-12-22 21:19:39 +0000 (Wed, 22 Dec 2010) | 2 lines -Codechange: no need to assign something to a variable and then test it for NULL when you're never using it again ------------------------------------------------------------------------ r21602 | rubidium | 2010-12-22 21:16:34 +0000 (Wed, 22 Dec 2010) | 2 lines -Codechange: split actual adding/removing of orders to/from a vehicle's order list from the validation of those (user) commands. Based on patch by fonsinchen ------------------------------------------------------------------------ r21601 | rubidium | 2010-12-22 19:52:23 +0000 (Wed, 22 Dec 2010) | 2 lines -Fix [FS#4323]: company league table used stats from two quarters ago instead of last quarter ------------------------------------------------------------------------ r21600 | alberth | 2010-12-22 19:24:36 +0000 (Wed, 22 Dec 2010) | 1 line -Codechange: Remove new_drawstyle and new_diagonal variables from the _thd structure. ------------------------------------------------------------------------ r21599 | translators | 2010-12-22 18:45:18 +0000 (Wed, 22 Dec 2010) | 7 lines -Update from WebTranslator v3.0: croatian - 1 changes by VoyagerOne czech - 1 changes by marek995 dutch - 21 changes by habell italian - 57 changes by lorenzodv polish - 3 changes by voythas ------------------------------------------------------------------------ r21598 | frosch | 2010-12-22 15:40:22 +0000 (Wed, 22 Dec 2010) | 1 line -Fix (r3139, r21236, r21249)[FS#4275]: The default visual effect only depends on properties of the Engine (wagon or not, tractiontype, ...), not whether it is used as articulated part, front engine or whatever in a specific consist. ------------------------------------------------------------------------ r21597 | frosch | 2010-12-22 14:51:12 +0000 (Wed, 22 Dec 2010) | 1 line -Fix (r21239): Also catch the case when callback 10 returns VE_DEFAULT. ------------------------------------------------------------------------ r21596 | frosch | 2010-12-22 14:38:24 +0000 (Wed, 22 Dec 2010) | 1 line -Codechange: Rename a misleading-named variable. ------------------------------------------------------------------------ r21595 | alberth | 2010-12-22 11:46:41 +0000 (Wed, 22 Dec 2010) | 1 line -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. ------------------------------------------------------------------------ r21594 | alberth | 2010-12-22 11:24:38 +0000 (Wed, 22 Dec 2010) | 1 line -Codechange: Whitespace fixes in ifndef/define lines. ------------------------------------------------------------------------ r21593 | alberth | 2010-12-22 10:50:32 +0000 (Wed, 22 Dec 2010) | 1 line -Codechange: endif comment correcttions. ------------------------------------------------------------------------ r21592 | alberth | 2010-12-21 22:00:08 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: Return unique values for placing a sign and land-info querying, store the callback information locally, and use it instead of the global _place_proc. ------------------------------------------------------------------------ r21591 | alberth | 2010-12-21 21:54:16 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: Align case functions. ------------------------------------------------------------------------ r21590 | alberth | 2010-12-21 21:48:31 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: All click handling functions of the main toolbar return CBF_NONE. ------------------------------------------------------------------------ r21589 | alberth | 2010-12-21 21:46:19 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: Move PlaceLandBlockInfo() to the right file, introduce a ShowLandInfo() function. ------------------------------------------------------------------------ r21588 | translators | 2010-12-21 18:45:39 +0000 (Tue, 21 Dec 2010) | 13 lines -Update from WebTranslator v3.0: croatian - 56 changes by VoyagerOne czech - 62 changes by SmatZ english_US - 57 changes by Rubidium finnish - 57 changes by USephiroth, jpx_ french - 57 changes by glx german - 57 changes by planetmaker hungarian - 54 changes by IPG indonesian - 7 changes by fanioz russian - 56 changes by Lone_Wolf spanish - 57 changes by Terkhen swedish - 142 changes by Zuu ------------------------------------------------------------------------ r21587 | alberth | 2010-12-21 18:07:07 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: Move simple callback functions into the switch. ------------------------------------------------------------------------ r21586 | alberth | 2010-12-21 18:06:23 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: Record the last started user action, and use that in the callback. ------------------------------------------------------------------------ r21585 | alberth | 2010-12-21 18:05:24 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: Move the simple click functions into the switch. ------------------------------------------------------------------------ r21584 | alberth | 2010-12-21 18:04:10 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: Replace the _rail_build_button array by a switch. ------------------------------------------------------------------------ r21583 | terkhen | 2010-12-21 17:29:00 +0000 (Tue, 21 Dec 2010) | 2 lines -Fix (r21566): The new scrollbar was not ignored correctly for ships and aircrafts. ------------------------------------------------------------------------ r21582 | alberth | 2010-12-21 16:36:00 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: Simplify BuildRailClick_AutoSignals(). ------------------------------------------------------------------------ r21581 | alberth | 2010-12-21 16:30:54 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: Fix indenting code style of a few multi-line statements. ------------------------------------------------------------------------ r21580 | alberth | 2010-12-21 16:27:50 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: Replace callback via pointer by a switch statement. ------------------------------------------------------------------------ r21579 | alberth | 2010-12-21 16:26:34 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: Remove _build_air_button_proc and its functions to a switch statement, record the last started action. ------------------------------------------------------------------------ r21578 | planetmaker | 2010-12-21 16:05:25 +0000 (Tue, 21 Dec 2010) | 1 line -Fix [FS#2585]: [OSX] A double mouse cursor was shown under certain circumstances (based on patch by matheweis) ------------------------------------------------------------------------ r21577 | planetmaker | 2010-12-21 16:02:55 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: [OSX] Deduplicate code by moving the handling of the window class for screen drivers to a common class ------------------------------------------------------------------------ r21576 | planetmaker | 2010-12-21 16:00:42 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: [OSX] Deduplicate code by moving the handling of the view for windowed screen drivers to a common class ------------------------------------------------------------------------ r21575 | planetmaker | 2010-12-21 15:57:55 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: [OSX] Use the same class for the window delegate routines in windowed screen drivers ------------------------------------------------------------------------ r21574 | planetmaker | 2010-12-21 15:56:02 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: [OSX] Move the variable declaration of the screen drivers to the generic class, deduplicating code ------------------------------------------------------------------------ r21573 | planetmaker | 2010-12-21 15:53:20 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: [OSX] Unify the naming of variables among different screen drivers a bit ------------------------------------------------------------------------ r21572 | planetmaker | 2010-12-21 15:48:43 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: [OSX] One palette is enough, we cannot use two colour depths at once ------------------------------------------------------------------------ r21571 | alberth | 2010-12-21 15:23:54 +0000 (Tue, 21 Dec 2010) | 1 line -Codechange: Having a break after a return is no good. ------------------------------------------------------------------------ r21570 | terkhen | 2010-12-21 14:01:44 +0000 (Tue, 21 Dec 2010) | 2 lines -Add: Allow to select a vehicle and the following chain with a keyboard shortcut. ------------------------------------------------------------------------ r21569 | terkhen | 2010-12-21 14:00:58 +0000 (Tue, 21 Dec 2010) | 2 lines -Add: Don't close the refit window after refitting only a consist part. ------------------------------------------------------------------------ r21568 | terkhen | 2010-12-21 14:00:14 +0000 (Tue, 21 Dec 2010) | 2 lines -Add: Show the selected consist part at the refit window. ------------------------------------------------------------------------ r21567 | terkhen | 2010-12-21 13:59:16 +0000 (Tue, 21 Dec 2010) | 2 lines -Feature: Allow to refit only the selected part of a train consist. ------------------------------------------------------------------------ r21566 | terkhen | 2010-12-21 13:58:09 +0000 (Tue, 21 Dec 2010) | 2 lines -Add: Draw current vehicle at the refit window. ------------------------------------------------------------------------ r21565 | terkhen | 2010-12-21 13:56:52 +0000 (Tue, 21 Dec 2010) | 2 lines -Codechange: Add pixel skip to DrawRoadVehImage(). ------------------------------------------------------------------------ r21564 | terkhen | 2010-12-21 13:56:07 +0000 (Tue, 21 Dec 2010) | 2 lines -Fix: Avoid drawing road vehicles outside of their given space. ------------------------------------------------------------------------ r21563 | terkhen | 2010-12-21 13:54:57 +0000 (Tue, 21 Dec 2010) | 2 lines -Codechange: Add function to get the width of a vehicle. ------------------------------------------------------------------------ r21562 | terkhen | 2010-12-21 13:53:19 +0000 (Tue, 21 Dec 2010) | 2 lines -Change: Add articulated parts of vehicles in a refit selection to that selection. ------------------------------------------------------------------------ r21561 | terkhen | 2010-12-21 13:52:10 +0000 (Tue, 21 Dec 2010) | 2 lines -Change: Allow to specify the number of vehicles to refit in the refit vehicle command. ------------------------------------------------------------------------ r21560 | terkhen | 2010-12-21 13:50:31 +0000 (Tue, 21 Dec 2010) | 2 lines -Codechange: Declare DrawVehicleImage in its header. ------------------------------------------------------------------------ r21559 | terkhen | 2010-12-21 13:49:42 +0000 (Tue, 21 Dec 2010) | 2 lines -Add: Disable the refit button until a refit option is selected. ------------------------------------------------------------------------ r21558 | rubidium | 2010-12-21 10:11:11 +0000 (Tue, 21 Dec 2010) | 2 lines -Codechange: add the graphics set and its version to the screenshot metadata as well ------------------------------------------------------------------------ r21557 | rubidium | 2010-12-21 10:06:21 +0000 (Tue, 21 Dec 2010) | 2 lines -Change: close the query windows when changing the language as often the strings are partly translated, which causes trouble in some cases ------------------------------------------------------------------------ r21556 | rubidium | 2010-12-21 10:04:40 +0000 (Tue, 21 Dec 2010) | 2 lines -Fix [FS#4320]: argt wasn't updated when argv was updated due to ARG_INDEX, so there was a mismatch between argt's offset and argv's offset causing trouble when getting the gender of a string ------------------------------------------------------------------------ r21555 | rubidium | 2010-12-21 09:29:01 +0000 (Tue, 21 Dec 2010) | 2 lines -Fix [FS#4321]: strings for the query window weren't properly terminated to N characters anymore ------------------------------------------------------------------------ r21553 | rubidium | 2010-12-20 22:54:15 +0000 (Mon, 20 Dec 2010) | 2 lines -Feature-ish: store the used OpenTTD version, NewGRFs and AIs in the screenshot file ------------------------------------------------------------------------ r21552 | alberth | 2010-12-20 19:24:27 +0000 (Mon, 20 Dec 2010) | 1 line -Codechange: Move short callback functions into the switch. ------------------------------------------------------------------------ r21551 | alberth | 2010-12-20 19:23:07 +0000 (Mon, 20 Dec 2010) | 1 line -Codechange: Record the last started user action, and use that in the callback. ------------------------------------------------------------------------ r21550 | alberth | 2010-12-20 19:21:50 +0000 (Mon, 20 Dec 2010) | 1 line -Codechange: Move the small static functions into the switch. ------------------------------------------------------------------------ r21549 | alberth | 2010-12-20 19:20:38 +0000 (Mon, 20 Dec 2010) | 1 line -Codechange: Unfold the _build_road_button_proc array into a switch. ------------------------------------------------------------------------ r21548 | alberth | 2010-12-20 19:19:23 +0000 (Mon, 20 Dec 2010) | 1 line -Codechange: Code style, multi line statements should indent two tabs. ------------------------------------------------------------------------ r21547 | planetmaker | 2010-12-20 19:17:24 +0000 (Mon, 20 Dec 2010) | 1 line -Add [FS#4318]: Tooltip describing the the behaviour of the shift key for several actions ------------------------------------------------------------------------ r21546 | translators | 2010-12-20 18:45:13 +0000 (Mon, 20 Dec 2010) | 5 lines -Update from WebTranslator v3.0: czech - 65 changes by SmatZ indonesian - 22 changes by fanioz lithuanian - 6 changes by BlinK_ ------------------------------------------------------------------------ r21545 | alberth | 2010-12-20 13:19:59 +0000 (Mon, 20 Dec 2010) | 1 line -Codechange: Replace the callback by another switch. ------------------------------------------------------------------------ r21544 | alberth | 2010-12-20 13:17:54 +0000 (Mon, 20 Dec 2010) | 1 line -Codechange: Fold the small static click functions into the switch. ------------------------------------------------------------------------ r21543 | alberth | 2010-12-20 13:16:22 +0000 (Mon, 20 Dec 2010) | 1 line -Codechange: Remove _build_docks_button_proc array. ------------------------------------------------------------------------ r21542 | alberth | 2010-12-20 09:34:30 +0000 (Mon, 20 Dec 2010) | 1 line -Codechange (r14789): Handling a click at a tile once is enough. ------------------------------------------------------------------------ r21541 | smatz | 2010-12-19 20:15:32 +0000 (Sun, 19 Dec 2010) | 1 line -Add: {DATE_SHORT} and {DATE_LONG} can now have cases ------------------------------------------------------------------------ r21540 | translators | 2010-12-19 18:45:20 +0000 (Sun, 19 Dec 2010) | 7 lines -Update from WebTranslator v3.0: bulgarian - 20 changes by Tvel czech - 91 changes by SmatZ finnish - 1 changes by USephiroth hungarian - 90 changes by IPG indonesian - 33 changes by fanioz ------------------------------------------------------------------------ r21539 | alberth | 2010-12-19 13:44:09 +0000 (Sun, 19 Dec 2010) | 1 line -Fix [FS#4315]: Show 'plant trees' button lowering of terraform toolbar. ------------------------------------------------------------------------ r21538 | smatz | 2010-12-18 22:50:46 +0000 (Sat, 18 Dec 2010) | 1 line -Add: {INDUSTRY} can now have cases ------------------------------------------------------------------------ r21537 | planetmaker | 2010-12-18 21:54:09 +0000 (Sat, 18 Dec 2010) | 1 line -Cleanup: Add a few sprinkles of coding style ------------------------------------------------------------------------ r21536 | translators | 2010-12-18 18:45:10 +0000 (Sat, 18 Dec 2010) | 4 lines -Update from WebTranslator v3.0: czech - 2 changes by SmatZ indonesian - 15 changes by fanioz, prof ------------------------------------------------------------------------ r21535 | frosch | 2010-12-18 13:04:05 +0000 (Sat, 18 Dec 2010) | 1 line -Fix (r11432)[FS#4312]: 2CC recolour sprites were the same for DOS and WIN palette, thus "dark green", "brown", "grey" and "white" were wrong for DOS, and recently for both. ------------------------------------------------------------------------ r21534 | translators | 2010-12-17 18:45:43 +0000 (Fri, 17 Dec 2010) | 15 lines -Update from WebTranslator v3.0: czech - 29 changes by SmatZ danish - 2 changes by silentStatic dutch - 75 changes by habell english_US - 8 changes by Rubidium finnish - 80 changes by USephiroth, jpx_ french - 14 changes by glx german - 34 changes by planetmaker indonesian - 22 changes by fanioz italian - 64 changes by lorenzodv russian - 22 changes by Lone_Wolf, MajestiC serbian - 90 changes by etran slovenian - 87 changes by ntadej spanish - 7 changes by Terkhen ------------------------------------------------------------------------ r21533 | rubidium | 2010-12-16 23:24:30 +0000 (Thu, 16 Dec 2010) | 2 lines -Codechange: replace some magic numbers with less magic constants ------------------------------------------------------------------------ r21532 | translators | 2010-12-16 18:45:33 +0000 (Thu, 16 Dec 2010) | 12 lines -Update from WebTranslator v3.0: croatian - 65 changes by VoyagerOne czech - 128 changes by SmatZ, marek995 english_US - 84 changes by Rubidium french - 71 changes by glx frisian - 13 changes by gjannema german - 63 changes by planetmaker slovenian - 5 changes by ntadej spanish - 81 changes by Terkhen swedish - 3 changes by Zuu ukrainian - 8 changes by Fixer ------------------------------------------------------------------------ r21531 | smatz | 2010-12-16 14:03:21 +0000 (Thu, 16 Dec 2010) | 1 line -Fix: gcc 3.4 warning ------------------------------------------------------------------------