summaryrefslogtreecommitdiff
path: root/src/genworld_gui.cpp
AgeCommit message (Expand)Author
2009-09-01(svn r17339) -Codechange: move thread related files to their own directory (l...rubidium
2009-08-23(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/falserubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-16(svn r17205) -Fix (r17175): Make year and snow line up/down buttons raise again.alberth
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-07-23(svn r16930) -Codechange: more StringID name unification and groupingrubidium
2009-07-16(svn r16842) -Cleanup: add some spaces around a few operatorsrubidium
2009-06-23(svn r16642) -Codechange: use map size limits enum at one more placesmatz
2009-05-26(svn r16444) -Codechange: Set all company settings to their default value for...yexo
2009-05-03(svn r16220) -Fix [FS#2862]: possible crashes when quiting OpenTTD or forcing...rubidium
2009-04-26(svn r16163) -Codechange: instead of SetDParamStr(0, string); DrawString(...,...rubidium
2009-04-26(svn r16162) -Codechange: remove needless TC_ colours from DrawString when th...rubidium
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-04-03(svn r15927) -Codechange: Added nested widget for generate-world windowsalberth
2009-03-31(svn r15906) -Codechange: Completed widget number enum of world-generation wi...alberth
2009-03-30(svn r15899) -Fix (r15898): Removed widget number comments used for debugging.alberth
2009-03-30(svn r15898) -Codechange: Added nested widgets for create-scenrario windowalberth
2009-03-30(svn r15897) -Codechange: Completed widget numbers and comment of create-scen...alberth
2009-03-28(svn r15882) -Codechange: New widgets for generation progress window.alberth
2009-03-22(svn r15808) -Codechange: use the new DrawString API in a number of GUIsrubidium
2009-03-21(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.rubidium
2009-03-21(svn r15785) -Codechange: remove the *Truncated part of the old text drawing ...rubidium
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