rubidium
|
aca7ba714a
|
(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false
|
2009-08-23 19:03:09 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
d61be2637e
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
rubidium
|
1fe3ad3288
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
rubidium
|
5bb7b8ad35
|
(svn r17062) -Change: unify the naming of some 125 strings
|
2009-08-04 18:04:33 +00:00 |
|
rubidium
|
4b2592dbc0
|
(svn r17062) -Change: unify the naming of some 125 strings
|
2009-08-04 18:04:33 +00:00 |
|
rubidium
|
871f3ec803
|
(svn r16981) -Fix [FS#3062]: the last manually added server would not be saved
|
2009-07-29 16:45:51 +00:00 |
|
rubidium
|
63c29124de
|
(svn r16981) -Fix [FS#3062]: the last manually added server would not be saved
|
2009-07-29 16:45:51 +00:00 |
|
rubidium
|
4874578e79
|
(svn r16930) -Codechange: more StringID name unification and grouping
|
2009-07-23 19:31:50 +00:00 |
|
rubidium
|
e9bc557b2a
|
(svn r16930) -Codechange: more StringID name unification and grouping
|
2009-07-23 19:31:50 +00:00 |
|
alberth
|
fe9f5cbc46
|
(svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field.
|
2009-07-16 16:22:23 +00:00 |
|
alberth
|
d0a47fc1b4
|
(svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field.
|
2009-07-16 16:22:23 +00:00 |
|
rubidium
|
34570f4e93
|
(svn r16842) -Cleanup: add some spaces around a few operators
|
2009-07-16 10:13:33 +00:00 |
|
rubidium
|
594070194f
|
(svn r16842) -Cleanup: add some spaces around a few operators
|
2009-07-16 10:13:33 +00:00 |
|
rubidium
|
789999ecf3
|
(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.
|
2009-05-19 21:20:14 +00:00 |
|
rubidium
|
9f4d64bda0
|
(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.
|
2009-05-19 21:20:14 +00:00 |
|
smatz
|
0c10daa243
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
871107f529
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
d87206b6f7
|
(svn r16288) -Fix (r16237): crash after clicking in the ClientList window
|
2009-05-13 00:24:21 +00:00 |
|
smatz
|
3afce9b641
|
(svn r16288) -Fix (r16237): crash after clicking in the ClientList window
|
2009-05-13 00:24:21 +00:00 |
|
alberth
|
9e99cbf93d
|
(svn r16255) -Fix [FS#2887] (r16237): Nested widgets of client list window used incorrect length.
|
2009-05-09 08:02:17 +00:00 |
|
alberth
|
977db77921
|
(svn r16255) -Fix [FS#2887] (r16237): Nested widgets of client list window used incorrect length.
|
2009-05-09 08:02:17 +00:00 |
|
frosch
|
d84faa8209
|
(svn r16254) -Fix [FS#2886]: Magic constant removed.
|
2009-05-08 09:00:47 +00:00 |
|
frosch
|
8fc723800f
|
(svn r16254) -Fix [FS#2886]: Magic constant removed.
|
2009-05-08 09:00:47 +00:00 |
|
alberth
|
4c703618ff
|
(svn r16237) -Codechange: Add nested widgets to remaining network windows.
|
2009-05-05 20:40:08 +00:00 |
|
alberth
|
29675278c4
|
(svn r16237) -Codechange: Add nested widgets to remaining network windows.
|
2009-05-05 20:40:08 +00:00 |
|
alberth
|
c6be093c89
|
(svn r16236) -Codechange: Make widget enums complete of various network windows, and add them as comment.
|
2009-05-05 20:36:16 +00:00 |
|
alberth
|
b967b45ae8
|
(svn r16236) -Codechange: Make widget enums complete of various network windows, and add them as comment.
|
2009-05-05 20:36:16 +00:00 |
|
rubidium
|
156d45505d
|
(svn r16163) -Codechange: instead of SetDParamStr(0, string); DrawString(..., STR_JUST_RAW_STRING, ...) use DrawString(..., string, ...).
|
2009-04-26 15:42:45 +00:00 |
|
rubidium
|
85b653bafc
|
(svn r16163) -Codechange: instead of SetDParamStr(0, string); DrawString(..., STR_JUST_RAW_STRING, ...) use DrawString(..., string, ...).
|
2009-04-26 15:42:45 +00:00 |
|
rubidium
|
3bd4eeb178
|
(svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings.
|
2009-04-26 15:26:19 +00:00 |
|
rubidium
|
7dd677ced2
|
(svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings.
|
2009-04-26 15:26:19 +00:00 |
|
rubidium
|
5c5b357043
|
(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.
|
2009-04-21 23:40:56 +00:00 |
|
rubidium
|
59d45a04d6
|
(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.
|
2009-04-21 23:40:56 +00:00 |
|
rubidium
|
b34eb75c11
|
(svn r16065) -Fix: don't readd (and resolve) the last joined server each time the window gets repainted
|
2009-04-15 20:37:00 +00:00 |
|
rubidium
|
d04ebf2fa5
|
(svn r16065) -Fix: don't readd (and resolve) the last joined server each time the window gets repainted
|
2009-04-15 20:37:00 +00:00 |
|
rubidium
|
0630f0db4f
|
(svn r15988) -Fix: inconsistency between using NETWORK_NAME_LENGTH and NETWORK_CLIENT_NAME_LENGTH for the length of client names.
|
2009-04-08 19:39:03 +00:00 |
|
rubidium
|
1d4318c0d1
|
(svn r15988) -Fix: inconsistency between using NETWORK_NAME_LENGTH and NETWORK_CLIENT_NAME_LENGTH for the length of client names.
|
2009-04-08 19:39:03 +00:00 |
|
rubidium
|
1cd5ac75ff
|
(svn r15982) -Codechange: use GetAddressAsString to get the name instead of passing the hostname and the IP into a string.
|
2009-04-08 12:52:53 +00:00 |
|
rubidium
|
cd8da0d69e
|
(svn r15982) -Codechange: use GetAddressAsString to get the name instead of passing the hostname and the IP into a string.
|
2009-04-08 12:52:53 +00:00 |
|
rubidium
|
a76218eab9
|
(svn r15947) -Codechange: replace uint32 client_ip with NetworkAddress client_address.
|
2009-04-04 00:48:48 +00:00 |
|
rubidium
|
c9ebf14ba5
|
(svn r15947) -Codechange: replace uint32 client_ip with NetworkAddress client_address.
|
2009-04-04 00:48:48 +00:00 |
|
rubidium
|
bc7a870a61
|
(svn r15931) -Codechange: let the host and ban lists use of SmallVector.
|
2009-04-03 12:49:58 +00:00 |
|
rubidium
|
89d0eca6b7
|
(svn r15931) -Codechange: let the host and ban lists use of SmallVector.
|
2009-04-03 12:49:58 +00:00 |
|
rubidium
|
785779ca62
|
(svn r15916) -Codechange: let the network game list use NetworkAddress
|
2009-04-02 20:17:46 +00:00 |
|
rubidium
|
1e205e01b8
|
(svn r15916) -Codechange: let the network game list use NetworkAddress
|
2009-04-02 20:17:46 +00:00 |
|
alberth
|
bbd546b792
|
(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback
|
2009-03-29 09:49:11 +00:00 |
|
alberth
|
9d2738b9c4
|
(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback
|
2009-03-29 09:49:11 +00:00 |
|
yexo
|
d8a0e59b9d
|
(svn r15825) -Codechange: remove the WWT_DROPDOWNIN widget type and replace it with WWT_DROPDOWN.
|
2009-03-23 00:08:59 +00:00 |
|