Age | Commit message (Expand) | Author |
2015-05-16 | (svn r27285) -Codechange: Use LG_ORIGINAL instead of a magic 0 to indicate th... | alberth |
2015-02-08 | (svn r27140) -Codechange: Fix typo in GenenerateLandscapeWindowMode (chillcore) | alberth |
2015-02-01 | (svn r27135) -Fix: Misalignment in generate world window in case of small fonts. | frosch |
2014-12-18 | (svn r27085) -Fix: Always return a valid window to the world generation gui c... | alberth |
2014-10-25 | (svn r27043) -Fix: could not enter third digit of snow line height | rubidium |
2014-10-13 | (svn r27009) -Add: extra level of general map heightness (ChillCore) | rubidium |
2014-09-27 | (svn r26926) -Change: limit flat world height to the maximum configured map h... | rubidium |
2014-09-22 | (svn r26911) -Change: increase maximum possible flat land height in scenario ... | rubidium |
2014-09-21 | (svn r26890) -Cleanup: remove unneeded obfuscation via IConsoleSetSetting | rubidium |
2014-09-21 | (svn r26885) -Feature-ish: user interface for limiting the maximum height of ... | rubidium |
2014-09-20 | (svn r26862) -Codechange: Don't shrink widget size in new game window. | peter1138 |
2014-04-27 | (svn r26526) -Remove: Ability to set map generation seed via GUI. If you real... | frosch |
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ... | rubidium |
2013-11-24 | (svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dro... | rubidium |
2013-05-26 | (svn r25290) -Add: Assign string names to notable windows. | frosch |
2013-05-26 | (svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af... | frosch |
2013-03-17 | (svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf. | frosch |
2013-01-20 | (svn r24925) -Fix [FS#5395]: Add a tooltip to the mapsize selection mentionin... | frosch |
2012-12-23 | (svn r24846) -Add: Advanced settings to disable certain sound effects. | frosch |
2012-12-08 | (svn r24801) -Codechange: Add functions to set integral DParams to suitable v... | frosch |
2012-11-14 | (svn r24747) -Fix: Some editboxes had a different colour than the rest of the... | frosch |
2012-11-14 | (svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings... | frosch |
2012-11-14 | (svn r24740) -Codechange: Remove duplicate members from QueryStringBaseWindow... | frosch |
2012-11-14 | (svn r24739) -Codechange: Simplify some code by using Textbuf::Assign. | frosch |
2012-11-14 | (svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor. | frosch |
2012-11-13 | (svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::O... | frosch |
2012-11-13 | (svn r24733) -Codechange: Move handling of editbox keys to window class. | frosch |
2012-11-13 | (svn r24729) -Codechange: Unify the handling of HEBR_EDITING. | frosch |
2012-11-13 | (svn r24727) -Fix: In various windows the OSK looked shiny but using it had n... | frosch |
2012-11-13 | (svn r24726) -Codechange: Move editbox mouseloop handling to Window class. | frosch |
2012-11-13 | (svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code. | frosch |
2012-11-11 | (svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default. | frosch |
2012-11-11 | (svn r24699) -Codechange: Proper usage of push and toggle buttons in mapgen a... | frosch |
2012-11-11 | (svn r24698) -Codechange: Use PUSH-buttons when buttons can be pushed. | frosch |
2012-06-04 | (svn r24324) -Codechange: Turn functions dealing with Textbufs into member fu... | frosch |
2012-01-03 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | rubidium |
2011-12-19 | (svn r23611) -Add: run the begin of the script already while generating, and ... | truebrain |
2011-12-17 | (svn r23579) -Fix (r23525): Most up/down arrows stopped working. | frosch |
2011-12-16 | (svn r23531) -Codechange: document and rename widgets to be consistent and un... | truebrain |
2011-12-15 | (svn r23528) -Codechange: move widget enums to widgets/NNN_type.h | truebrain |
2011-12-15 | (svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, ... | truebrain |
2011-12-10 | (svn r23475) -Codechange: queue critical error messages, so when multiple hap... | rubidium |
2011-12-10 | (svn r23470) -Codechange: move declaration of SwitchToMode to a header instea... | rubidium |
2011-09-06 | (svn r22902) -Fix: The name of the heightmap glitches in the 'play heightmap'... | frosch |
2011-09-06 | (svn r22901) -Fix (r22767): The river density dropdown was missing in the 'pl... | frosch |
2011-08-24 | (svn r22819) -Fix: include the header where it should be included | rubidium |
2011-08-21 | (svn r22789) -Codechange: rename generation window class to modal progress | rubidium |
2011-08-21 | (svn r22788) -Codechange: move modal progress related functions and variables... | rubidium |
2011-08-21 | (svn r22787) -Codechange: rename genworld redraw constant | rubidium |
2011-08-21 | (svn r22786) -Codechange: rename genworld mutices to model_progress mutices | rubidium |