summaryrefslogtreecommitdiff
path: root/src/lang/english.txt
AgeCommit message (Collapse)Author
2012-02-25(svn r23991) -Fix [FS#5076]: Also display the cargo subtype for vehicles ↵frosch
which have no capacity, but a subtype.
2012-02-25(svn r23985) -Fix [FS#5074]: inconsistent quit/abandon/exit ↵rubidium
game/scenario/editor strings
2012-02-16(svn r23956) -Fix (r23949): Fix wrong position argument in translated ↵michi_cc
timetable strings.
2012-02-15(svn r23949) -Fix (r23947): Wrong positional parameter for timetable string.michi_cc
2012-02-14(svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles.michi_cc
2012-02-12(svn r23937) -Change: improve the wording of some of the timeout related ↵rubidium
"error" messages
2012-02-12(svn r23933) -Codechange: make the text file window strings more generic ↵rubidium
(LordAro)
2012-02-11(svn r23929) -Doc [FS#4966]: document, in a tooltip, that depot orders ↵rubidium
disable automatic servicing
2012-02-05(svn r23900) -Update [FS#5041]: some error/inconsistencies in the UK base ↵rubidium
"translation"
2012-01-28(svn r23868) -Fix [FS#5013-ish]: Make a certain tooltip more precise.frosch
2012-01-21(svn r23827) -Feature [FS#4992]: [NoGo] Allow to chose the goal question ↵rubidium
window's title from a (small) set of options
2012-01-15(svn r23812) -Fix [FS#4977] (r23804): custom ActionB messages were brokenyexo
2012-01-15(svn r23809) -Feature: Enhance some fatal NewGRF errors with the ↵frosch
spritenumber that caused the problem.
2012-01-15(svn r23806) -Fix: [NewGRF] Integer parameters in ActionB did not quite work ↵frosch
anymore.
2012-01-09(svn r23780) -Fix [FS#4963] (r23764): also name the two new errors ↵truebrain
server-side. As extra, split up one of the errors in 3 errors, to be more specific what goes wrong. As cherry on top, make sure on all sides we can never again forget to add such entries on both sides, by introducing an assert_compile()
2012-01-06(svn r23764) -Fix [FS#4955]: make default timeouts for certain states lower ↵rubidium
and configurable
2012-01-06(svn r23762) -Fix [FS#4954]: Removed double words in three strings, and one ↵alberth
change 'cost' to 'income' in english.txt (thanks Tranzistors)
2012-01-05(svn r23760) -Feature: Allow readonly display of NewGRF parameters, if GRF ↵frosch
list may not be edited.
2012-01-05(svn r23753) -Fix [FS#4952]: use plurals for the infrastructure statsrubidium
2012-01-03(svn r23733) -Fix-ish [FS#4939]: cheating to different climates messes ↵rubidium
things even more up than changing NewGRFs in-game... so guess what happened
2012-01-03(svn r23731) -Add: add GSGoal::Question(), to ask a question to a(ll) ↵truebrain
company(ies). It can contain random text, and at most 3 buttons from a collection of 17
2012-01-02(svn r23720) -Fix/Feature [FS#4935]: show the script debug window also when ↵rubidium
the game script crashes
2012-01-01(svn r23698) -Fix (r21685): small, apparantly yearly reoccuring, typorubidium
2011-12-31(svn r23695) -Fix/Feature [FS#4916]: make a distinction between fully zoomed ↵rubidium
in and default zoomed in screenshots
2011-12-20(svn r23645) -Fix: missing 2 stringstruebrain
2011-12-19(svn r23630) -Add: a Goal GUI to show your current goalstruebrain
2011-12-19(svn r23627) -Add: ScriptNews::Create, to create custom news messages ↵truebrain
(GameScript only)
2011-12-19(svn r23618) -Add: ScriptGame::Pause, ScriptGame::Unpause, and ↵truebrain
ScriptGame::GetLandscape (GameScript only)
2011-12-19(svn r23611) -Add: run the begin of the script already while generating, and ↵truebrain
don't sleep on DoCommand while doing so
2011-12-19(svn r23607) -Add: wire GameScript in all the GUIstruebrain
2011-12-18(svn r23589) -Codechange: Make the AI-start-delay setting translateable.frosch
2011-12-13(svn r23508) -Add: Engine sorter for aircraft range.michi_cc
2011-12-13(svn r23505) -Add: Indication in the order list if the next destination of ↵michi_cc
an order is out of range.
2011-12-13(svn r23504) -Feature: Aircraft range.michi_cc
2011-12-11(svn r23497) -Add: Advanced display setting to control the linewidth in ↵frosch
graphs. (ChillCore)
2011-12-11(svn r23492) -Feature: add 'view website' button to the online content windowyexo
2011-12-10(svn r23480) -Fix [FS#4594]: replace OS error messages with internal error ↵rubidium
messages when that's possible
2011-12-08(svn r23449) -Fix (r23140): Wrong parameters in error message.frosch
2011-12-03(svn r23415) -Feature: Infrastructure maintenance costs.michi_cc
2011-12-03(svn r23410) -Add: A window with a detailed overview over the infrastructure ↵michi_cc
of a company.
2011-12-01(svn r23387) -Fix: move ai.script_max_opcode_till_suspend to ↵truebrain
script.script_max_opcode_till_suspend
2011-12-01(svn r23384) -Remove: no longer allow a binary to be without AI support; the ↵truebrain
parts some compilers failed at, are integrated in other parts of the code now too
2011-11-24(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.peter1138
2011-11-24(svn r23314) -Add: Add settings to restrict viewport zoom levels.peter1138
2011-11-23(svn r23303) -Add: economy.fund_buildings, to disallow funding buildingstruebrain
2011-11-23(svn r23300) -Add: show on the GUI when a town grows and make a general ↵truebrain
framework to store goals of a town
2011-11-19(svn r23269) -Codechange: rename some control/string codes/IDs to be more ↵rubidium
consistent
2011-11-18(svn r23249) -Feature: Also allow viewing of the other two textfiles ↵frosch
supplied by BaNaNaS tars, i.e. changelog and license.
2011-11-18(svn r23248) -Codechange: Rename everything related to the NewGRF 'readme' ↵frosch
to 'textfile', so it is more generic.
2011-11-17(svn r23244) -Feature: if the installation is ananas, try to get the b ↵rubidium
without b installed