summaryrefslogtreecommitdiff
path: root/src/genworld_gui.cpp
AgeCommit message (Expand)Author
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-03-27(svn r12445) -Fix: Add missing compile asserts for window data structspeter1138
2008-03-26(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someo...rubidium
2008-01-29(svn r12003) -Codechange: don't declare InteractiveRandom[Range] in multiple ...rubidium
2008-01-27(svn r11994) -Codechange: Remove numbers from string names where the strings ...maedhros
2008-01-18(svn r11921) -Cleanup: correct indenting and switch case line spacing.peter1138
2008-01-18(svn r11919) -Codechange: Assign numbered parameters to world generator widge...peter1138
2008-01-17(svn r11907) -Codechange: clean up of worldgen/heightmap ui: replace many sep...peter1138
2008-01-17(svn r11893) -Codechange: build map size drop downs dynamically and remove un...peter1138
2008-01-14(svn r11848) -Codechange: New class-based drop down list functionality. Lists...peter1138
2008-01-13(svn r11834) -Codechange: only include settings_type.h if needed.rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2008-01-07(svn r11771) -Codechange: split settings.h into better separated headers.rubidium
2007-12-29(svn r11719) -Codechange: split sound.h in a header with types and one with f...rubidium
2007-12-28(svn r11713) -Codechange: Move some declarations and definitions in a more lo...belugas
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-12-21(svn r11675) -Codechange: split the string types from the string functions.rubidium
2007-12-19(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.hrubidium
2007-12-19(svn r11668) -Codechange: more refactoring aimed at reducing compile time and...rubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-08(svn r11596) -Codechange: Use the Window member HandleButtonClick and remove ...belugas
2007-12-07(svn r11588) -Codechange: use the new member introduced in r11551glx
2007-12-06(svn r11579) -Revert(r11578): some cases of key propagation are not handled c...belugas
2007-12-06(svn r11578) -Codechange: Introduce the window default flag WDF_TEXTENTRY whi...belugas
2007-12-02(svn r11555) -Codechange: use the new members introduced in r11551.rubidium
2007-11-19(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...skidd13
2007-11-04(svn r11374) -Codechange: Give meaning to the magical number that specifies t...belugas
2007-07-27(svn r10704) -Codechange: provide an infrastructure to have resizable windows...rubidium
2007-07-23(svn r10665) -Codechange: replace magic 15 with MAX_TILE_HEIGHT (bilbo)truelight
2007-06-30(svn r10396) -Fix: When landscape generating, allow for 200ms between screen ...peter1138
2007-06-28(svn r10370) -Fix: Heightmap GUI abused custom name system and used unnecessa...peter1138
2007-06-22(svn r10276) -Codechange: made a counter based on milliseconds and independen...truelight
2007-05-04(svn r9779) -Feature: Add the possiblity to choose different road patterns fo...belugas
2007-05-01(svn r9762) -Feature: Two new difficulty settings : Very low number of towns ...belugas
2007-04-17(svn r9662) -Documentation: Doxygen corrections and @file omissionsbelugas
2007-03-22(svn r9400) -Codechange: Use some more representative enum names for landscap...belugas
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-01(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few ...belugas
2007-02-01(svn r8524) -Cleanup: Ala r8509 add some enum names to the generate landscape...Darkvater
2007-02-01(svn r8522) -Regression (r8512): The flat/random window moved the to scenario...Darkvater
2007-02-01(svn r8512) -Codechange: From the intro window enter the scenario editor. Fro...Darkvater
2007-02-01(svn r8511) -Codechange: make WindowClass an enumerated value.rubidium
2007-02-01(svn r8509) -Cleanup: Add some enum names to the create scenario windowDarkvater