summaryrefslogtreecommitdiff
path: root/src/newgrf_gui.cpp
AgeCommit message (Collapse)Author
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().
2010-06-13(svn r19986) -Fix (r19841): One could add and remove Grfs from the list via ↵frosch
doubleclicking even if editing the list is not allowed.
2010-06-13(svn r19972) -Change: Use the md5sum from the previous save of the game for ↵frosch
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-05-17(svn r19849) -Fix: Center sprite and text seperately in the newgrf gui ↵alberth
active list.
2010-05-17(svn r19848) -Fix (r19837): Center the texts of the inactive newgrfs.alberth
2010-05-16(svn r19845) -Feature: Dynamically switch between 2 and 3 column NewGRF gui ↵alberth
for improved user experience.
2010-05-16(svn r19841) -Feature: Setup NewGRFs from a single window.alberth
2010-05-16(svn r19840) -Add: Add 'rescan' functionality to the NewGRF window.alberth
2010-05-16(svn r19838) -Change: Add filter capability to the availables list.alberth
2010-05-16(svn r19837) -Change: Display list of available (non-active) grfs in the ↵alberth
NewGRF window.
2010-05-16(svn r19836) -Codechange: Move sprite palette selection code in NewGRF gui ↵alberth
to its own method.
2010-05-16(svn r19834) -Change: Replace matrix list widget in NewGRF gui by a panel ↵alberth
with black background.
2010-05-16(svn r19833) -Change: Modify NewGRF window towards having combined lists, ↵alberth
add captions.
2010-05-16(svn r19832) -Codechange: Rename variables list->actives, sel->active_sel.alberth
2010-05-16(svn r19831) -Codechange: Rename formal parameters of the constructor to ↵alberth
match data member variable names.
2010-05-16(svn r19830) -Codechange: Move variable declarations to their first use.alberth
2010-05-16(svn r19829) -Codechange: Extract assignment from the condition-check in the ↵alberth
for statement.
2010-05-15(svn r19823) -Fix: Ensure that both texts of the newgrf gui download button fit.alberth
2010-05-13(svn r19814) -Codechange: give some more unnamed enums a name, in case they ↵rubidium
consisted of unrelated values use static const (u)int
2010-04-10(svn r19597) -Fix: Removing NewGRFs from the GUI list leaked.frosch
2010-04-07(svn r19577) -Codechange: apply coding style to names of functions in ↵smatz
settings.cpp
2010-04-07(svn r19576) -Codechange: Unduplicating parse_intlist().alberth
2010-02-28(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/infoyexo
2010-02-25(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of ↵yexo
subclassing it
2010-02-24(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bitsmatz
2010-02-14(svn r19132) -Codechange: No need to end a line with ;;.alberth
2010-02-11(svn r19094) -Codechange: don't check for NULL values before calling StrEmptyyexo