src/network/network_gui.cpp
Tue, 30 Sep 2008 20:39:50 +0000 rubidium (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
Tue, 23 Sep 2008 15:24:15 +0000 rubidium (svn r14390) -Codechange: replace magic constants with symbolic constants.
Mon, 15 Sep 2008 16:29:40 +0000 smatz (svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
Tue, 02 Sep 2008 17:24:46 +0000 smatz (svn r14228) -Fix (r14209): double click on the 'last joined' server didn't work
Sun, 31 Aug 2008 20:54:01 +0000 smatz (svn r14209) -Feature(tte): doubleclick to join selected server/company
Mon, 11 Aug 2008 22:45:11 +0000 rubidium (svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.
Mon, 11 Aug 2008 22:08:56 +0000 rubidium (svn r14046) -Codechange: make the size of querystring "widgets" more configurable.
Sun, 03 Aug 2008 02:18:45 +0000 belugas (svn r13970) -Codechange: Replace numbers with Colours enum on network, toolbar and dropdown guis.
Fri, 01 Aug 2008 03:43:53 +0000 belugas (svn r13907) -Codechange: Replace a number with Colours enum on DrawFrameRect usage
Wed, 23 Jul 2008 13:10:08 +0000 rubidium (svn r13796) -Fix [FS#2161]: one couldn't start the last scenario in the "start server window"'s list of scenarios.
Fri, 18 Jul 2008 20:44:35 +0000 rubidium (svn r13732) -Feature: add a few extra columns with information to the server list. Patch by Pegasus.
Fri, 18 Jul 2008 16:40:29 +0000 rubidium (svn r13731) -Codechange: make a pool of the array of players.
Thu, 17 Jul 2008 20:13:01 +0000 rubidium (svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
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.
Mon, 09 Jun 2008 12:17:01 +0000 rubidium (svn r13433) -Codechange: remove a now useless global variable.
Wed, 04 Jun 2008 22:30:44 +0000 glx (svn r13380) -Fix (r13327): MSVC signed/unsigned warning
Tue, 03 Jun 2008 08:04:35 +0000 rubidium (svn r13369) -Codechange: remove duplication of network configuration settings between NetworkSettings and NetworkGameInfo.
Mon, 02 Jun 2008 14:19:27 +0000 skidd13 (svn r13359) -Codechange: convert _fios_items to a SmallVector
Fri, 30 May 2008 18:20:26 +0000 rubidium (svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.
Thu, 29 May 2008 20:21:28 +0000 rubidium (svn r13334) -Codechange: move the network settings variables from network/network_internal to settings.
Thu, 29 May 2008 17:01:42 +0000 smatz (svn r13330) -Fix: 'Player name' dialog was broken in two ways
Thu, 29 May 2008 16:47:22 +0000 skidd13 (svn r13328) -Fix (r13327): Don't access an item when there isn't any
Thu, 29 May 2008 16:37:26 +0000 skidd13 (svn r13327) -Codechange: NetworkGameWindow uses GUILists Sort() now
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.
Tue, 27 May 2008 15:30:51 +0000 peter1138 (svn r13291) -Fix (r13266): qsort passed wrong sizeof data
Mon, 26 May 2008 16:23:23 +0000 peter1138 (svn r13266) -Codechange: Use SmallVector in GUIList
Sun, 25 May 2008 19:17:03 +0000 rubidium (svn r13251) -Codechange: rename _patches to _settings as that is more logic.
Mon, 19 May 2008 09:48:47 +0000 rubidium (svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
Sun, 18 May 2008 20:40:30 +0000 rubidium (svn r13169) -Codechange: remove a (now) unneeded parameter of one of the Window constructors.
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.
Sat, 17 May 2008 13:01:30 +0000 rubidium (svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so window_gui.h only needs to be included in *_gui.cpp.
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.
Sat, 17 May 2008 08:00:13 +0000 rubidium (svn r13135) -Codechange: make a class of the NetworkJoinStatusWindow.
Thu, 15 May 2008 20:04:10 +0000 rubidium (svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus.
Thu, 15 May 2008 19:24:15 +0000 glx (svn r13107) -Codechange: make NetworkCompanyPasswordWindow and SelectPlayerFaceWindow children of PlayerCompanyWindow.
Sun, 11 May 2008 14:23:45 +0000 rubidium (svn r13045) -Codechange: make list_d (now GUIList) more generic and uniform.
Sun, 11 May 2008 14:09:38 +0000 rubidium (svn r13044) -Fix: deleting an already deleted window.
Sun, 11 May 2008 13:02:58 +0000 rubidium (svn r13043) -Codechange: remove some duplicate variables from news_d.
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.
Sun, 11 May 2008 11:41:18 +0000 rubidium (svn r13041) -Fix: calling a virtual function on a not fully constructed object is bound to cause errors.
Sun, 11 May 2008 07:22:13 +0000 rubidium (svn r13040) -Codechange: make a class of the NetworkLobbyWindow.
Sat, 10 May 2008 12:30:27 +0000 rubidium (svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the same thing.
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.
Fri, 09 May 2008 15:27:00 +0000 rubidium (svn r13025) -Codechange: remove the need for two WindowEvents.
Thu, 08 May 2008 13:20:54 +0000 glx (svn r13008) -Fix [FS#1997]: silence some MSVC x64 warnings
Thu, 08 May 2008 11:50:34 +0000 rubidium (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
Thu, 08 May 2008 11:31:41 +0000 rubidium (svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
Tue, 06 May 2008 21:28:30 +0000 rubidium (svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
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.
Mon, 14 Apr 2008 20:31:21 +0000 rubidium (svn r12709) -Feature: show the last joined server. Heavily based on a patch by Yexo.
Mon, 14 Apr 2008 13:23:16 +0000 rubidium (svn r12701) -Codechange: do not explicitly number a widget enum because that causes a big diff when adding something.
Wed, 26 Mar 2008 10:38:31 +0000 rubidium (svn r12426) -Cleanup: sprinkle some coding style over a few files.
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.
Mon, 24 Mar 2008 06:38:20 +0000 rubidium (svn r12404) -Codechange: rename the string buffer used for network GUIs to something more unique than what it is called now.
Mon, 24 Mar 2008 06:32:53 +0000 rubidium (svn r12403) -Codechange: unmisuse a variable in the chat window and make the code a little cleaner.
Sat, 15 Mar 2008 19:50:06 +0000 peter1138 (svn r12370) -Fix [FS#1853]: Close language drop down when parent window is clicked/closed.
Fri, 18 Jan 2008 10:36:55 +0000 peter1138 (svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel.
Thu, 17 Jan 2008 20:00:13 +0000 peter1138 (svn r11909) -Codechange: use dropdown widget for player livery, network lobby/setup and news settings windows
Mon, 14 Jan 2008 16:10:58 +0000 peter1138 (svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed.
Sun, 13 Jan 2008 14:37:30 +0000 rubidium (svn r11834) -Codechange: only include settings_type.h if needed.