summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-21(svn r21589) -Codechange: Move PlaceLandBlockInfo() to the right file, ↵alberth
introduce a ShowLandInfo() function.
2010-12-21(svn r21588) -Update from WebTranslator v3.0:translators
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
2010-12-21(svn r21587) -Codechange: Move simple callback functions into the switch.alberth
2010-12-21(svn r21586) -Codechange: Record the last started user action, and use that ↵alberth
in the callback.
2010-12-21(svn r21585) -Codechange: Move the simple click functions into the switch.alberth
2010-12-21(svn r21584) -Codechange: Replace the _rail_build_button array by a switch.alberth
2010-12-21(svn r21583) -Fix (r21566): The new scrollbar was not ignored correctly for ↵terkhen
ships and aircrafts.
2010-12-21(svn r21582) -Codechange: Simplify BuildRailClick_AutoSignals().alberth
2010-12-21(svn r21581) -Codechange: Fix indenting code style of a few multi-line ↵alberth
statements.
2010-12-21(svn r21580) -Codechange: Replace callback via pointer by a switch statement.alberth
2010-12-21(svn r21579) -Codechange: Remove _build_air_button_proc and its functions to ↵alberth
a switch statement, record the last started action.
2010-12-21(svn r21578) -Fix [FS#2585]: [OSX] A double mouse cursor was shown under ↵planetmaker
certain circumstances (based on patch by matheweis)
2010-12-21(svn r21577) -Codechange: [OSX] Deduplicate code by moving the handling of ↵planetmaker
the window class for screen drivers to a common class
2010-12-21(svn r21576) -Codechange: [OSX] Deduplicate code by moving the handling of ↵planetmaker
the view for windowed screen drivers to a common class
2010-12-21(svn r21575) -Codechange: [OSX] Use the same class for the window delegate ↵planetmaker
routines in windowed screen drivers
2010-12-21(svn r21574) -Codechange: [OSX] Move the variable declaration of the screen ↵planetmaker
drivers to the generic class, deduplicating code
2010-12-21(svn r21573) -Codechange: [OSX] Unify the naming of variables among ↵planetmaker
different screen drivers a bit
2010-12-21(svn r21572) -Codechange: [OSX] One palette is enough, we cannot use two ↵planetmaker
colour depths at once
2010-12-21(svn r21571) -Codechange: Having a break after a return is no good.alberth
2010-12-21(svn r21570) -Add: Allow to select a vehicle and the following chain with a ↵terkhen
keyboard shortcut.
2010-12-21(svn r21569) -Add: Don't close the refit window after refitting only a ↵terkhen
consist part.
2010-12-21(svn r21568) -Add: Show the selected consist part at the refit window.terkhen
2010-12-21(svn r21567) -Feature: Allow to refit only the selected part of a train consist.terkhen
2010-12-21(svn r21566) -Add: Draw current vehicle at the refit window.terkhen
2010-12-21(svn r21565) -Codechange: Add pixel skip to DrawRoadVehImage().terkhen
2010-12-21(svn r21564) -Fix: Avoid drawing road vehicles outside of their given space.terkhen
2010-12-21(svn r21563) -Codechange: Add function to get the width of a vehicle.terkhen
2010-12-21(svn r21562) -Change: Add articulated parts of vehicles in a refit selection ↵terkhen
to that selection.
2010-12-21(svn r21561) -Change: Allow to specify the number of vehicles to refit in ↵terkhen
the refit vehicle command.
2010-12-21(svn r21560) -Codechange: Declare DrawVehicleImage in its header.terkhen
2010-12-21(svn r21559) -Add: Disable the refit button until a refit option is selected.terkhen
2010-12-21(svn r21558) -Codechange: add the graphics set and its version to the ↵rubidium
screenshot metadata as well
2010-12-21(svn r21557) -Change: close the query windows when changing the language as ↵rubidium
often the strings are partly translated, which causes trouble in some cases
2010-12-21(svn r21556) -Fix [FS#4320]: argt wasn't updated when argv was updated due ↵rubidium
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
2010-12-21(svn r21555) -Fix [FS#4321]: strings for the query window weren't properly ↵rubidium
terminated to N characters anymore
2010-12-20(svn r21553) -Feature-ish: store the used OpenTTD version, NewGRFs and AIs ↵rubidium
in the screenshot file
2010-12-20(svn r21552) -Codechange: Move short callback functions into the switch.alberth
2010-12-20(svn r21551) -Codechange: Record the last started user action, and use that ↵alberth
in the callback.
2010-12-20(svn r21550) -Codechange: Move the small static functions into the switch.alberth
2010-12-20(svn r21549) -Codechange: Unfold the _build_road_button_proc array into a ↵alberth
switch.
2010-12-20(svn r21548) -Codechange: Code style, multi line statements should indent ↵alberth
two tabs.
2010-12-20(svn r21547) -Add [FS#4318]: Tooltip describing the the behaviour of the ↵planetmaker
shift key for several actions
2010-12-20(svn r21546) -Update from WebTranslator v3.0:translators
czech - 65 changes by SmatZ indonesian - 22 changes by fanioz lithuanian - 6 changes by BlinK_
2010-12-20(svn r21545) -Codechange: Replace the callback by another switch.alberth
2010-12-20(svn r21544) -Codechange: Fold the small static click functions into the switch.alberth
2010-12-20(svn r21543) -Codechange: Remove _build_docks_button_proc array.alberth
2010-12-20(svn r21542) -Codechange (r14789): Handling a click at a tile once is enough.alberth
2010-12-19(svn r21541) -Add: {DATE_SHORT} and {DATE_LONG} can now have casessmatz
2010-12-19(svn r21540) -Update from WebTranslator v3.0:translators
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
2010-12-19(svn r21539) -Fix [FS#4315]: Show 'plant trees' button lowering of terraform ↵alberth
toolbar.