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
|
Sun, 29 Mar 2009 09:49:11 +0000 |
alberth |
(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback
draft
|
Mon, 23 Mar 2009 00:08:59 +0000 |
yexo |
(svn r15825) -Codechange: remove the WWT_DROPDOWNIN widget type and replace it with WWT_DROPDOWN.
draft
|
Sun, 22 Mar 2009 23:38:29 +0000 |
rubidium |
(svn r15822) -Codechange: replace some magic numbers and improve alignment of the start server window.
draft
|
Sun, 22 Mar 2009 21:16:57 +0000 |
alberth |
(svn r15820) -Codechange: Some windows using nested widgets
draft
|
Sun, 22 Mar 2009 14:39:20 +0000 |
rubidium |
(svn r15812) -Codechange: use the new DrawString API in another set of GUIs
draft
|
Sat, 21 Mar 2009 22:46:17 +0000 |
rubidium |
(svn r15794) -Codechange: remove the DoDrawString part of the old text drawing API
draft
|
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 21:26:10 +0000 |
rubidium |
(svn r15788) -Codechange: enumify the network join status widgets and use them.
draft
|
Sat, 21 Mar 2009 20:12:12 +0000 |
rubidium |
(svn r15785) -Codechange: remove the *Truncated part of the old text drawing API.
draft
|
Sat, 21 Mar 2009 20:06:00 +0000 |
glx |
(svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windows
draft
|
Sat, 21 Mar 2009 19:10:26 +0000 |
rubidium |
(svn r15782) -Codechange: replace some calls to the all text drawing API to the new one.
draft
|
Sun, 15 Mar 2009 16:04:39 +0000 |
smatz |
(svn r15726) -Codechange: unify coding style for const pointers
draft
|
Sun, 15 Mar 2009 15:22:09 +0000 |
rubidium |
(svn r15724) -Codechange: some widget documentation/fixing of enumified constant names (Alberth)
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
|
Sun, 15 Mar 2009 00:32:18 +0000 |
rubidium |
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
draft
|
Sat, 14 Mar 2009 18:16:29 +0000 |
rubidium |
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
draft
|
Wed, 11 Mar 2009 09:21:11 +0000 |
yexo |
(svn r15669) -Change: Key presses that are not handles by an input box are no longer marked as handled but given to other OnKeyPress handlers. This makes the global shortcuts like F1 work again when an input box is open.
draft
|
Fri, 06 Mar 2009 12:42:01 +0000 |
smatz |
(svn r15628) -Fix [FS#2705]: kicking/banning a client from the Client list window crashed the server
draft
|
Wed, 04 Mar 2009 00:13:52 +0000 |
rubidium |
(svn r15605) -Codechange: constify a function
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
|
Tue, 24 Feb 2009 22:25:23 +0000 |
smatz |
(svn r15571) -Fix: incorrect use of memset
draft
|
Mon, 09 Feb 2009 02:57:15 +0000 |
rubidium |
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
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
|
Sun, 01 Feb 2009 22:32:07 +0000 |
peter1138 |
(svn r15312) -Codechange: Handle closing of drop down menus when clicking in a window in a single place, instead of in the OnClick event for some windows. This standardises behaviour so that clicking anywhere in a window will close its drop down menu, which happened before for some windows but not all. In addition the dubious feature of hiding a drop down menu by opening the same menu has been removed. This only caused wasted CPU cycles as a whole new list was generated and then destroyed. Breathe.
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Tue, 20 Jan 2009 11:21:06 +0000 |
rubidium |
(svn r15162) -Fix: the join status window didn't get properly created
draft
|
Tue, 20 Jan 2009 01:32:06 +0000 |
rubidium |
(svn r15157) -Codechange: wrap the hostname/ip and port into a single structure so we can pass either one of them and not convert an ip to a string and then back again.
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
|
Fri, 16 Jan 2009 12:59:47 +0000 |
rubidium |
(svn r15104) -Codechange: unify the resolving of the xyz kbytes/megabytes strings.
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
|
Sat, 10 Jan 2009 00:31:47 +0000 |
rubidium |
(svn r14949) -Cleanup: pointer coding style
draft
|
Fri, 09 Jan 2009 22:48:57 +0000 |
rubidium |
(svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with spaces
draft
|
Sat, 03 Jan 2009 19:39:22 +0000 |
glx |
(svn r14816) -Fix: signed/unsigned warnings (MSVC)
draft
|