log src/intro_gui.cpp @ 13748:4f41c01242a8 draft

age author description
Sun, 22 Nov 2009 18:28:14 +0000 alberth (svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize(). draft
Sun, 22 Nov 2009 18:26:01 +0000 alberth (svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool. draft
Sun, 22 Nov 2009 13:12:31 +0000 rubidium (svn r18218) -Codechange: make a few network windows big font aware draft
Sun, 22 Nov 2009 11:20:12 +0000 rubidium (svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays draft
Tue, 17 Nov 2009 19:16:48 +0000 rubidium (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets draft
Sun, 15 Nov 2009 10:26:01 +0000 rubidium (svn r18086) -Codechange: remove 'widget' from WindowDesc draft
Sat, 31 Oct 2009 19:46:51 +0000 alberth (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. draft
Sun, 04 Oct 2009 17:16:41 +0000 rubidium (svn r17693) -Cleanup: remove some unneeded includes draft
Mon, 21 Sep 2009 18:36:33 +0000 rubidium (svn r17606) -Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet) draft
Sun, 13 Sep 2009 19:15:59 +0000 frosch (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability. draft
Sun, 23 Aug 2009 19:03:09 +0000 rubidium (svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Wed, 05 Aug 2009 17:59:21 +0000 rubidium (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives draft
Tue, 04 Aug 2009 18:04:33 +0000 rubidium (svn r17062) -Change: unify the naming of some 125 strings draft
Sat, 25 Jul 2009 11:54:53 +0000 alberth (svn r16953) -Codechange: Use SetStringParameters() for simple parameterized strings. draft
Sat, 18 Jul 2009 10:46:55 +0000 alberth (svn r16871) -Codechange: Generalize GetWidgetContentSize to UpdateWidgetSize for better control over widget size and resize steps. draft
Sun, 05 Jul 2009 16:55:26 +0000 yexo (svn r16753) -Fix (r16740): Don't check the width of the same string 4 times, but pick the maximum width of all difficulty levels draft
Sat, 04 Jul 2009 15:35:36 +0000 alberth (svn r16740) -Codechange: Self-sizing widgets in intro screen, town directory, and found town windows. draft
Fri, 03 Jul 2009 22:25:59 +0000 alberth (svn r16734) -Codechange: Prepare intro, town directory, and found town windows for more flexible widget contents. draft
Sun, 28 Jun 2009 22:23:26 +0000 alberth (svn r16689) -Codechange: Allow for rendering of parameterized text of nested widgets in Window::DrawWidget, adapt intro and town directory windows. draft
Sun, 28 Jun 2009 21:23:37 +0000 alberth (svn r16688) -Codechange: Some cleanup of intro screen and town directory. draft
Fri, 26 Jun 2009 21:25:25 +0000 alberth (svn r16670) -Codechange: Containers with equally sized children are useful to have. draft
Thu, 04 Jun 2009 14:34:38 +0000 alberth (svn r16517) -Codechange: Switched intro-screen and town directory window to nested widget trees. draft
Tue, 21 Apr 2009 23:40:56 +0000 rubidium (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. draft
Sun, 22 Mar 2009 21:16:57 +0000 alberth (svn r15820) -Codechange: Some windows using nested widgets 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
Thu, 12 Mar 2009 16:48:28 +0000 rubidium (svn r15690) -Feature(tte(tte)): CTRL-"New Game" skips the "World generation" window. draft
Fri, 13 Feb 2009 21:24:21 +0000 rubidium (svn r15473) -Fix: add two missing tooltips in the intro gui 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
Sat, 31 Jan 2009 20:16:06 +0000 smatz (svn r15299) -Cleanup: remove many redundant includes draft
Tue, 20 Jan 2009 16:49:10 +0000 Yexo (svn r15175) -Feature: Add the option to select the AIs to start in a new game and configure them via the gui. draft
Sat, 17 Jan 2009 16:53:32 +0000 rubidium (svn r15126) -Feature: downloading content from a central server (content.openttd.org) where authors can upload they NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from in the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates. draft
Wed, 26 Nov 2008 13:12:45 +0000 rubidium (svn r14636) -Add: DOS port of OpenTTD, without network support though. draft
Wed, 30 Jul 2008 16:23:55 +0000 belugas (svn r13880) -Codechange: Replace numbers with Colours enum on intro gui, and align a bit the code draft
Sun, 25 May 2008 22:36:44 +0000 rubidium (svn r13255) -Codechange: move _opt to _settings. 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 21:20:58 +0000 glx (svn r13148) -Codechange: make a class of the SelectGameWindow. 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
Thu, 08 May 2008 11:31:41 +0000 rubidium (svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor. draft
Tue, 06 May 2008 22:17:12 +0000 rubidium (svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations. 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
Fri, 18 Apr 2008 04:54:09 +0000 rubidium (svn r12762) -Fix: tabs after the first non-tab character are generally not okay (or lines starting with a space and then tabs). 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
Sun, 20 Jan 2008 04:01:28 +0000 belugas (svn r11932) -Codechange: Forgot two occurences of widget enumification draft
Sun, 20 Jan 2008 03:56:15 +0000 belugas (svn r11931) -Codechange: enumify the widgets numbers. Give breathing room on the case switches too... draft
Sun, 20 Jan 2008 03:11:14 +0000 belugas (svn r11930) -Codechange: a bit of code style application draft
Sun, 13 Jan 2008 14:37:30 +0000 rubidium (svn r11834) -Codechange: only include settings_type.h if needed. draft
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. draft
Sat, 12 Jan 2008 14:10:35 +0000 rubidium (svn r11818) -Codechange: split player.h into smaller pieces. draft
Wed, 09 Jan 2008 09:45:45 +0000 rubidium (svn r11787) -Codechange: more header rewrites. This time related to viewport.h. draft
Mon, 07 Jan 2008 00:19:09 +0000 rubidium (svn r11771) -Codechange: split settings.h into better separated headers. draft
Thu, 27 Dec 2007 17:29:27 +0000 belugas (svn r11711) -Codechange: Name the Save Load Dialog Mode enum draft
Tue, 25 Dec 2007 11:26:07 +0000 rubidium (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h' draft
Sat, 22 Dec 2007 23:30:28 +0000 rubidium (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type. draft
Fri, 21 Dec 2007 19:49:27 +0000 rubidium (svn r11675) -Codechange: split the string types from the string functions. draft
Wed, 19 Dec 2007 20:45:46 +0000 rubidium (svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found. draft
Wed, 19 Dec 2007 19:44:29 +0000 rubidium (svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps. draft
Sun, 02 Dec 2007 14:29:48 +0000 rubidium (svn r11555) -Codechange: use the new members introduced in r11551. draft
Fri, 27 Jul 2007 12:49:04 +0000 rubidium (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. draft
Mon, 16 Jul 2007 09:16:58 +0000 rubidium (svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h draft