summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
AgeCommit message (Expand)Author
2008-07-17(svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they ...rubidium
2008-06-28(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' ...frosch
2008-06-24(svn r13618) -Codechange: move tar-specific declarations to separate filesmatz
2008-06-16(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimensio...smatz
2008-06-05(svn r13386) -Fix: global currency/units setting being overriden when loading...rubidium
2008-05-29(svn r13335) -Fix: remove rogue (debugging) printf.rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-26(svn r13256) -Codechange: merge the OPTS and PATS chuncks.rubidium
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-25(svn r13242) -Codechange: remove _opt_ptr.rubidium
2008-05-24(svn r13226) -Feature: Allow to have more than only two airports per town. T...belugas
2008-05-19(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.rubidium
2008-05-18(svn r13166) -Codechange: CmdSetRoadDriveSide belongs in road_cmd.cpp, not se...rubidium
2008-05-18(svn r13158) -Codechange: make a class of the GameOptionsWindow.rubidium
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...rubidium
2008-05-15(svn r13112) -Codechange: make classes of the patches and custom currency win...rubidium
2008-05-15(svn r13097) -Codechange: make a class of the GameDifficultyWindow.glx
2008-05-10(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove t...rubidium
2008-05-09(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rena...rubidium
2008-05-08(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ...rubidium
2008-05-06(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when...rubidium
2008-05-06(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-05(svn r12951) -Fix(r9762)[FS#1977): Revert the new difficulty settings of town...belugas
2008-04-29(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...peter1138
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-04-10(svn r12648) -Feature: allow four different non-stop types in a single game i...rubidium
2008-04-03(svn r12547) -Feature: invisibility options to make objects invisible instead...smatz
2008-03-31(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede...rubidium
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-02-27(svn r12293) -Feature: Ability to change aircraft speed factor, from so peter1138
2008-02-18(svn r12175) -Fix (r12174): Ensure the patches window is centred properly.peter1138
2008-02-18(svn r12174) -Codechange: Make the patches window dynamically resize to the l...peter1138
2008-02-13(svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yo...smatz
2008-02-08(svn r12087) -Fix: MSVC warningsglx
2008-02-07(svn r12080) -Fix: update waypoint signs when changing languageglx
2008-01-27(svn r11994) -Codechange: Remove numbers from string names where the strings ...maedhros
2008-01-24(svn r11978) -Codechange: Replace some global variables with window owned onesskidd13
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