summaryrefslogtreecommitdiff
path: root/src/genworld_gui.cpp
AgeCommit message (Collapse)Author
2011-05-02(svn r22411) -Document: another bunch of bitsrubidium
2011-04-17(svn r22345) -Change: Remove pixel limiter for text buffers.terkhen
2011-04-17(svn r22343) -Change: Remove pixel limiter for query strings.terkhen
2011-03-18(svn r22259) -Fix (r9779)[FS#4557]: Remove duplicate and wrong (too early) ↵frosch
activation of new game settings. (chillcore)
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to ↵frosch
OnInvalidateData().
2011-03-06(svn r22211) -Codechange: Unduplicate Off/On strings.alberth
2011-02-06(svn r22001) -Codechange: Rename difficulty.number_industries to ↵alberth
difficulty.industry_density.
2011-02-06(svn r22000) -Codechange: Introduce an enum for the industry density setting.alberth
2011-02-05(svn r21972) -Fix: Replace 'None' industries in the generation window with ↵alberth
more descriptive label.
2011-02-05(svn r21969) -Feature: Introduce 'minimal' number of industries as a ↵alberth
replacment for the old 'none' setting in the newgame window.
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2011-01-15(svn r21803) -Cleanup: Remove unnecessary semicolons.terkhen
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in ↵alberth
OnPaint().
2010-11-04(svn r21080) -Fix: Do not allow to use a custom water level with the ↵terkhen
original map generator.
2010-10-24(svn r21034) -Fix: Add missing default values for the custom town number and ↵terkhen
custom water level world generation options.
2010-09-20(svn r20832) -Feature: Allow to select a custom percentage of water in the ↵terkhen
map generation window (based on patch by CommanderZ).
2010-09-20(svn r20831) -Add: Show selected number of towns in the map generation ↵terkhen
window when using a custom amount.
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to ↵rubidium
some headers
2010-08-15(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.alberth
2010-08-08(svn r20411) -Codechange: rename unmovables as quite a lot of them are ↵rubidium
actually movable; e.g. HQ and owned land are pretty movable.
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-19(svn r20196) -Fix: Remove autofocus of the edit box in the world generation ↵terkhen
window.
2010-07-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be ↵rubidium
missed :)
2010-07-14(svn r20140) -Fix: Initialize the state of OnKeyPress at the world ↵terkhen
generation window (Zuu).
2010-07-02(svn r20043) -Codechange: Introduce vertical alignment for ↵alberth
DrawStringMultiLine().
2010-05-21(svn r19872) -Codechange [FS#3826]: move the widget updates in the newgame ↵yexo
gui to OnInvalidateData from OnPaint
2010-05-21(svn r19871) -Fix [FS#3826]: update the landscape buttons in the main menu / ↵yexo
newgame window correctly (planetmaker)
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a ↵frosch
parameter for OnClick().
2010-01-23(svn r18901) -Change: make the default button work again for the world ↵rubidium
generation window; previously it worked due to the bug fixed in r18899. Do not add it again for the town custom number because there is no default for that one.
2010-01-23(svn r18896) -Fix [FS#3558]: pressing cancel for the query windows of the ↵rubidium
world generation window caused the default to be set instead of no changes to the value
2010-01-18(svn r18861) -Doc: more doxygen documentation in genworld filessmatz
2010-01-18(svn r18859) -Codechange: rename glwp_modes to GenenerateLandscapeWindowModesmatz
2010-01-17(svn r18853) -Codechange: apply coding style to GenWorld's enums, structs ↵smatz
and typedefs
2010-01-17(svn r18850) -Fix [FS#3540]: don't allow screen redraw when the landscape ↵smatz
contains broken slopes
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵rubidium
if a header require a header make it include that header
2010-01-11(svn r18787) -Fix [FS#3516]: crash when getting the tooltip of the industry ↵rubidium
amount in the world generation window
2009-12-27(svn r18643) -Fix [FS#3436]: rotation could not be changed for heightmapsrubidium
2009-12-21(svn r18586) -Fix [FS#3398]: pressing default for the starting year/snow ↵rubidium
line height edit boxes of the world generation windows didn't work.
2009-12-21(svn r18585) -Codechange: replace some magic numbers by constantsrubidium
2009-12-20(svn r18560) -Fix (r18541): variety distribution dropdown should not be on ↵peter1138
heightmap window.
2009-12-20(svn r18559) -Fix: When using original landscape generator, the terrain type ↵peter1138
and water level fields have no effect for arctic or tropic climates, so disable the dropdowns.
2009-12-19(svn r18543) -Codechange: Use separate set of strings for variety ↵peter1138
distribution setting to ease translation.
2009-12-19(svn r18541) -Feature: Additional map variety option for TGP landscape ↵peter1138
generator. Evolved from curve map idea from Zephyris.
2009-12-11(svn r18457) -Fix (r18015): southwest and northeast buttons for freeform ↵yexo
edges were swapped
2009-12-10(svn r18453) -Fix [FS#3364]: wrong heightmap dimensions, or rather... a ↵rubidium
nested_array index removed too much
2009-11-28(svn r18324) -Codechange: there's no need for a default size when the window ↵rubidium
isn't resizable
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the ↵rubidium
same twice.
2009-11-24(svn r18280) -Codechange: remove widget indices that are not needed for ↵rubidium
custom drawing/handling input
2009-11-24(svn r18277) -Codechange: remove unneeded widget indices for close, resize ↵rubidium
and sticky boxes and for window captions
2009-11-24(svn r18274) -Codechange: remove the unused WDF flagsrubidium