Commit Graph

177 Commits (9f9141c3c1eb0acc08d0a24654ec24e618ec9f3a)

Author SHA1 Message Date
alberth 0722492c1b (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
terkhen 4059acb2cc (svn r21080) -Fix: Do not allow to use a custom water level with the original map generator. 14 years ago
terkhen 1cd17ef928 (svn r21034) -Fix: Add missing default values for the custom town number and custom water level world generation options. 14 years ago
terkhen 379a8f3504 (svn r20832) -Feature: Allow to select a custom percentage of water in the map generation window (based on patch by CommanderZ). 14 years ago
terkhen d9c2ef9c10 (svn r20831) -Add: Show selected number of towns in the map generation window when using a custom amount. 14 years ago
rubidium 360d6daf34 (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
alberth a51d34c048 (svn r20499) -Doc: Spelling fixes, and one doxygen comment addition. 14 years ago
rubidium 1f2276b785 (svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable. 14 years ago
rubidium 8c85b4ce3d (svn r20281) -Codechange: unify case scope closure + break coding style 14 years ago
terkhen 34c580ee96 (svn r20196) -Fix: Remove autofocus of the edit box in the world generation window. 14 years ago
rubidium 9fd2afb147 (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :) 14 years ago
terkhen 83d7a38c95 (svn r20140) -Fix: Initialize the state of OnKeyPress at the world generation window (Zuu). 14 years ago
alberth c2a871d10b (svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLine(). 14 years ago
yexo a646e56700 (svn r19872) -Codechange [FS#3826]: move the widget updates in the newgame gui to OnInvalidateData from OnPaint 14 years ago
yexo 330c5daf54 (svn r19871) -Fix [FS#3826]: update the landscape buttons in the main menu / newgame window correctly (planetmaker) 14 years ago
frosch 94a5c917a5 (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 15 years ago
rubidium 48aaf134f1 (svn r18901) -Change: make the default button work again for the world 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. 15 years ago
rubidium 67143057c7 (svn r18896) -Fix [FS#3558]: pressing cancel for the query windows of the world generation window caused the default to be set instead of no changes to the value 15 years ago
smatz 74c6096975 (svn r18861) -Doc: more doxygen documentation in genworld files 15 years ago
smatz c72c9f172d (svn r18859) -Codechange: rename glwp_modes to GenenerateLandscapeWindowMode 15 years ago
smatz 1ecb257422 (svn r18853) -Codechange: apply coding style to GenWorld's enums, structs and typedefs 15 years ago
smatz 1a4eb4e4a4 (svn r18850) -Fix [FS#3540]: don't allow screen redraw when the landscape contains broken slopes 15 years ago
rubidium 9467b7c6d6 (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
rubidium fac458a2dd (svn r18787) -Fix [FS#3516]: crash when getting the tooltip of the industry amount in the world generation window 15 years ago
rubidium c5d62862ed (svn r18643) -Fix [FS#3436]: rotation could not be changed for heightmaps 15 years ago
rubidium a5dc9f76df (svn r18586) -Fix [FS#3398]: pressing default for the starting year/snow line height edit boxes of the world generation windows didn't work. 15 years ago
rubidium b15fb68503 (svn r18585) -Codechange: replace some magic numbers by constants 15 years ago
peter1138 1afa4b18a4 (svn r18560) -Fix (r18541): variety distribution dropdown should not be on heightmap window. 15 years ago
peter1138 2bc0d3a5de (svn r18559) -Fix: When using original landscape generator, the terrain type and water level fields have no effect for arctic or tropic climates, so disable the dropdowns. 15 years ago
peter1138 c701af7832 (svn r18543) -Codechange: Use separate set of strings for variety distribution setting to ease translation. 15 years ago
peter1138 e88b327343 (svn r18541) -Feature: Additional map variety option for TGP landscape generator. Evolved from curve map idea from Zephyris. 15 years ago
yexo 6921b7d0a4 (svn r18457) -Fix (r18015): southwest and northeast buttons for freeform edges were swapped 15 years ago
rubidium bba6c14930 (svn r18453) -Fix [FS#3364]: wrong heightmap dimensions, or rather... a nested_array index removed too much 15 years ago
rubidium 21f2acfd01 (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
rubidium 45eb0be570 (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
rubidium ab417c6c06 (svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input 15 years ago
rubidium 50359b2d08 (svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions 15 years ago
rubidium f8b79068e6 (svn r18274) -Codechange: remove the unused WDF flags 15 years ago
alberth 5bee09c924 (svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize(). 15 years ago
alberth 18b33fde83 (svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool. 15 years ago
alberth 8139a8d96f (svn r18220) -Codechange: Reduce number of nested widget dynamic casts. 15 years ago
rubidium 8e11cd3a42 (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 15 years ago
rubidium 2d149bf1f3 (svn r18113) -Fix: RTL glitch in play heightmap window 15 years ago
frosch 407cf856be (svn r18109) -Fix: Up-/down-buttons of CreateScenarioWindow were not raised again. 15 years ago
rubidium b01251092e (svn r18086) -Codechange: remove 'widget' from WindowDesc 15 years ago
rubidium 224f4e0197 (svn r18028) -Codechange: unglobalise some functions 15 years ago
rubidium f43a38709c (svn r18015) -Codechange: redesign the world generation windows to make 'proper' use of nested widgets. 15 years ago
rubidium 9e39af5230 (svn r18012) -Codechange: make the world generation windows nested; they'll need some tweaks to use the full potential though 15 years ago
rubidium 2b1ca0c513 (svn r18009) -Codechange: make the 'create scenario' window nested 15 years ago
rubidium 3f06d32080 (svn r18006) -Codechange: make the world generation progress window nested 15 years ago