summaryrefslogtreecommitdiff
path: root/src/lang/english.txt
AgeCommit message (Collapse)Author
2011-02-05(svn r21974) -Feature: Add a setting to enable/disable funding local road ↵terkhen
reconstruction.
2011-02-05(svn r21972) -Fix: Replace 'None' industries in the generation window with ↵alberth
more descriptive label.
2011-02-05(svn r21969) -Feature: Introduce 'minimal' number of industries as a ↵alberth
replacment for the old 'none' setting in the newgame window.
2011-02-04(svn r21963) -Fix: saying something twice in an error message is not neededrubidium
2011-02-04(svn r21962) -Feature-ish: GUI setting to disable reversing at signalsrubidium
2011-02-04(svn r21961) -Remove: limitation that not loading and not unloading is ↵rubidium
mutual exclusive
2011-02-04(svn r21960) -Change: show the length of vehicles in tiles, instead of half ↵rubidium
tiles in the depot -Fix [FS#4461]: don't count the number of vehicles but the length of vehicles to (configurably) limit train length
2011-02-04(svn r21959) -Change: replace longbridges with custom maximum bridge and ↵rubidium
tunnel length setting
2011-02-04(svn r21958) -Cleanup: join_stations setting; can done by distant join and ↵rubidium
could be subverted by distant join
2011-02-04(svn r21957) -Cleanup: gotodepot and timetabling settings are more or less ↵rubidium
useless; just don't use depot orders or timetabling if you don't want to use it
2011-02-04(svn r21955) -Cleanup: always show the long date in the status barrubidium
2011-02-04(svn r21954) -Cleanup: remove setting to not show the vehicle speed in the ↵rubidium
vehicle view
2011-02-04(svn r21953) -Remove [FS#4456]: the non-uniform stations setting. Support ↵smatz
for uniform stations has been broken for over a year
2011-01-22(svn r21892) -Fix [FS#4421]: only some scenarios from the main scenario ↵rubidium
folder and no heightmaps could be started in the "start server" window
2011-01-16(svn r21826) -Fix [FS#4007]: the expectations from the "always build ↵rubidium
infrastructure" setting name/description didn't match the behaviour
2011-01-15(svn r21814) -Fix/Add: Check GRF version from action 8, and disallow usage ↵frosch
of GRFs with versions above 7.
2011-01-14(svn r21781) -Change: Make the description of the setting on how to obtain ↵planetmaker
the tooltip a bit clearer
2011-01-13(svn r21773) -Change: Remove the dropdown, and make BOW_OBJECT_LIST a list ↵alberth
of newobject classes.
2011-01-09(svn r21756) -Add: Display name of the selected station type in the station ↵alberth
picker window.
2011-01-05(svn r21734) -Change: use 'landscaping' instead of 'terraforming' in the ↵smatz
English lang file (peter1138)
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 r21723) -Add: Enable/Disable all buttons to the owner view of the smallmap.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 r21718) -Feature: Show a list of companies in the owner legend.terkhen
2011-01-04(svn r21716) -Add: Tooltip for the industry legend at the smallmap.terkhen
2011-01-02(svn r21696) -Feature [FS#4362]: allow changing the AI configuration in the ↵yexo
scenario editor / in game
2011-01-01(svn r21685) -Codechange: prevent bug tracker entries like FS#2487 and ↵rubidium
FS#1613 for this year
2010-12-31(svn r21673) -Change [FS#4358]: do not show price to build a bridge in the ↵smatz
scenario editor, it is free there
2010-12-27(svn r21650) -Fix [FS#4339]: make "centre [main] view" consistent, and make ↵rubidium
"[main|global] view" consistent
2010-12-26(svn r21642) -Feature: concept of automatic station orders; add stub orders ↵rubidium
for intermediate stations and remove them when not visiting them anymore. This allows you to see what trains visit a station without actually having to order a vehicle to stop at all stations. Based on patch by fonsinchen
2010-12-21(svn r21570) -Add: Allow to select a vehicle and the following chain with a ↵terkhen
keyboard shortcut.
2010-12-21(svn r21567) -Feature: Allow to refit only the selected part of a train consist.terkhen
2010-12-20(svn r21547) -Add [FS#4318]: Tooltip describing the the behaviour of the ↵planetmaker
shift key for several actions
2010-12-15(svn r21530) -Fix: remove trailing period from most of English stringssmatz
2010-12-13(svn r21506) -Codechange: rename the train/vehicle lost warning strings to ↵rubidium
be more generic
2010-12-13(svn r21500) -Feature [FS#730]: diagonal tile clearing and terraforming. ↵rubidium
Based on patch by fonsinchen
2010-12-12(svn r21478) -Change [FS#4297]: improve some order related tooltips. Based ↵rubidium
on patch by Krille
2010-12-11(svn r21471) -Change [FS#4153]: make building aqueducts behave more like ↵rubidium
building tunnels. They can't be built on flat (or foundationed) tiles, so there is at most one destination tile like there is only one for tunnels
2010-12-11(svn r21464) -Add: Explicitly make 'shared orders' an option in the orders menuplanetmaker
2010-12-11(svn r21461) -Feature(tte) [FS#3711]: make it more clear that you're ↵rubidium
stopping a shared order, and make it possible retain the order list upon unsharing (sbr)
2010-12-07(svn r21431) -Cleanup: remove the build-while-paused cheatrubidium
2010-12-07(svn r21428) -Fix [FS#4021]: vehicles could be built while the game it ↵rubidium
paused. Now you can enable or disable that with a setting
2010-12-07(svn r21426) -Change: introduce a setting for the types of commands that are ↵rubidium
allowed to be executed while paused
2010-12-05(svn r21390) -Codechange: prepare the network join progress bar for getting ↵rubidium
the file size later in the download process, i.e. when a chunk of the savegame is already received by the client
2010-12-04(svn r21388) -Feature [FS#4289]: Allow entering of the new year in a text ↵alberth
box when cheating the year.
2010-11-26(svn r21335) -Change: be a bit more explicit that the game state can get ↵rubidium
broken by changing NewGRFs
2010-11-24(svn r21317) -Change: improve the wording of some of the settings stringsrubidium
2010-11-24(svn r21316) -Fix: Some more strings where 'player' actually meant 'company'planetmaker
2010-11-24(svn r21315) -Cleanup: remove a pair of unused stringsrubidium