summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
AgeCommit message (Expand)Author
2008-01-17(svn r11902) -Codechange: use new dropdown widget for game options windowpeter1138
2008-01-17(svn r11888) -Codechange: simplify sorting of the strings in town names dropdownglx
2008-01-17(svn r11886) -Add: sort the strings in languages dropdownglx
2008-01-16(svn r11884) -Cleanup: leftover use of widget numbers instead of enumpeter1138
2008-01-14(svn r11848) -Codechange: New class-based drop down list functionality. Lists...peter1138
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2008-01-07(svn r11776) -Codechange: more header splittings to reduce the dependencies.rubidium
2008-01-07(svn r11771) -Codechange: split settings.h into better separated headers.rubidium
2008-01-04(svn r11754) -Fix(r11753): One too much command separator (;). Thanks glx for...belugas
2008-01-04(svn r11753) -Codechange: re-indent the switch case structures, as to be more...belugas
2008-01-04(svn r11752) -Fix(r11745): Silence a MSVC warning (glx)belugas
2008-01-04(svn r11751) -Codechange: Enumify some widgets (and others) and while at it, ...belugas
2008-01-02(svn r11745) -Codechange: Unify the spinner widget drawing of the difficulty ...skidd13
2008-01-01(svn r11734) -Change: Allow ToggleFullScreen to return the result of the oper...belugas
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium
2007-12-25(svn r11698) -Change: Make the abort/accept process of the difficulty window ...skidd13
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-12-21(svn r11675) -Codechange: split the string types from the string functions.rubidium
2007-12-19(svn r11668) -Codechange: more refactoring aimed at reducing compile time and...rubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-16(svn r11646) -Codechange: check whether (some) characters are missing in the ...rubidium
2007-12-16(svn r11643) -Codechange: conform with the coding style for the WP macro uses.rubidium
2007-12-02(svn r11555) -Codechange: use the new members introduced in r11551.rubidium
2007-12-01(svn r11547) -Add: signal selection GUI for the ones that really like to use ...rubidium
2007-11-24(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...skidd13
2007-11-20(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...skidd13
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-19(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...skidd13
2007-11-17(svn r11452) -Change: do not allow configuration changes, that NewGRFs can di...rubidium
2007-11-04(svn r11374) -Codechange: Give meaning to the magical number that specifies t...belugas
2007-10-16(svn r11279) -Codechange: use a typedeffed type for all magic with GameDiffic...rubidium
2007-09-30(svn r11188) -Codechange: rewrite of the town action related code (remove som...rubidium
2007-09-26(svn r11172) -Codechange: rewrite of town road building and addition of the p...rubidium
2007-09-14(svn r11107) -Feature: some tool so one can still build tunnels under rails (...rubidium
2007-08-29(svn r10996) -Feature: [OSX] added more options for right click emulation (co...bjarni
2007-07-27(svn r10704) -Codechange: provide an infrastructure to have resizable windows...rubidium
2007-07-06(svn r10451) -Add: support for "prospecting" raw industries, i.e. you pay an ...rubidium
2007-06-27(svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of inf...rubidium
2007-06-25(svn r10329) -Feature [FS#812]: (patch) option to select the "default" rail t...rubidium
2007-06-21(svn r10254) -Feature: loading indicator, which shows in % how full a vehicle...truelight
2007-06-20(svn r10236) -Feature: Introduce a form of timetabling for vehicles.maedhros
2007-06-18(svn r10211) -Feature: [NewGRF] Add support for action 0Fglx
2007-06-18(svn r10205) -Codechange: refactor returning of cost, so it can be more easil...rubidium
2007-06-18(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.rubidium