summaryrefslogtreecommitdiff
path: root/src/lang/english.txt
AgeCommit message (Collapse)Author
2009-11-20(svn r18199) -Codechange: make the company view window RTL aware and ↵rubidium
somewhat big font aware
2009-11-19(svn r18189) -Codechange: remove some now unneeded stringsrubidium
2009-11-19(svn r18182) -Codechange: use the zero fill control code instead of ↵rubidium
duplicating strings with 'only' the 0 differing
2009-11-18(svn r18176) -Fix: wrong parameter locations caused occasional crashes when ↵rubidium
showing an engine preview or new engine news message
2009-11-18(svn r18172) -Fix: consistency w.r.t. using space after the copyright symbol ↵rubidium
in the about window
2009-11-18(svn r18160) -Codechange: The hyphen character may not line up in all fonts, ↵peter1138
so draw the Y-axis ticks manually.
2009-11-16(svn r18125) -Fix: the waypoint/buoy window had the wrong text colour in ↵rubidium
their title
2009-11-16(svn r18115) -Codechange: prevent RTL glitch with refitting and cargo suffixrubidium
2009-11-14(svn r18078) -Codechange: remove some duplicate (non translatable) stringsrubidium
2009-11-14(svn r18073) -Codechange: remove some more unneeded skipsrubidium
2009-11-14(svn r18072) -Codechange: remove the need for {SKIP} (and a string) from the ↵rubidium
order window
2009-11-14(svn r18071) -Codechange: remove the need for {SKIP} in the autoreplace ↵rubidium
window + strings
2009-11-12(svn r18052) -Codechange/Fix: make the 'pause' chat message when actually ↵rubidium
executing the pause command. This to prevent showing paused and especially unpaused to be shown when the state doesn't change. Output now mentions whether pause changes keep the game paused and what reasons for pausing there 'currently' are.
2009-11-12(svn r18048) -Change: make no distinction between unpausing because of a ↵rubidium
client aborting to join or actually joining
2009-11-08(svn r18015) -Codechange: redesign the world generation windows to make ↵rubidium
'proper' use of nested widgets.
2009-11-08(svn r18012) -Codechange: make the world generation windows nested; they'll ↵rubidium
need some tweaks to use the full potential though
2009-11-08(svn r18009) -Codechange: make the 'create scenario' window nestedrubidium
2009-11-04(svn r17971) -Codechange: make the code of the toolbar more uniform; give ↵rubidium
the switch bar a tooltip and unify the naming of sprites.
2009-11-02(svn r17951) -Codechange: simplify making the popup list, remove arbirary ↵rubidium
limitations and unused code/strings.
2009-10-27(svn r17891) -Feature [FS#1619]: Show maximum tractive effort in the ↵rubidium
'exclusive test'/'early offer'/'engine preview' window
2009-10-27(svn r17887) -Codechange: remove some (now) unneeded {SKIP}srubidium
2009-10-26(svn r17877) -Fix (r1322/r1174/r464): do not hardcode 'Ban' for GUI ↵rubidium
purposes, i.e. make it translatable
2009-10-18(svn r17802) -Feature(ette) [FS#1862]: [NewGRF] Textstack support for CB 37.frosch
2009-10-07(svn r17741) -Feature-ish [FS#3116]: show the nickname of the person you're ↵rubidium
PMing
2009-09-28(svn r17660) -Fix: StringID typoglx
2009-09-28(svn r17658) -Codechange: remove custom drawing of the signal density in the ↵rubidium
signal GUI -Codechange: move the state updates from OnPaint
2009-09-26(svn r17641) -Codechange: remove the {N:...} that's not needed anymore since ↵rubidium
the currency window is nested.
2009-09-23(svn r17619) -Fix: rename STR_TINT_GROUP to STR_TINY_GROUPglx
2009-09-22(svn r17612) -Feature: possibility to choose (randomise or enter custom) ↵smatz
town name before its creation (original patch by Terkhen)
2009-09-21(svn r17606) -Add: initial support for Haiku; a dedicated server with zlib ↵rubidium
and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet)
2009-09-21(svn r17603) -Codechange: since now, towns are 'founded' instead of 'built'smatz
2009-09-14(svn r17541) -Feature: Filtering in Add-NewGRF dialog.frosch
2009-09-14(svn r17538) -Codechange: Rename STR_CONTENT_FILTER_(OSKTITLE|TOOLTIP) for ↵frosch
more general usage.
2009-09-09(svn r17489) -Fix [FS#3187] (r17471): the tooltip said the inverse of what ↵rubidium
actually happened
2009-09-09(svn r17485) -Change [FS2459]: make the performance ratings harder to ↵rubidium
exploit; only count profitable vehicles and recently serviced stations.
2009-09-08(svn r17471) -Change: when removing a station or waypoint keep the rail ↵rubidium
unless Ctrl is pressed. This makes the behaviour consistent between the two.
2009-09-07(svn r17467) -Change: show the client id in join messages at the server ↵rubidium
(patch by dihedral)
2009-09-07(svn r17448) -Change [FS#2997]: buy vehicles instead of building them; makes ↵rubidium
it consistent with selling. Based on a patch by planetmaker
2009-09-07(svn r17446) -Codechange: rename BUILD with BUY for strings that are about ↵rubidium
building (in the future buying) vehicles.
2009-09-05(svn r17424) -Change: Unify 'list is empty' strings of the windows to '- ↵alberth
None -'.
2009-09-05(svn r17423) -Fix [FS#3174]: Show '- None -' with empty town or industry ↵alberth
list, and use that text in the size computation as well.
2009-09-01(svn r17360) -Fix (r17329): the 'track' and 'title' texts were lost in the ↵yexo
conversion to nested widgets
2009-09-01(svn r17348) -Fix: don't mix 'sort by' strings used for buttons and dropdownssmatz
2009-08-30(svn r17330) -Codechange: Lower some buttons in the music window when ↵yexo
clicked instead of changing the text colour to white
2009-08-29(svn r17311) -Change: rename STR_WHITE_STRINGN to STR_WHITE_STRINGyexo
2009-08-28(svn r17301) -Fix (r17297): typorubidium
2009-08-28(svn r17300) -Fix [FS#3120]: mention of Ctrl modifier was missing from some ↵rubidium
tooltips
2009-08-28(svn r17297) -Fix [part of FS#3120]: effect of pressing Ctrl was missed in a ↵rubidium
number of cases
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-20(svn r17244) -Change: add $Id$ to the language files toorubidium