summaryrefslogtreecommitdiff
path: root/src/genworld_gui.cpp
AgeCommit message (Collapse)Author
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
2009-11-22(svn r18230) -Codechange: Allow fill stepsize to be set from ↵alberth
Window::UpdateWidgetSize().
2009-11-22(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.alberth
2009-11-22(svn r18220) -Codechange: Reduce number of nested widget dynamic casts.alberth
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the ↵rubidium
WindowDesc; it's determined from the (nested) widgets
2009-11-16(svn r18113) -Fix: RTL glitch in play heightmap windowrubidium
2009-11-15(svn r18109) -Fix: Up-/down-buttons of CreateScenarioWindow were not raised ↵frosch
again.
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-11-09(svn r18028) -Codechange: unglobalise some functionsrubidium
2009-11-08(svn r18015) -Codechange: redesign the world generation windows to make ↵rubidium
'proper' use of nested widgets.
2009-11-08(svn r18012) -Codechange: make the world generation windows nested; they'll ↵rubidium
need some tweaks to use the full potential though
2009-11-08(svn r18009) -Codechange: make the 'create scenario' window nestedrubidium
2009-11-08(svn r18006) -Codechange: make the world generation progress window nestedrubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty ↵frosch
for more consistency and distinguishability.
2009-09-01(svn r17339) -Codechange: move thread related files to their own directory ↵rubidium
(like done for video, music, sound, etc)
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 ↵rubidium
relatives
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 ↵yexo
for a new company instead of zeroing them.
2009-05-03(svn r16220) -Fix [FS#2862]: possible crashes when quiting OpenTTD or ↵rubidium
forcing resizes/redraws of the screen during map generation
2009-04-26(svn r16163) -Codechange: instead of SetDParamStr(0, string); ↵rubidium
DrawString(..., STR_JUST_RAW_STRING, ...) use DrawString(..., string, ...).
2009-04-26(svn r16162) -Codechange: remove needless TC_ colours from DrawString when ↵rubidium
they are part of strings and add some colours to a few strings.
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had ↵rubidium
this ID' from 'some' strings and replace the string name with something more sensible.
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 ↵alberth
windows.
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 ↵alberth
create-scenario window.
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