summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-01-09(svn r21763) -Codechange: Pass the distance to Scrollbar::UpdatePosition() ↵frosch
in units of small or big steps.
2011-01-09(svn r21762) -Update from WebTranslator v3.0:translators
english_US - 1 changes by Rubidium hungarian - 1 changes by IPG korean - 1 changes by junho2813 norwegian_bokmal - 21 changes by leaderroy swedish - 1 changes by Ledel
2011-01-09(svn r21761) -Add: Wheel-scrolling in the new build station GUI.frosch
2011-01-09(svn r21760) -Fix (r20452): Restore wheeling of vertical scrollbars.alberth
2011-01-09(svn r21759) -Codechange: Increase the initial horizontal size of the ↵alberth
stationpicker slightly.
2011-01-09(svn r21758) -Add: Allow vertical resizing of the stationpicker window.alberth
2011-01-09(svn r21757) -Codechange: Use a list instead of a dropdown for selecting the ↵alberth
station classes.
2011-01-09(svn r21756) -Add: Display name of the selected station type in the station ↵alberth
picker window.
2011-01-09(svn r21755) -Feature: Display newgrf station sprites during station picking.alberth
2011-01-09(svn r21754) -Codechange: Scroll the matrix widget to make a clicked entry ↵alberth
fully visible.
2011-01-09(svn r21753) -Codechange: Use a widget for the coverage text, and re-init ↵alberth
instead of resize to adapt for height changes.
2011-01-09(svn r21752) -Doc: document the stationpicker widgets and variables.alberth
2011-01-09(svn r21751) -Fix: Re-initialize the stationpicker data when newgrf classes ↵alberth
have disappeared.
2011-01-09(svn r21748) -Update from WebTranslator v3.0:translators
czech - 1 changes by SmatZ norwegian_bokmal - 20 changes by leaderroy
2011-01-09(svn r21747) -Fix [FS#4395]: the diagonal iterator would iterate twice over ↵rubidium
some tiles (fonsinchen)
2011-01-09(svn r21746) -Fix: [NewGRF] Canal variable 83 accessed water random bits ↵frosch
also for non-water tiles (e.g. watery industries or objects).
2011-01-09(svn r21745) -Fix: [NewGRF] Canal variable 80 shall return consistent ↵frosch
heights within a lock.
2011-01-09(svn r21744) -Fix: Allow Ctrl+Clicking automatic orders for scrolling to ↵frosch
their destination.
2011-01-09(svn r21743) -Fix [FS#4386]: coast tiles weren't drawn under bridgesrubidium
2011-01-08(svn r21742) -Update from WebTranslator v3.0:translators
german - 2 changes by planetmaker swedish - 3 changes by Ledel
2011-01-08(svn r21741) -Fix (r21668): Some white space slipped past the commit hookplanetmaker
2011-01-07(svn r21740) -Update from WebTranslator v3.0:translators
belarusian - 57 changes by Wowanxm catalan - 9 changes by arnau croatian - 1 changes by VoyagerOne german - 8 changes by kaefer1993 swedish - 6 changes by spacejens ukrainian - 11 changes by Fixer vietnamese - 3 changes by nglekhoi
2011-01-07(svn r21739) -Fix [FS#4388] (r19657): make clearing refit orders work againrubidium
2011-01-06(svn r21738) -Fix (r21642)[FS#4384]: Start loading when cur_order_index ↵frosch
points to the destination station, i.e. after deleting not-reached automatic orders.
2011-01-06(svn r21737) -Fix (r1)[FS#4384-ish]: A loading order was also marked as 'not ↵frosch
part of orders' when the order before the current order was deleted.
2011-01-06(svn r21736) -Update from WebTranslator v3.0:translators
hungarian - 2 changes by IPG polish - 2 changes by silver_777 russian - 9 changes by Lone_Wolf swedish - 1 changes by Ledel
2011-01-05(svn r21735) -Update from WebTranslator v3.0:translators
croatian - 7 changes by VoyagerOne dutch - 7 changes by Hyronymus, habell english_US - 7 changes by Rubidium estonian - 42 changes by notAbot finnish - 7 changes by jpx_ french - 7 changes by glx german - 1 changes by planetmaker hungarian - 8 changes by IPG irish - 4 changes by tem italian - 8 changes by lorenzodv korean - 1 changes by junho2813 polish - 7 changes by amateja spanish - 81 changes by Terkhen
2011-01-05(svn r21734) -Change: use 'landscaping' instead of 'terraforming' in the ↵smatz
English lang file (peter1138)
2011-01-05(svn r21733) -Codechange: Clarify the update owner legend code.terkhen
-Fix: Prevent crashes caused by deleted companies.
2011-01-05(svn r21732) -Fix (r21728): show the "proper" error that the landscaping ↵rubidium
limit is reached instead of "already flat"
2011-01-05(svn r21731) -Fix (r21728): don't forget to update the saveload version, or ↵rubidium
to check for MSVC warnings
2011-01-04(svn r21730) -Fix (r21718): The smallmap owner legend would not be properly ↵terkhen
initialized in games without companies.
2011-01-04(svn r21729) -Fix (r21718, r21720): In some cases clicking on a ↵terkhen
industry/company legend entry would not work.
2011-01-04(svn r21728) -Fix/Feature [FS#4331]: (configurably) limit amount of tiles ↵rubidium
that can be cleared/terraformed by a company
2011-01-04(svn r21727) -Fix [FS#4377]: admin bots weren't always notified of password ↵rubidium
changes (dihedral)
2011-01-04(svn r21726) -Add: Allow to toggle height visualization in the owner view of ↵terkhen
the smallmap.
2011-01-04(svn r21725) -Cleanup: Remove unused owner code.terkhen
2011-01-04(svn r21724) -Change: Do not reset the "Show height" state after closing the ↵terkhen
smallmap window.
2011-01-04(svn r21723) -Add: Enable/Disable all buttons to the owner view of the smallmap.terkhen
2011-01-04(svn r21722) -Update: String names on other translations.terkhen
2011-01-04(svn r21721) -Codechange: Rename the smallmap button panel and its strings.terkhen
2011-01-04(svn r21720) -Feature: Allow to toggle visualization of company property in ↵terkhen
the owner view of the smallmap.
2011-01-04(svn r21719) -Doc: Correct a doxygen comment.terkhen
2011-01-04(svn r21718) -Feature: Show a list of companies in the owner legend.terkhen
2011-01-04(svn r21717) -Codechange: Unify smallmap functions for getting the legend ↵terkhen
height.
2011-01-04(svn r21716) -Add: Tooltip for the industry legend at the smallmap.terkhen
2011-01-04(svn r21715) -Fix: Use the correct land colour in the owner legend.terkhen
2011-01-04(svn r21714) -Codechange: unduplicate a bit of code pathrubidium
2011-01-04(svn r21713) -Update from WebTranslator v3.0:translators
estonian - 7 changes by notAbot marathi - 2 changes by jaguarnac romanian - 4 changes by kkmic swedish - 1 changes by spacejens
2011-01-04(svn r21712) -Change: Tune 'realistic' acceleration even more to make more ↵michi_cc
trains reach their top speed.