truebrain
aa1a0053b0
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
2011-12-20 17:57:56 +00:00
truebrain
c74ccfff1b
(svn r23601) -Fix: fix the conflict in window number
2011-12-19 20:50:21 +00:00
rubidium
8e4b6c3055
(svn r23590) -Codechange: make the string validation settings better expandable
2011-12-18 18:37:54 +00:00
planetmaker
5f74999799
(svn r23543) -Codechange: Document and name consistently widgets of NewGRF window
2011-12-16 17:46:47 +00:00
truebrain
d1dc135461
(svn r23529) -Codechange: make all widget enum values unique and make them include the files they need to compile
2011-12-16 16:23:50 +00:00
truebrain
49e88dcbf0
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
2011-12-15 22:22:55 +00:00
yexo
b775d1e829
(svn r23495) -Feature: button in NewGRF window to open URL from action14
2011-12-11 12:55:28 +00:00
rubidium
9aab2dc861
(svn r23474) -Codechange: move the declaration error related functions to error.h
2011-12-10 13:54:10 +00:00
yexo
442caecab0
(svn r23465) -Feature [FS#4827]: add 'find missing content online' button to 'load savegame' and 'find network game' windows
2011-12-09 21:49:52 +00:00
rubidium
74a025b38c
(svn r23288) -Feature: use the monospace font for the NewGRF text windows
2011-11-20 19:09:15 +00:00
frosch
4b6fcf4d32
(svn r23253) -Fix: Several clipping issues with the display of textfiles, esp. with RTL text direction.
2011-11-18 20:39:40 +00:00
frosch
35c90314ca
(svn r23251) -Fix: 3-column view of NewGRF GUI had too much space for certain font sizes.
2011-11-18 19:23:34 +00:00
frosch
ba6d212079
(svn r23249) -Feature: Also allow viewing of the other two textfiles supplied by BaNaNaS tars, i.e. changelog and license.
2011-11-18 14:40:57 +00:00
frosch
42ba77bd11
(svn r23248) -Codechange: Rename everything related to the NewGRF 'readme' to 'textfile', so it is more generic.
2011-11-18 13:05:55 +00:00
rubidium
023d530ead
(svn r23222) -Codechange: reduce tar scanning calls to the bare minimum
2011-11-14 21:40:39 +00:00
rubidium
4d281cce97
(svn r23217) -Codechange: introduce the concept of scanning only in a limited set of sub directories
2011-11-14 21:30:37 +00:00
rubidium
ee0fd02d17
(svn r23179) -Codechange: use some tooltips that already existed (monoid)
2011-11-10 17:55:52 +00:00
rubidium
60c0abb883
(svn r23178) -Feature [FS#4780]: in-game readme.txt readmer (LordAro)
2011-11-10 06:15:03 +00:00
peter1138
ae046aad98
(svn r23021) -Codechange: Support resized square and warning icons in NewGRF selection window.
2011-10-11 16:58:44 +00:00
michi_cc
3f7a9ced17
(svn r23002) -Add: Extend palette information in the NewGRF GUI with the 32 bpp state.
2011-10-04 21:35:57 +00:00
rubidium
7496bd66e7
(svn r22820) -Codechange: perform a full (re)draw cycle in the first draw during progress instead of waiting 200ms
2011-08-24 12:18:53 +00:00
rubidium
cc6e55a246
(svn r22797) -Add: progress bar for scanning NewGRFs
2011-08-21 12:53:13 +00:00
rubidium
bade180f88
(svn r22791) -Codechange: use callback for scanning from the NewGRF window
2011-08-21 12:50:13 +00:00
rubidium
afe407322d
(svn r22771) -Codechange: unify some NewGRFScan calling code
2011-08-20 17:46:03 +00:00
frosch
3426225c9f
(svn r22642) -Change: Disable the 'set parameters' button in the NewGRF GUI, if the GRF specifies to have no parameters and one would not be able to set any parameters anyway.
2011-07-07 21:52:08 +00:00
frosch
1322d59aaa
(svn r22617) -Codechange: Add GameOptionsInvalidationData enum for data values for Window::OnInvalidateData() of windows with class WC_GAME_OPTIONS.
2011-07-02 12:49:44 +00:00
yexo
579bdfae4a
(svn r22594) -Fix [FS#4644]: add active NewGRFs to the list of available ones when selecting the empty preset
2011-06-16 10:59:09 +00:00
frosch
4ea00f2390
(svn r22553) -Fix (r22499): NewGRF parameter window was not set dirty, when changing row selection.
2011-06-11 21:12:28 +00:00
yexo
1171fdc889
(svn r22499) -Fix: don't lower the arrow buttons in the newgrf/AI parameter windows if they're clicked when disabled
2011-05-27 18:02:55 +00:00
frosch
ce9b06aa4c
(svn r22442) -Fix: Do not popup fatal NewGRF error messages in the intro screen. The GRFs are not going to be activated there anyway and the GRF settings GUI will not display the errors either.
2011-05-11 20:20:21 +00:00
frosch
7b251297c9
(svn r22429) -Add: some constants for specific palette colours used in the GUI.
2011-05-06 21:13:29 +00:00
frosch
7cc3d3e143
(svn r22421) -Fix: Replace various references to Windows palette greyscale indices with the DOS palette indices.
2011-05-04 17:45:16 +00:00
terkhen
23f42e5769
(svn r22345) -Change: Remove pixel limiter for text buffers.
2011-04-17 18:44:09 +00:00
terkhen
a88fe7c2aa
(svn r22343) -Change: Remove pixel limiter for query strings.
2011-04-17 18:42:17 +00:00
frosch
4b4a40a72e
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
2011-03-13 21:31:29 +00:00
frosch
56d06b6ef8
(svn r21814) -Fix/Add: Check GRF version from action 8, and disallow usage of GRFs with versions above 7.
2011-01-15 21:13:47 +00:00
terkhen
64c200a25e
(svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU.
2010-11-27 22:52:12 +00:00
alberth
0722492c1b
(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint().
2010-11-26 15:22:18 +00:00
rubidium
59b6c9a85e
(svn r21248) -Codechange: don't run the tar scanner twice upon startup
2010-11-18 22:27:15 +00:00
rubidium
5ec2bcc0d9
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
2010-11-13 09:56:25 +00:00
alberth
1cb20976e1
(svn r21111) -Add: Remove the buttons below the newgrf details if the list is not editable.
2010-11-07 13:56:13 +00:00
alberth
71a1a32fbe
(svn r21110) -Add: Tidy up the buttons of the active newgrfs list.
2010-11-07 13:54:49 +00:00
alberth
390b582989
(svn r21109) -Add: Don't display available newgrfs when the newgrf list is not editable.
2010-11-07 13:54:04 +00:00
alberth
4838e827b1
(svn r21108) -Add: Copy the 'editable' flag of the newgrf window to its layout widget.
2010-11-07 13:51:34 +00:00
planetmaker
6542190e6f
(svn r20992) -Fix (r20958): Show either version and minimum compatible version or neither
2010-10-18 17:47:42 +00:00
frosch
f7b6d8e8bb
(svn r20960) -Add: Allow setting 'minimal compatible version' via Action14. (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 12:14:49 +00:00
frosch
a7e486360d
(svn r20957) -Codechange: Add another parameter to FindGRFConfig() to define search restrictions.
2010-10-17 12:12:13 +00:00
frosch
cb2b666229
(svn r20951) -Codechange: Add SmallMap::Contains() and use it.
2010-10-16 20:34:43 +00:00
yexo
7e683e1da6
(svn r20812) -Fix [FS#4125]: crash when confirming newgrf changes with the newgrf parameter window open
2010-09-15 22:46:18 +00:00
frosch
3cc221410e
(svn r20779) -Add [FS#4025]: If GRFs do not have action14 parameter information, allow to set the number of parameters in the GUI explicitly.
2010-09-09 20:49:56 +00:00