Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-21 | (svn r16614) -Codechange: Make the airport min/max available year a property ↵ | yexo | |
of the Airport class. -Change: rename station.always_small_airport to station.never_expire_airports to make it more future-proof | |||
2009-06-16 | (svn r16583) -Update: the order of the language files so it's in sync with ↵ | rubidium | |
english.txt. Normally WT2 would do this, but only with activity for those languages. Now we'd like to the order to match so we can more easily spot import bugs while developing WT3. | |||
2009-05-24 | (svn r16418) -Fix: Resolve the company name for 'subsidy awarded'-news when ↵ | frosch | |
the news are triggered, so it stays valid when the company bankrupts or is taken over. | |||
2009-04-26 | (svn r16162) -Codechange: remove needless TC_ colours from DrawString when ↵ | rubidium | |
they are part of strings and add some colours to a few strings. | |||
2009-04-25 | (svn r16143) -Codechange: Change other languages too. | alberth | |
2009-04-23 | (svn r16129) -Feature-ish: configurable digit group separator per language ↵ | rubidium | |
with user override. | |||
2009-04-21 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had ↵ | rubidium | |
this ID' from 'some' strings and replace the string name with something more sensible. | |||
2009-04-21 | (svn r16114) -Cleanup: unify some more strings and remove some more unused ↵ | rubidium | |
strings | |||
2009-04-21 | (svn r16111) -Cleanup: remove some duplicate/unused strings | rubidium | |
-Change: move a string to a more sensible location | |||
2009-04-21 | (svn r16110) -Codechange: use {CARGO} instead hardcoded cargo name (there is ↵ | frosch | |
always something duplicated :p) | |||
2009-04-20 | (svn r16102) -Codechange: unify the vehicle info strings; reduce the number ↵ | rubidium | |
of duplicate strings and unifies the GUIs quite a bit | |||
2009-04-20 | (svn r16099) -Fix: re-re-introduce textdir for all languages (and this time ↵ | translators | |
WT2 should not remove it on next commit) | |||
2009-04-19 | (svn r16090) -Fix: s/Slovakish/Slovak/ (unimatrix) | frosch | |
2009-04-12 | (svn r16045) -Feature [FS#597]: allow sorting stations by the lowest cargo ↵ | rubidium | |
rating instead of only by the highest cargo rating (based on the idea of KeeperOfTheSoul) | |||
2009-04-12 | (svn r16041) -Fix [FS#774]: the currency abbreviation for the Romanian Leu ↵ | rubidium | |
is now RON. | |||
2009-04-08 | (svn r15985) -Update: WebTranslator2 update to 2009-04-08 17:53:32 | translators | |
catalan - 1 fixed by arnaullv (1) english_US - 1 fixed by WhiteRabbit (1) estonian - 1 changed by kristjans (1) galician - 7 fixed by Condex (7) malay - 2 fixed by tombakemas (2) romanian - 2 fixed by kkmic (2) serbian - 2 fixed by etran (2) spanish - 2 fixed by eusebio (2) | |||
2009-04-08 | (svn r15982) -Codechange: use GetAddressAsString to get the name instead of ↵ | rubidium | |
passing the hostname and the IP into a string. | |||
2009-04-07 | (svn r15966) -Fix: over time, several incosistancies were not fixed by WT2. ↵ | svnsync | |
Take care of that now. Also introduce #textdir for all languages. | |||
2009-03-25 | (svn r15847) -Fix (r15837): the 'title' text of the music gui would be drawn ↵ | rubidium | |
big and in blue instead of small and in black | |||
2009-03-24 | (svn r15835) -Codechange: Prevent using the return value of DrawString as ↵ | yexo | |
much as possible. | |||
2009-03-19 | (svn r15768) -Change: remove an "experimental" marker for something that has ↵ | rubidium | |
been working fine for a long time and remove the ununderstandable part of the description. | |||
2009-03-13 | (svn r15696) -Codechange: move the NewGRF language ID into the language file ↵ | rubidium | |
instead of maintaining a table in the code. | |||
2009-02-17 | (svn r15507) -Update (r15506): rename strings in other languages too | smatz | |
2009-02-14 | (svn r15480) -Feature(tte): Show the cargo subtype in the vehicle details ↵ | michi_cc | |
window. | |||
2009-02-14 | (svn r15475) -Update: do r15474 also for the other languages. | rubidium | |
2009-02-13 | (svn r15468) -Fix: reword the multiplayer tooltip so it doesn't mention the ↵ | rubidium | |
(incorrect) number of players anymore. | |||
2009-02-12 | (svn r15457) -Fix: typo in stringid. | rubidium | |
2009-02-11 | (svn r15444) -Fix (r15425): the chat messages gone gray. That gray colour ↵ | rubidium | |
was technically right. The string contained {GRAY}, but due to a latent bug (accidentally fixed in r15425) in the string drawing routing the gray would be interpreted as use palette colour 14, which is a white. | |||
2009-02-09 | (svn r15429) -Change: do r15428 also for the string names. | rubidium | |
2009-02-08 | (svn r15410) -Cleanup: get rid of most of the references to the 'patches' ↵ | rubidium | |
except where it's used for backward compatability. | |||
2009-02-08 | (svn r15409) -Update: Currencies | frosch | |
Remove intermediate currency "New Turkish lira". Add Euro introduction date for Slovakia. Remove Euro introduction date for Hungary. | |||
2009-02-05 | (svn r15363) -Fix [FS#2600]: inconsistency w.r.t. On/Off text for settings. | rubidium | |
2009-02-05 | (svn r15362) -Change: make a string name more consistent. | rubidium | |
2009-02-04 | (svn r15341) -Update (r15340): remove deleted and modified strings from ↵ | smatz | |
other language files | |||
2009-01-23 | (svn r15237) -Codechange: Remove string removed in r15236 in other languages. | peter1138 | |
2009-01-22 | (svn r15209) -Update: WebTranslator2 update to 2009-01-22 18:42:44 | translators | |
arabic_egypt - 1 fixed by khaloofah (1) catalan - 20 fixed by arnaullv (20) dutch - 1 changed by Excel20 (1) finnish - 10 fixed by jpx_ (10) french - 1 changed by glx (1) galician - 5 fixed by Condex (5) greek - 2 changed by tek1979 (2) hungarian - 2 changed by alyr (1), IPG (1) indonesian - 20 fixed, 22 changed by fanioz (42) italian - 20 fixed, 1 changed by lorenzodv (21) korean - 20 fixed by darkttd (20) norwegian_bokmal - 22 fixed by khh (22) norwegian_nynorsk - 5 changed by wollollo (5) romanian - 1 changed by kkmic (1) russian - 44 fixed by Smoky555 (44) simplified_chinese - 18 fixed, 7 changed by ww9980 (25) spanish - 20 fixed by eusebio (19), Dominus (1) turkish - 31 fixed, 1 changed by Emin (32) | |||
2009-01-19 | (svn r15148) -Cleanup: Remove the options "competitor start time" and ↵ | Yexo | |
"competitor intelligence" from the difficulty options because they already were unused. | |||
2009-01-16 | (svn r15104) -Codechange: unify the resolving of the xyz kbytes/megabytes ↵ | rubidium | |
strings. | |||
2009-01-12 | (svn r15030) -Update (r15029): and from the other languages too (yay for WT2) | rubidium | |
2009-01-10 | (svn r14972) -Update: do r14971 also for the non-English strings (Alberth) | rubidium | |
2009-01-10 | (svn r14961) -Update: remove the string from r14960 from the other languages ↵ | rubidium | |
too. | |||
2009-01-04 | (svn r14836) -Update (r14835): remove changed string from other languages | smatz | |
2009-01-04 | (svn r14833) -Update (r14831): remove changed strings from other languages | smatz | |
2009-01-03 | (svn r14793) -Update (r14792): replace a string parameter in the other ↵ | rubidium | |
languages too | |||
2009-01-01 | (svn r14781) -Change: someone changed _cur_year; so update it in a few ↵ | rubidium | |
hardcoded places... happy new year! -Fix (r11790): a few instances were forgotten. | |||
2008-12-29 | (svn r14765) -Update (r14764): remove changed strings from translations. | rubidium | |
2008-12-28 | (svn r14756) -Update (r14755): remove removed string from other languages too. | rubidium | |
2008-12-26 | (svn r14752) -Fix [FS#2438]: revenue when clearing land would show up in red ↵ | rubidium | |
in the land info window as negative cost. | |||
2008-12-19 | (svn r14692) -Update: WebTranslator2 update to 2008-12-19 18:43:35 | translators | |
arabic_egypt - 85 fixed by khaloofah (85) estonian - 3 fixed by Kender (3) galician - 2 fixed by Condex (2) latvian - 170 fixed, 114 changed by peerer (284) portuguese - 10 fixed by SnowFlake (10) | |||
2008-11-24 | (svn r14618) -Feature: when the chosen language isn't supported by the ↵ | rubidium | |
current font, try to find a font that does and use that instead. Thanks to glx/michi_cc for the Windows implementation. |