yexo
8d451d3d72
(svn r20601) -Feature: [NewGRF] Add 'DEFA' field to set parameter defaults with action 14
2010-08-23 21:47:07 +00:00
frosch
7e5309a28a
(svn r20479) -Change: Use 'Buttons Name: Value' layout for AI and NewGRF parameter GUI.
2010-08-13 07:34:28 +00:00
frosch
9f3e6ca197
(svn r20479) -Change: Use 'Buttons Name: Value' layout for AI and NewGRF parameter GUI.
2010-08-13 07:34:28 +00:00
frosch
9e538acc03
(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.
2010-08-12 09:16:43 +00:00
frosch
2d5ef5e5a8
(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.
2010-08-12 09:16:43 +00:00
frosch
71ca58c2bb
(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll 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 08:37:01 +00:00
frosch
4817d5dcd6
(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll 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 08:37:01 +00:00
frosch
10339c60c0
(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate scrollbar explicitly using a NWidgetPart via SetScrollbar().
2010-08-12 06:44:45 +00:00
frosch
341f41e347
(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate scrollbar explicitly using a NWidgetPart via SetScrollbar().
2010-08-12 06:44:45 +00:00
terkhen
80c43f52e8
(svn r20289) -Codechange: Unify fall through coding style.
2010-08-01 20:52:11 +00:00
terkhen
04134c1e51
(svn r20289) -Codechange: Unify fall through coding style.
2010-08-01 20:52:11 +00:00
frosch
4bd32799f1
(svn r20286) -Codechange: Unify end of doxygen comments.
2010-08-01 19:44:49 +00:00
frosch
c18839704b
(svn r20286) -Codechange: Unify end of doxygen comments.
2010-08-01 19:44:49 +00:00
frosch
ed4f806f1d
(svn r20283) -Codechange: Unify start of doygen comments.
2010-08-01 19:22:34 +00:00
frosch
5b86c79fce
(svn r20283) -Codechange: Unify start of doygen comments.
2010-08-01 19:22:34 +00:00
rubidium
e356cb9405
(svn r20281) -Codechange: unify case scope closure + break coding style
2010-08-01 18:53:30 +00:00
rubidium
8c85b4ce3d
(svn r20281) -Codechange: unify case scope closure + break coding style
2010-08-01 18:53:30 +00:00
yexo
b65a9eb856
(svn r20268) -Add: append 'On'/'Off' after the name for boolean NewGRF settings
2010-07-31 21:24:59 +00:00
yexo
461da5e1d3
(svn r20268) -Add: append 'On'/'Off' after the name for boolean NewGRF settings
2010-07-31 21:24:59 +00:00
yexo
adf94b8529
(svn r20264) -Fix (r20258): saving a new preset was broken
2010-07-31 20:28:10 +00:00
yexo
165452bad6
(svn r20264) -Fix (r20258): saving a new preset was broken
2010-07-31 20:28:10 +00:00
rubidium
5f8cfba77a
(svn r20263) -Change: only show the NewGRF version when newgrf_developer_tools are enabled
2010-07-31 20:04:14 +00:00
rubidium
a16d3c9988
(svn r20263) -Change: only show the NewGRF version when newgrf_developer_tools are enabled
2010-07-31 20:04:14 +00:00
rubidium
ac280af8bc
(svn r20259) -Add: allow NewGRFs to specify their version and use that to hide old NewGRFs / to choose the newest when loading compatible NewGRFs
2010-07-31 14:40:50 +00:00
rubidium
a777266426
(svn r20259) -Add: allow NewGRFs to specify their version and use that to hide old NewGRFs / to choose the newest when loading compatible NewGRFs
2010-07-31 14:40:50 +00:00
yexo
5a2862814a
(svn r20258) -Feature: more user-friendly gui to change NewGRF parameters
2010-07-31 12:15:12 +00:00
yexo
f4c46dd701
(svn r20258) -Feature: more user-friendly gui to change NewGRF parameters
2010-07-31 12:15:12 +00:00
rubidium
e469a94a2d
(svn r20253) -Codechange: change GRFConfig::windows_paletted into a bitmask/bitset
2010-07-31 09:40:43 +00:00
rubidium
d9393035ea
(svn r20253) -Codechange: change GRFConfig::windows_paletted into a bitmask/bitset
2010-07-31 09:40:43 +00:00
yexo
1ca16aa979
(svn r20248) -Codechange: use a copy-constructor instead of a separate function co clone GRFConfig/GRFError
2010-07-31 09:32:44 +00:00
yexo
cb5cfd7f8c
(svn r20248) -Codechange: use a copy-constructor instead of a separate function co clone GRFConfig/GRFError
2010-07-31 09:32:44 +00:00
terkhen
88ca183191
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
2010-07-29 14:26:28 +00:00
terkhen
c92b2e9d3c
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
2010-07-29 14:26:28 +00:00
alberth
4203e641f8
(svn r20223) -Codechange: Replace scrolled row calculations by a call to GetScrolledRowFromWidget().
2010-07-26 13:08:48 +00:00
alberth
a50578c3ad
(svn r20223) -Codechange: Replace scrolled row calculations by a call to GetScrolledRowFromWidget().
2010-07-26 13:08:48 +00:00
frosch
b71aabdfb7
(svn r20217) -Fix [FS#3969]: Invalidate saveload GUI after rescanning NewGRFs.
2010-07-25 14:33:17 +00:00
frosch
91c8ef91b1
(svn r20217) -Fix [FS#3969]: Invalidate saveload GUI after rescanning NewGRFs.
2010-07-25 14:33:17 +00:00
frosch
4f51623d12
(svn r20066) -Fix: When rescanning NewGRFs resp. after content download also check whether compatible grfs are available now.
2010-07-03 20:02:14 +00:00
frosch
df14436b7b
(svn r20066) -Fix: When rescanning NewGRFs resp. after content download also check whether compatible grfs are available now.
2010-07-03 20:02:14 +00:00
alberth
22b9bc5157
(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLine().
2010-07-02 13:53:05 +00:00
alberth
c2a871d10b
(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLine().
2010-07-02 13:53:05 +00:00
frosch
717d134947
(svn r19986) -Fix (r19841): One could add and remove Grfs from the list via doubleclicking even if editing the list is not allowed.
2010-06-13 14:58:14 +00:00
frosch
ff670ac489
(svn r19986) -Fix (r19841): One could add and remove Grfs from the list via doubleclicking even if editing the list is not allowed.
2010-06-13 14:58:14 +00:00
frosch
56fbbdeafd
(svn r19972) -Change: Use the md5sum from the previous save of the game for BaNaNaS instead of the initial (when the grf was added) md5sum from the gamelog. Neither method is 'better', but this way it is independent from the gamelog.
2010-06-13 14:11:32 +00:00
frosch
52c4af211a
(svn r19972) -Change: Use the md5sum from the previous save of the game for BaNaNaS instead of the initial (when the grf was added) md5sum from the gamelog. Neither method is 'better', but this way it is independent from the gamelog.
2010-06-13 14:11:32 +00:00
alberth
bee74bd82b
(svn r19849) -Fix: Center sprite and text seperately in the newgrf gui active list.
2010-05-17 21:14:50 +00:00
alberth
0f17755f95
(svn r19849) -Fix: Center sprite and text seperately in the newgrf gui active list.
2010-05-17 21:14:50 +00:00
alberth
255a3331bf
(svn r19848) -Fix (r19837): Center the texts of the inactive newgrfs.
2010-05-17 20:49:41 +00:00
alberth
b628dc0de7
(svn r19848) -Fix (r19837): Center the texts of the inactive newgrfs.
2010-05-17 20:49:41 +00:00
alberth
255bb5bb1f
(svn r19845) -Feature: Dynamically switch between 2 and 3 column NewGRF gui for improved user experience.
2010-05-16 19:19:51 +00:00