summaryrefslogtreecommitdiff
path: root/src/newgrf_gui.cpp
AgeCommit message (Collapse)Author
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the ↵truebrain
others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
2011-12-19(svn r23601) -Fix: fix the conflict in window numbertruebrain
2011-12-18(svn r23590) -Codechange: make the string validation settings better expandablerubidium
2011-12-16(svn r23543) -Codechange: Document and name consistently widgets of NewGRF ↵planetmaker
window
2011-12-16(svn r23529) -Codechange: make all widget enum values unique and make them ↵truebrain
include the files they need to compile
2011-12-15(svn r23528) -Codechange: move widget enums to widgets/NNN_type.htruebrain
2011-12-11(svn r23495) -Feature: button in NewGRF window to open URL from action14yexo
2011-12-10(svn r23474) -Codechange: move the declaration error related functions to ↵rubidium
error.h
2011-12-09(svn r23465) -Feature [FS#4827]: add 'find missing content online' button to ↵yexo
'load savegame' and 'find network game' windows
2011-11-20(svn r23288) -Feature: use the monospace font for the NewGRF text windowsrubidium
2011-11-18(svn r23253) -Fix: Several clipping issues with the display of textfiles, ↵frosch
esp. with RTL text direction.
2011-11-18(svn r23251) -Fix: 3-column view of NewGRF GUI had too much space for ↵frosch
certain font sizes.
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-14(svn r23222) -Codechange: reduce tar scanning calls to the bare minimumrubidium
2011-11-14(svn r23217) -Codechange: introduce the concept of scanning only in a ↵rubidium
limited set of sub directories
2011-11-10(svn r23179) -Codechange: use some tooltips that already existed (monoid)rubidium
2011-11-10(svn r23178) -Feature [FS#4780]: in-game readme.txt readmer (LordAro)rubidium
2011-10-11(svn r23021) -Codechange: Support resized square and warning icons in NewGRF ↵peter1138
selection window.
2011-10-04(svn r23002) -Add: Extend palette information in the NewGRF GUI with the 32 ↵michi_cc
bpp state.
2011-08-24(svn r22820) -Codechange: perform a full (re)draw cycle in the first draw ↵rubidium
during progress instead of waiting 200ms
2011-08-21(svn r22797) -Add: progress bar for scanning NewGRFsrubidium
2011-08-21(svn r22791) -Codechange: use callback for scanning from the NewGRF windowrubidium
2011-08-20(svn r22771) -Codechange: unify some NewGRFScan calling coderubidium
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.