summaryrefslogtreecommitdiff
path: root/src/lang/english.txt
AgeCommit message (Collapse)Author
2009-11-27(svn r18306) -Codechange: Remove the need for SETX from checkboxish menu items.frosch
2009-11-27(svn r18304) -Codechange: don't use SETX for the arrival/departure panel; ↵rubidium
some languages don't have short abbreviations :(
2009-11-25(svn r18294) -Feature: set the start time of a timetablerubidium
2009-11-25(svn r18293) -Codechange: add a window to set the date. Based on work by ↵rubidium
PhilSophus and Maedhros.
2009-11-25(svn r18285) -Feature: show the expected arrival/departure dates in the ↵rubidium
timetable window. Based on work by PhilSophus.
2009-11-24(svn r18281) -Feature: founding towns in-game (based on work by Belugas, ↵smatz
TheJosh, GeekToo, Terkhen and others)
2009-11-24(svn r18267) -Codechange: make the music window big font awarerubidium
2009-11-23(svn r18264) -Codechange: make the company league window big font awarerubidium
2009-11-22(svn r18226) -Fix: the caption of the select station/waypoint window was ↵rubidium
black instead of (the default) white
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.