summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-22(svn r21601) -Fix [FS#4323]: company league table used stats from two ↵rubidium
quarters ago instead of last quarter
2010-12-22(svn r21600) -Codechange: Remove new_drawstyle and new_diagonal variables ↵alberth
from the _thd structure.
2010-12-22(svn r21599) -Update from WebTranslator v3.0:translators
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
2010-12-22(svn r21598) -Fix (r3139, r21236, r21249)[FS#4275]: The default visual ↵frosch
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.
2010-12-22(svn r21597) -Fix (r21239): Also catch the case when callback 10 returns ↵frosch
VE_DEFAULT.
2010-12-22(svn r21596) -Codechange: Rename a misleading-named variable.frosch
2010-12-22(svn r21595) -Codechange: Some header files had their name changed, update ↵alberth
the ifndef/define/endif lines.
2010-12-22(svn r21594) -Codechange: Whitespace fixes in ifndef/define lines.alberth
2010-12-22(svn r21593) -Codechange: endif comment correcttions.alberth
2010-12-21(svn r21592) -Codechange: Return unique values for placing a sign and ↵alberth
land-info querying, store the callback information locally, and use it instead of the global _place_proc.
2010-12-21(svn r21591) -Codechange: Align case functions.alberth
2010-12-21(svn r21590) -Codechange: All click handling functions of the main toolbar ↵alberth
return CBF_NONE.
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.