log src/genworld_gui.cpp @ 11436:caf4456fbbf3 draft

age author description
Sat, 21 Mar 2009 22:00:00 +0000 rubidium (svn r15790) -Codechange: remove the *Centered part of the old text drawing API. draft
Sat, 21 Mar 2009 20:12:12 +0000 rubidium (svn r15785) -Codechange: remove the *Truncated part of the old text drawing API. draft
Sun, 15 Mar 2009 15:12:06 +0000 rubidium (svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth) draft
Sat, 14 Mar 2009 18:16:29 +0000 rubidium (svn r15711) -Codechange: lots of whitespace cleanup/fixes draft
Fri, 13 Mar 2009 00:48:03 +0000 rubidium (svn r15697) -Fix (r15695): warning about comparing signed vs unsigned. draft
Thu, 12 Mar 2009 23:54:20 +0000 belugas (svn r15695) -Feature [FS#2672]: Allow the number of towns that will be generated in the generate world window to be customized. draft
Wed, 25 Feb 2009 00:45:52 +0000 yexo (svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode the values for that enum. draft
Wed, 25 Feb 2009 00:14:46 +0000 yexo (svn r15575) -Codechange: Rename GameModes to GameMode and store _game_mode as GameMode instead of as byte. draft
Tue, 24 Feb 2009 23:20:17 +0000 yexo (svn r15573) -Fix (r15538): Terrain type and sea level couldn't be changed in the scenario editor. draft
Sat, 21 Feb 2009 02:34:53 +0000 yexo (svn r15538) -Fix (r15334): The difficulty level wasn't set to custom when changing the amount of towns/industries from the newgame gui. draft
Sat, 14 Feb 2009 23:17:32 +0000 yexo (svn r15495) -Revert (r15383,r15422): Loading NewGRFs depends on correct settings, but the economy can only be started after loading NewGRFs. In short: r15383 causes more problems then it's worth. draft
Mon, 09 Feb 2009 01:22:29 +0000 rubidium (svn r15424) -Codechange: make it possible to have multiple windows with edit box open simultaniously (Zuu). draft
Sun, 08 Feb 2009 12:25:13 +0000 rubidium (svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability. draft
Fri, 06 Feb 2009 23:58:16 +0000 Yexo (svn r15383) -Cleanup: Don't call MakeNewgameSettingsLive more often than necessary. draft
Wed, 04 Feb 2009 20:17:25 +0000 smatz (svn r15340) -Fix [FS#2121]: changing town road layout in-game caused ugly road networks draft
Sat, 31 Jan 2009 20:16:06 +0000 smatz (svn r15299) -Cleanup: remove many redundant includes draft
Wed, 28 Jan 2009 13:36:11 +0000 Yexo (svn r15288) -Fix (r15212): Don't set the newgame setting for water borders to a random value if it's 'random' when the newgame gui is opened. draft
Fri, 23 Jan 2009 21:54:50 +0000 Yexo (svn r15240) -Fix (r15212): Loading heightmaps resulted in an assert. draft
Fri, 23 Jan 2009 00:18:27 +0000 Yexo (svn r15212) -Feature [FS#2566]: Change the dropdown box where you can chose which edges will be water to 4 pushbuttons (based on patch by planetmaker). draft
Wed, 21 Jan 2009 02:31:55 +0000 Yexo (svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map. draft
Sat, 17 Jan 2009 03:05:35 +0000 belugas (svn r15117) -Codechange: enlarge a few text boxes in the Create Scenario window, allowing them to be more visible. draft
Fri, 16 Jan 2009 21:25:59 +0000 belugas (svn r15115) -Documentation: Add some widget enums to the widget array definition (Terkhen). draft
Mon, 12 Jan 2009 17:11:45 +0000 truebrain (svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to see. draft
Tue, 06 Jan 2009 00:27:53 +0000 belugas (svn r14855) -Documentation: Apply some widget naming to the widget arrays. Based on Yorick's work draft
Sat, 03 Jan 2009 13:59:05 +0000 rubidium (svn r14804) -Codechange: unify opening the OSK (Zuu) draft
Wed, 22 Oct 2008 19:12:10 +0000 smatz (svn r14514) -Codechange: use 'size' instead of 'length' for querystring and textbuf, explicitly say it includes the terminating zero draft
Tue, 23 Sep 2008 15:24:15 +0000 rubidium (svn r14390) -Codechange: replace magic constants with symbolic constants. draft
Mon, 15 Sep 2008 16:29:40 +0000 smatz (svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString() draft
Wed, 20 Aug 2008 01:38:12 +0000 belugas (svn r14105) -Fix: Some typos that are more grammatical errors, as it seems. draft
Wed, 13 Aug 2008 02:43:42 +0000 belugas (svn r14060) -Codechange: Replace numbers with Colours enum on Gen world gui. draft
Mon, 11 Aug 2008 22:08:56 +0000 rubidium (svn r14046) -Codechange: make the size of querystring "widgets" more configurable. draft
Thu, 17 Jul 2008 13:47:04 +0000 rubidium (svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they were printed, otherwise the text could change due to the few number of slots that could be used to bind. draft
Fri, 27 Jun 2008 17:46:43 +0000 skidd13 (svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equivalent constant draft
Fri, 13 Jun 2008 15:18:29 +0000 glx (svn r13508) -Fix (r7733): incorrect usage of strtoul draft
Thu, 29 May 2008 15:13:28 +0000 rubidium (svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games. draft
Mon, 26 May 2008 21:38:17 +0000 rubidium (svn r13277) -Fix: opntitle 'jumping' to the temperate climate when closing the NewGRF settings window. draft
Mon, 26 May 2008 00:31:36 +0000 rubidium (svn r13256) -Codechange: merge the OPTS and PATS chuncks. draft
Sun, 25 May 2008 22:36:44 +0000 rubidium (svn r13255) -Codechange: move _opt to _settings. draft
Sun, 25 May 2008 19:17:03 +0000 rubidium (svn r13251) -Codechange: rename _patches to _settings as that is more logic. draft
Sun, 25 May 2008 12:57:39 +0000 rubidium (svn r13242) -Codechange: remove _opt_ptr. draft
Fri, 23 May 2008 23:02:13 +0000 peter1138 (svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots draft
Mon, 19 May 2008 09:48:47 +0000 rubidium (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. draft
Sat, 17 May 2008 23:11:06 +0000 rubidium (svn r13151) -Codechange: use an enum instead of bool as return type of OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean. draft
Sat, 17 May 2008 12:48:06 +0000 rubidium (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming. draft
Sat, 17 May 2008 03:16:04 +0000 glx (svn r13132) -Codechange: make a class of the GenerateProgressWindow. draft
Tue, 13 May 2008 14:43:33 +0000 rubidium (svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore. draft
Sun, 11 May 2008 12:26:20 +0000 rubidium (svn r13042) -Codechange: make a class of CreateScenarioWindow, GenerateLandscapeWindow, NetworkChatWindow, NetworkCompanyPasswordWindow, NetworkGameWindow, NetworkStartServerWindow, QueryStringWindow, SaveLoadWindow. All these classes depended on the 'querystr_d' object which is now put into QueryStringBaseWindow. As a side effect this removes quite a lot of WP macro usages and a few global variables. draft
Sat, 10 May 2008 08:58:52 +0000 rubidium (svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove the need for WE_ON_EDIT_TEXT_CANCEL. draft
Thu, 08 May 2008 11:50:34 +0000 rubidium (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window. draft
Wed, 07 May 2008 09:07:19 +0000 rubidium (svn r12986) -Codechange: move the landscape and transport related types from openttd.h to their own headers. draft
Tue, 06 May 2008 22:08:18 +0000 rubidium (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL. draft
Tue, 06 May 2008 21:28:30 +0000 rubidium (svn r12975) -Codechange: replace DeleteWindow(w) with delete w. draft
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description. draft
Thu, 27 Mar 2008 15:48:54 +0000 peter1138 (svn r12445) -Fix: Add missing compile asserts for window data structs draft
Wed, 26 Mar 2008 10:08:17 +0000 rubidium (svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someone without a keyboard can enter text too. Patch by Dominik. draft
Tue, 29 Jan 2008 00:26:31 +0000 rubidium (svn r12003) -Codechange: don't declare InteractiveRandom[Range] in multiple places. draft
Sun, 27 Jan 2008 17:32:12 +0000 maedhros (svn r11994) -Codechange: Remove numbers from string names where the strings aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs. draft
Fri, 18 Jan 2008 21:33:19 +0000 peter1138 (svn r11921) -Cleanup: correct indenting and switch case line spacing. draft
Fri, 18 Jan 2008 21:08:40 +0000 peter1138 (svn r11919) -Codechange: Assign numbered parameters to world generator widgets to avoid separate DrawString()s, and do the same for the scenario flat-land window. draft
Thu, 17 Jan 2008 19:41:05 +0000 peter1138 (svn r11907) -Codechange: clean up of worldgen/heightmap ui: replace many separate DrawString() calls with widgets, use dropdown widgets, and use consistent positioning/sizing. draft