log src/network/network_gui.cpp @ 13695:75560523443c draft

age author description
Sun, 22 Nov 2009 13:22:53 +0000 alberth (svn r18220) -Codechange: Reduce number of nested widget dynamic casts. draft
Sun, 22 Nov 2009 13:20:26 +0000 rubidium (svn r18219) -Fix: the up/down buttons in the start network server window didn't work anymore 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:24:30 +0000 rubidium (svn r18213) -Codechange: it's not needed to manually set the fill, (re)size and tooltip for scrollbars 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
Fri, 20 Nov 2009 20:10:06 +0000 alberth (svn r18201) -Codechange (r18092): No need anymore for initializing nested widgets for Widget* arrays. draft
Wed, 18 Nov 2009 22:00:04 +0000 rubidium (svn r18175) -Codechange: make the network lobby and client list RTL aware 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
Mon, 16 Nov 2009 20:34:57 +0000 rubidium (svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/matrix initialisation draft
Sun, 15 Nov 2009 13:36:30 +0000 rubidium (svn r18092) -Codechange: remove support for the unnested widgets draft
Sun, 15 Nov 2009 10:26:01 +0000 rubidium (svn r18086) -Codechange: remove 'widget' from WindowDesc draft
Sat, 14 Nov 2009 15:37:33 +0000 rubidium (svn r18078) -Codechange: remove some duplicate (non translatable) strings draft
Mon, 02 Nov 2009 19:42:09 +0000 rubidium (svn r17958) -Codechange: make the join progress window nested draft
Mon, 02 Nov 2009 16:07:09 +0000 rubidium (svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/ draft
Mon, 02 Nov 2009 16:03:17 +0000 rubidium (svn r17954) -Codechange: make the network client list nested draft
Mon, 02 Nov 2009 15:37:54 +0000 rubidium (svn r17952) -Codechange: make the network client list popup nested draft
Mon, 02 Nov 2009 15:27:05 +0000 rubidium (svn r17951) -Codechange: simplify making the popup list, remove arbirary limitations and unused code/strings. draft
Mon, 02 Nov 2009 10:52:57 +0000 rubidium (svn r17948) -Codechange: remove some magic numbers from the network client list GUIs / use ResizeWindow instead of custom resize code. draft
Mon, 02 Nov 2009 09:58:08 +0000 rubidium (svn r17946) -Codechange: move the widget definition of the client list closer to the window draft
Fri, 30 Oct 2009 20:42:42 +0000 rubidium (svn r17905) -Codechange: make the network server list window nested (and increase the default size slightly) draft
Tue, 27 Oct 2009 14:46:59 +0000 rubidium (svn r17887) -Codechange: remove some (now) unneeded {SKIP}s draft
Tue, 27 Oct 2009 14:39:37 +0000 rubidium (svn r17886) -Codechange: make the 'start server' window nested draft
Tue, 27 Oct 2009 12:43:08 +0000 rubidium (svn r17885) -Codechange: make the network lobby window nested draft
Tue, 27 Oct 2009 12:03:12 +0000 rubidium (svn r17884) -Codechange: remove (most) magic numbers from drawing the details of the network lobby and split detail drawing to its own function draft
Mon, 26 Oct 2009 22:10:09 +0000 rubidium (svn r17882) -Codechange: make the code to draw the details in the server list a seperate function and remove some magic numbers draft
Mon, 26 Oct 2009 12:43:27 +0000 rubidium (svn r17877) -Fix (r1322/r1174/r464): do not hardcode 'Ban' for GUI purposes, i.e. make it translatable draft
Mon, 26 Oct 2009 12:24:14 +0000 rubidium (svn r17876) -Codechange: make the network company password window nested draft
Sat, 24 Oct 2009 14:53:55 +0000 rubidium (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. draft
Sat, 17 Oct 2009 14:29:10 +0000 rubidium (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows draft
Sun, 04 Oct 2009 20:51:50 +0000 smatz (svn r17701) -Codechange: don't start line with a space if it's not inside comment draft
Sun, 04 Oct 2009 17:16:41 +0000 rubidium (svn r17693) -Cleanup: remove some unneeded includes draft
Sun, 20 Sep 2009 23:11:01 +0000 smatz (svn r17596) -Codechange: constify some tables draft
Mon, 14 Sep 2009 20:24:17 +0000 frosch (svn r17539) -Codechange: Replace a magic number. 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, 13 Sep 2009 17:38:07 +0000 rubidium (svn r17526) -Codechange: use QSortT instead of qsort for sorting the language list in the network GUI draft
Wed, 02 Sep 2009 08:08:30 +0000 rubidium (svn r17370) -Codechange: make the saveload and network GUIs use the scrollbar wrappers 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
Wed, 29 Jul 2009 16:45:51 +0000 rubidium (svn r16981) -Fix [FS#3062]: the last manually added server would not be saved draft
Thu, 23 Jul 2009 19:31:50 +0000 rubidium (svn r16930) -Codechange: more StringID name unification and grouping draft
Thu, 16 Jul 2009 16:22:23 +0000 alberth (svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field. draft
Thu, 16 Jul 2009 10:13:33 +0000 rubidium (svn r16842) -Cleanup: add some spaces around a few operators draft
Tue, 19 May 2009 21:20:14 +0000 rubidium (svn r16360) -Codechange: don't use _network_playas as a 'second' _local_company, but only as a storage location for the company you want to join in MP. draft
Sun, 17 May 2009 01:00:56 +0000 smatz (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index) draft
Wed, 13 May 2009 00:24:21 +0000 smatz (svn r16288) -Fix (r16237): crash after clicking in the ClientList window draft
Sat, 09 May 2009 08:02:17 +0000 alberth (svn r16255) -Fix [FS#2887] (r16237): Nested widgets of client list window used incorrect length. draft
Fri, 08 May 2009 09:00:47 +0000 frosch (svn r16254) -Fix [FS#2886]: Magic constant removed. draft
Tue, 05 May 2009 20:40:08 +0000 alberth (svn r16237) -Codechange: Add nested widgets to remaining network windows. draft
Tue, 05 May 2009 20:36:16 +0000 alberth (svn r16236) -Codechange: Make widget enums complete of various network windows, and add them as comment. draft
Sun, 26 Apr 2009 15:42:45 +0000 rubidium (svn r16163) -Codechange: instead of SetDParamStr(0, string); DrawString(..., STR_JUST_RAW_STRING, ...) use DrawString(..., string, ...). draft
Sun, 26 Apr 2009 15:26:19 +0000 rubidium (svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings. 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
Wed, 15 Apr 2009 20:37:00 +0000 rubidium (svn r16065) -Fix: don't readd (and resolve) the last joined server each time the window gets repainted draft
Wed, 08 Apr 2009 19:39:03 +0000 rubidium (svn r15988) -Fix: inconsistency between using NETWORK_NAME_LENGTH and NETWORK_CLIENT_NAME_LENGTH for the length of client names. draft
Wed, 08 Apr 2009 12:52:53 +0000 rubidium (svn r15982) -Codechange: use GetAddressAsString to get the name instead of passing the hostname and the IP into a string. draft
Sat, 04 Apr 2009 00:48:48 +0000 rubidium (svn r15947) -Codechange: replace uint32 client_ip with NetworkAddress client_address. draft
Fri, 03 Apr 2009 12:49:58 +0000 rubidium (svn r15931) -Codechange: let the host and ban lists use of SmallVector. draft
Thu, 02 Apr 2009 20:17:46 +0000 rubidium (svn r15916) -Codechange: let the network game list use NetworkAddress draft