summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-28(svn r15870) -Codechange: New widgets for the autoreplace window.yexo
2009-03-28(svn r15869) -Codechange: New widgets for select manager face and select ↵glx
livery windows
2009-03-28(svn r15868) -Codechange: remove the close box from the widget array instead ↵yexo
of doing it in the constructor of the difficulty window. This makes it work again in rtl languages.
2009-03-28(svn r15867) -Codechange: remove the assumption that the first widgets are ↵yexo
the close box/title bar. Most work already done by r15756.
2009-03-28(svn r15866) -Codechange: New widgets for the difficulty window.yexo
2009-03-27(svn r15865) -Codechange: New widgets for company finances windowsglx
2009-03-27(svn r15864) -Codechange: add some 'invisible' widgets on company finances ↵glx
window, and use them to determine where to draw strings instead using some magic values
2009-03-26(svn r15863) -Fix (r15791): company money and game date strings were swapped ↵smatz
on the statusbar
2009-03-26(svn r15862) -Codechange: New widgets for the road, rail and ship depot guis.yexo
2009-03-26(svn r15861) -Codechange: Add NWID_HORIZONTAL_LTR that forces the ordering ↵yexo
from left-to-right.
2009-03-26(svn r15860) -Add: AIRoad::GetRoadVehicleTypeForCargo() to tell whether a ↵frosch
certain cargo needs a bus- or a truckstop.
2009-03-26(svn r15859) -Documentation: Meaning of AICargo::CC_PASSENGERS wrt. bus- and ↵frosch
truckstops, and meaning of AICargo::IsFreight() wrt. freight train weight multiplier.
2009-03-26(svn r15858) -Codechange: New widgets for the road toolbars.yexo
2009-03-26(svn r15857) -Update: WebTranslator2 update to 2009-03-26 18:44:31translators
arabic_egypt - 8 fixed by khaloofah (8) danish - 4 changed by beruic (4) dutch - 1 changed by Excel20 (1) icelandic - 25 fixed by scrooge (25) luxembourgish - 10 fixed by Gubius (10) polish - 1 fixed by xaxa (1) romanian - 1 fixed, 1 changed by kkmic (2) welsh - 4 fixed by PlayDead (4)
2009-03-26(svn r15856) -Fix (r15819): NWidgetLeaf constructor don't use the provided ↵glx
window caption string
2009-03-26(svn r15855) -Codechange: complete the company finances window widget enum ↵glx
and remove unneeded magic in large window definition
2009-03-25(svn r15854) -Codechange: New widgets for build tree window.yexo
2009-03-25(svn r15853) -Codechange: New widgets for the waypoint gui.yexo
2009-03-25(svn r15852) -Codechange: New widgets for the AI windows.yexo
2009-03-25(svn r15851) -Fix (r15849): compile failure when there's no freetype...rubidium
2009-03-25(svn r15850) -Codechange: replace some magic constants with the less magic ↵rubidium
line height constant
2009-03-25(svn r15849) -Codechange: provide easy access to the real height of the used ↵rubidium
fonts
2009-03-25(svn r15848) -Feature: Add autoclean_novehicles setting which will, when ↵peter1138
autoclean_companies is true, remove any company with no vehicles and no active client after autoclean_novehciles-months.
2009-03-25(svn r15847) -Fix (r15837): the 'title' text of the music gui would be drawn ↵rubidium
big and in blue instead of small and in black
2009-03-25(svn r15846) -Fix: shuffle button text alignment was based on the wrong widgetrubidium
2009-03-25(svn r15845) -Fix: Ancient commentspeter1138
2009-03-25(svn r15844) -Codechange: allow text alignment to be forced so the console ↵rubidium
and ai debug output don't get swapped (those are untranslateable anyways)
2009-03-25(svn r15843) -Codechange: with RTL the caret would always be drawn at the ↵rubidium
end of the textbox.
2009-03-25(svn r15842) -Codechange: make DrawSortButtonState RTL.rubidium
2009-03-25(svn r15841) -Fix: the saveload window could draw directory partly outside ↵rubidium
the window
2009-03-25(svn r15840) -Codechange: complete the game option window widget enum and ↵rubidium
unify the naming.
2009-03-24(svn r15839) -Fix: high score text was (partly) off-screen when using RTL ↵rubidium
and the window was wider than 640 pixels
2009-03-24(svn r15838) -Fix: MSVC 64 bits warningsrubidium
2009-03-24(svn r15837) -Codechange: support SETX(Y) with RTL text, swap alignment for ↵rubidium
RTL text.
2009-03-24(svn r15836) -Fix [FS#2762]: acceptance not shown in the station window ↵rubidium
(swapping top and bottom isn't a great idea)
2009-03-24(svn r15835) -Codechange: Prevent using the return value of DrawString as ↵yexo
much as possible.
2009-03-24(svn r15834) -Update: WebTranslator2 update to 2009-03-24 18:51:22translators
bulgarian - 13 fixed by Ar4i (13) korean - 2 changed by dlunch (2) latvian - 2 fixed by silentKnight (2) luxembourgish - 14 fixed by Gubius (14) polish - 22 fixed by xaxa (22)
2009-03-23(svn r15833) -Fix: alignment of up/down arrows and closebox when in RTL 'view'rubidium
2009-03-23(svn r15832) -Codechange: improve the aligning of right aligned/centered stringsrubidium
2009-03-23(svn r15831) -Fix: make sure house class/ID counters don't overflowsmatz
2009-03-23(svn r15830) -Codechange: don't use fixed size of array in news_gui.cpp and ↵smatz
news_func.h
2009-03-23(svn r15827) -Fix (r15823): line still was a bit too longyexo
2009-03-23(svn r15825) -Codechange: remove the WWT_DROPDOWNIN widget type and replace ↵yexo
it with WWT_DROPDOWN.
2009-03-22(svn r15824) -Fix: determine the actual length of the strings to draw in the ↵rubidium
viewport
2009-03-22(svn r15823) -Codechange: prepare the WWT_FRAME and WWT_DROPDOWN(IN) widget ↵yexo
types for rtl languages.
2009-03-22(svn r15822) -Codechange: replace some magic numbers and improve alignment ↵rubidium
of the start server window.
2009-03-22(svn r15821) -Fix (r15813): Wrong widget selection prevented drop down label ↵peter1138
showing in vehicle list windows. Instead of drawing the label ourselves we can set the dropdown's data property to the string to draw.
2009-03-22(svn r15820) -Codechange: Some windows using nested widgetsalberth
2009-03-22(svn r15819) -Add: Nested widgets frameworkalberth
2009-03-22(svn r15818) -Fix [FS#2752]: some (newer) GCCs have trouble compiling the ↵rubidium
Win32 specific part of fontcache.cpp; jumps across variable declarations (Maeyanie)