summaryrefslogtreecommitdiff
path: root/src/newgrf_gui.cpp
AgeCommit message (Collapse)Author
2011-07-07(svn r22642) -Change: Disable the 'set parameters' button in the NewGRF GUI, ↵frosch
if the GRF specifies to have no parameters and one would not be able to set any parameters anyway.
2011-07-02(svn r22617) -Codechange: Add GameOptionsInvalidationData enum for data ↵frosch
values for Window::OnInvalidateData() of windows with class WC_GAME_OPTIONS.
2011-06-16(svn r22594) -Fix [FS#4644]: add active NewGRFs to the list of available ↵yexo
ones when selecting the empty preset
2011-06-11(svn r22553) -Fix (r22499): NewGRF parameter window was not set dirty, when ↵frosch
changing row selection.
2011-05-27(svn r22499) -Fix: don't lower the arrow buttons in the newgrf/AI parameter ↵yexo
windows if they're clicked when disabled
2011-05-11(svn r22442) -Fix: Do not popup fatal NewGRF error messages in the intro ↵frosch
screen. The GRFs are not going to be activated there anyway and the GRF settings GUI will not display the errors either.
2011-05-06(svn r22429) -Add: some constants for specific palette colours used in the GUI.frosch
2011-05-04(svn r22421) -Fix: Replace various references to Windows palette greyscale ↵frosch
indices with the DOS palette indices.
2011-04-17(svn r22345) -Change: Remove pixel limiter for text buffers.terkhen
2011-04-17(svn r22343) -Change: Remove pixel limiter for query strings.terkhen
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to ↵frosch
OnInvalidateData().
2011-01-15(svn r21814) -Fix/Add: Check GRF version from action 8, and disallow usage ↵frosch
of GRFs with versions above 7.
2010-11-27(svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU.terkhen
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in ↵alberth
OnPaint().
2010-11-18(svn r21248) -Codechange: don't run the tar scanner twice upon startuprubidium
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ↵rubidium
the language "list"
2010-11-07(svn r21111) -Add: Remove the buttons below the newgrf details if the list ↵alberth
is not editable.
2010-11-07(svn r21110) -Add: Tidy up the buttons of the active newgrfs list.alberth
2010-11-07(svn r21109) -Add: Don't display available newgrfs when the newgrf list is ↵alberth
not editable.
2010-11-07(svn r21108) -Add: Copy the 'editable' flag of the newgrf window to its ↵alberth
layout widget.
2010-10-18(svn r20992) -Fix (r20958): Show either version and minimum compatible ↵planetmaker
version or neither
2010-10-17(svn r20960) -Add: Allow setting 'minimal compatible version' via Action14. ↵frosch
(planetmaker) Note: Setting 'VRSN' also sets 'MINV' resulting in the Grf being only compatible to the same version. Set 'MINV' after 'VRSN' if your Grf is compatible to older versions.
2010-10-17(svn r20957) -Codechange: Add another parameter to FindGRFConfig() to define ↵frosch
search restrictions.
2010-10-16(svn r20951) -Codechange: Add SmallMap::Contains() and use it.frosch
2010-09-15(svn r20812) -Fix [FS#4125]: crash when confirming newgrf changes with the ↵yexo
newgrf parameter window open
2010-09-09(svn r20779) -Add [FS#4025]: If GRFs do not have action14 parameter ↵frosch
information, allow to set the number of parameters in the GUI explicitly.
2010-08-30(svn r20694) -Fix [FS#4087]: empty newgrf presets were not selectableyexo
2010-08-28(svn r20670) -Add: support for action Frubidium
-Add: a window to select (NewGRF) objects
2010-08-23(svn r20604) -Feature: add a reset button to the newgrf parameters windowyexo
2010-08-23(svn r20601) -Feature: [NewGRF] Add 'DEFA' field to set parameter defaults ↵yexo
with action 14
2010-08-13(svn r20479) -Change: Use 'Buttons Name: Value' layout for AI and NewGRF ↵frosch
parameter GUI.
2010-08-12(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and ↵frosch
WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.
2010-08-12(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ↵frosch
and vscroll2. Note: All windows get individual members with the same names, which are initialised via Window::GetScrollbar(). This caching is not required at all, but simplifies conversion.
2010-08-12(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate ↵frosch
scrollbar explicitly using a NWidgetPart via SetScrollbar().
2010-08-01(svn r20289) -Codechange: Unify fall through coding style.terkhen
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-31(svn r20268) -Add: append 'On'/'Off' after the name for boolean NewGRF settingsyexo
2010-07-31(svn r20264) -Fix (r20258): saving a new preset was brokenyexo
2010-07-31(svn r20263) -Change: only show the NewGRF version when ↵rubidium
newgrf_developer_tools are enabled
2010-07-31(svn r20259) -Add: allow NewGRFs to specify their version and use that to ↵rubidium
hide old NewGRFs / to choose the newest when loading compatible NewGRFs
2010-07-31(svn r20258) -Feature: more user-friendly gui to change NewGRF parametersyexo
2010-07-31(svn r20253) -Codechange: change GRFConfig::windows_paletted into a ↵rubidium
bitmask/bitset
2010-07-31(svn r20248) -Codechange: use a copy-constructor instead of a separate ↵yexo
function co clone GRFConfig/GRFError
2010-07-29(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).terkhen
2010-07-26(svn r20223) -Codechange: Replace scrolled row calculations by a call to ↵alberth
GetScrolledRowFromWidget().
2010-07-25(svn r20217) -Fix [FS#3969]: Invalidate saveload GUI after rescanning NewGRFs.frosch
2010-07-03(svn r20066) -Fix: When rescanning NewGRFs resp. after content download also ↵frosch
check whether compatible grfs are available now.
2010-07-02(svn r20043) -Codechange: Introduce vertical alignment for ↵alberth
DrawStringMultiLine().