summaryrefslogtreecommitdiff
path: root/src/genworld_gui.cpp
AgeCommit message (Expand)Author
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-03-13(svn r15697) -Fix (r15695): warning about comparing signed vs unsigned.rubidium
2009-03-12(svn r15695) -Feature [FS#2672]: Allow the number of towns that will be gener...belugas
2009-02-25(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode...yexo
2009-02-25(svn r15575) -Codechange: Rename GameModes to GameMode and store _game_mode a...yexo
2009-02-24(svn r15573) -Fix (r15538): Terrain type and sea level couldn't be changed in...yexo
2009-02-21(svn r15538) -Fix (r15334): The difficulty level wasn't set to custom when ch...yexo
2009-02-14(svn r15495) -Revert (r15383,r15422): Loading NewGRFs depends on correct sett...yexo
2009-02-09(svn r15424) -Codechange: make it possible to have multiple windows with edit...rubidium
2009-02-08(svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc...rubidium
2009-02-06(svn r15383) -Cleanup: Don't call MakeNewgameSettingsLive more often than nec...Yexo
2009-02-04(svn r15340) -Fix [FS#2121]: changing town road layout in-game caused ugly ro...smatz
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-28(svn r15288) -Fix (r15212): Don't set the newgame setting for water borders t...Yexo
2009-01-23(svn r15240) -Fix (r15212): Loading heightmaps resulted in an assert.Yexo
2009-01-23(svn r15212) -Feature [FS#2566]: Change the dropdown box where you can chose ...Yexo
2009-01-21(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.Yexo
2009-01-17(svn r15117) -Codechange: enlarge a few text boxes in the Create Scenario win...belugas
2009-01-16(svn r15115) -Documentation: Add some widget enums to the widget array defini...belugas
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain
2009-01-06(svn r14855) -Documentation: Apply some widget naming to the widget arrays. ...belugas
2009-01-03(svn r14804) -Codechange: unify opening the OSK (Zuu)rubidium
2008-10-22(svn r14514) -Codechange: use 'size' instead of 'length' for querystring and ...smatz
2008-09-23(svn r14390) -Codechange: replace magic constants with symbolic constants.rubidium
2008-09-15(svn r14331) -Codechange: use an enum as additional parameter for ShowQuerySt...smatz
2008-08-20(svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.belugas
2008-08-13(svn r14060) -Codechange: Replace numbers with Colours enum on Gen world gui.belugas
2008-08-11(svn r14046) -Codechange: make the size of querystring "widgets" more configu...rubidium
2008-07-17(svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they ...rubidium
2008-06-27(svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equival...skidd13
2008-06-13(svn r13508) -Fix (r7733): incorrect usage of strtoulglx
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-26(svn r13277) -Fix: opntitle 'jumping' to the temperate climate when closing t...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-23(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() f...peter1138
2008-05-19(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.rubidium
2008-05-17(svn r13151) -Codechange: use an enum instead of bool as return type of OnKey...rubidium
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...rubidium
2008-05-17(svn r13132) -Codechange: make a class of the GenerateProgressWindow.glx
2008-05-13(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer...rubidium
2008-05-11(svn r13042) -Codechange: make a class of CreateScenarioWindow, GenerateLands...rubidium
2008-05-10(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove t...rubidium
2008-05-08(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ...rubidium
2008-05-07(svn r12986) -Codechange: move the landscape and transport related types from...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