summaryrefslogtreecommitdiff
path: root/src/lang/english.txt
AgeCommit message (Collapse)Author
2009-08-16(svn r17198) -Fix [FS#2406]: Accept monthly production values in the ↵alberth
scenario editor.
2009-08-15(svn r17182) -Feature(ish) [FS#2945]: sort vehicle lists on (timetable) delayrubidium
2009-08-12(svn r17157) -Add: localised decimal separatorsmatz
2009-08-09(svn r17139) -Change: add the concept of sound setsrubidium
2009-08-08(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when ↵smatz
subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source -Change [FS#1134]: subsidies aren't bound to stations after awarding anymore, they still apply to town or industry, no matter what station is used for loading and unloading. Awarded subsidies from older savegames are lost -Change [NoAI]: due to these changes, AISubsidy::GetSource and AISubsidy::GetDestination now return STATION_INVALID for awarded subsidies
2009-08-06(svn r17096) -Fix [FS#3091]: news message about ordered refits failing ↵rubidium
wasn't very clear
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their ↵rubidium
relatives
2009-08-05(svn r17070) -Codechange: some minor fixes to the order in english.txtrubidium
2009-08-05(svn r17068) -Change: make a number of strings more consistent with their ↵rubidium
relatives
2009-08-05(svn r17067) -Fix (r17064): local authority window got messed up a bit; also ↵rubidium
move OS names to a more logical place.
2009-08-05(svn r17066) -Codechange: unify the order of {TINYFONT}/{BIGFONT} and {<colour>}rubidium
2009-08-05(svn r17065) -Codechange: reorder last 1/3 of the strings. Hope it makes a ↵rubidium
bit more sense now
2009-08-04(svn r17064) -Codechange: reorder another 1/3 of the stringsrubidium
2009-08-04(svn r17063) -Fix: terraform toolbar had the wrong tooltip for building trees.rubidium
2009-08-04(svn r17062) -Change: unify the naming of some 125 stringsrubidium
2009-08-04(svn r17060) -Codechange: reorder 1/3 of the strings so they are more ↵rubidium
logically grouped (rest still needs to be done)
2009-08-03(svn r17059) -Codechange: Rename a few strings to reflect their usageyexo
2009-08-02(svn r17040) -Fix [FS#3081]: inconsistency between signs of stations and ↵rubidium
waypoints
2009-08-01(svn r17030) -Codechange: Better descriptions for buoys.alberth
2009-07-31(svn r17002) -Change: also support distant join for waypointsrubidium
2009-07-30(svn r17000) -Change: allow overbuilding/extending waypointsrubidium
2009-07-29(svn r16979) -Codechange[FS#3066]: Add notion of Ctrl_Click in the tooltip ↵belugas
for Loan borrow/repay buttons (planetmaker)
2009-07-25(svn r16954) -Codechange: make the Game Options window use the nested widget ↵rubidium
system.
2009-07-25(svn r16951) -Change: order the strings in the options dropdown slightly ↵rubidium
more logical
2009-07-23(svn r16930) -Codechange: more StringID name unification and groupingrubidium
2009-07-23(svn r16927) -Change: make the 'there is no AI' error message translatablerubidium
2009-07-22(svn r16921) -Codechange: make it more clear what strings are related to ↵rubidium
road vehicles; only ROAD isn't always enough. Also unify the way of writing it.
2009-07-22(svn r16920) -Codechange: shuffle some strings around to simplify looking up ↵rubidium
vehicle type specific strings for a specific message
2009-07-22(svn r16919) -Codechange: unify some more StringID w.r.t. their namingrubidium
2009-07-22(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions ↵rubidium
all over the place when using the more advanced station types. -Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible.
2009-07-20(svn r16886) -Codechange: unify naming of some string IDs related to string ↵rubidium
codes and group them logically
2009-07-20(svn r16885) -Codechange: reduce (string) duplication with vehicle listsrubidium
2009-07-19(svn r16881) -Codechange: fix some naming inconsistencies w.r.t. strings ↵rubidium
used in the vehicle list GUIs.
2009-07-08(svn r16772) -Fix [FS#3019]: don't use the same error message for turning ↵rubidium
around road vehicles and flipping parts of trains in the depot
2009-07-01(svn r16708) -Cleanup: do not try to indent strings using spaces, especially ↵rubidium
strings that span multiple lines; it will not get the effect you want. Also do not indent at different levels in different strings that will be shown on the same place.
2009-06-30(svn r16695) -Update: WebTranslator2 update to 2009-06-30 10:00:57translators
japanese - 6 fixed by nex259 (6) norwegian_bokmal - 8 fixed by jankmi (8) portuguese - 9 fixed by SnowFlake (9) serbian - 111 fixed by etran (111) spanish - 1 fixed by erregerre (1)
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-20(svn r16610) -Fix: remove rogue space before '?'rubidium
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-05-17(svn r16342) -Feature(tte): Display base graphics description in game ↵frosch
options window.
2009-05-13(svn r16289) -Fix (r16211): 'Display map' dropdown in scenario editor was brokensmatz
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 r16142) -Codechange: Use widgets in the custom currency window.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 stringsrubidium
-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 r16105) -Codechange: use {CARGO} instead hardcoded cargo nameglx
2009-04-20(svn r16104) -Fix: remove some unneeded spaces from some strings/make some ↵rubidium
strings more consistent with itself by adding spaces