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 |
|
yexo
|
b61a681f02
|
(svn r15825) -Codechange: remove the WWT_DROPDOWNIN widget type and replace it with WWT_DROPDOWN.
|
2009-03-23 00:08:59 +00:00 |
|
rubidium
|
0e96b7b7c0
|
(svn r15822) -Codechange: replace some magic numbers and improve alignment of the start server window.
|
2009-03-22 23:38:29 +00:00 |
|
rubidium
|
e25b2f5d60
|
(svn r15822) -Codechange: replace some magic numbers and improve alignment of the start server window.
|
2009-03-22 23:38:29 +00:00 |
|
alberth
|
8f5f39cf09
|
(svn r15820) -Codechange: Some windows using nested widgets
|
2009-03-22 21:16:57 +00:00 |
|
alberth
|
6567a29e18
|
(svn r15820) -Codechange: Some windows using nested widgets
|
2009-03-22 21:16:57 +00:00 |
|
rubidium
|
2e38d7c332
|
(svn r15812) -Codechange: use the new DrawString API in another set of GUIs
|
2009-03-22 14:39:20 +00:00 |
|
rubidium
|
9038733f1a
|
(svn r15812) -Codechange: use the new DrawString API in another set of GUIs
|
2009-03-22 14:39:20 +00:00 |
|
rubidium
|
a1088869f5
|
(svn r15794) -Codechange: remove the DoDrawString part of the old text drawing API
|
2009-03-21 22:46:17 +00:00 |
|
rubidium
|
f11300d1f9
|
(svn r15794) -Codechange: remove the DoDrawString part of the old text drawing API
|
2009-03-21 22:46:17 +00:00 |
|
rubidium
|
89d614deea
|
(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.
|
2009-03-21 22:00:00 +00:00 |
|
rubidium
|
9003641095
|
(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.
|
2009-03-21 22:00:00 +00:00 |
|
rubidium
|
2f1bfe3813
|
(svn r15788) -Codechange: enumify the network join status widgets and use them.
|
2009-03-21 21:26:10 +00:00 |
|
rubidium
|
fd0f0bda72
|
(svn r15788) -Codechange: enumify the network join status widgets and use them.
|
2009-03-21 21:26:10 +00:00 |
|
rubidium
|
c1aabd9842
|
(svn r15785) -Codechange: remove the *Truncated part of the old text drawing API.
|
2009-03-21 20:12:12 +00:00 |
|
rubidium
|
45f189fdca
|
(svn r15785) -Codechange: remove the *Truncated part of the old text drawing API.
|
2009-03-21 20:12:12 +00:00 |
|
glx
|
583c756679
|
(svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windows
|
2009-03-21 20:06:00 +00:00 |
|
glx
|
9fcff01850
|
(svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windows
|
2009-03-21 20:06:00 +00:00 |
|
rubidium
|
b3b4be2dde
|
(svn r15782) -Codechange: replace some calls to the all text drawing API to the new one.
|
2009-03-21 19:10:26 +00:00 |
|
rubidium
|
8a758beec3
|
(svn r15782) -Codechange: replace some calls to the all text drawing API to the new one.
|
2009-03-21 19:10:26 +00:00 |
|
smatz
|
e0fe28fdc9
|
(svn r15726) -Codechange: unify coding style for const pointers
|
2009-03-15 16:04:39 +00:00 |
|
smatz
|
8585aa71ed
|
(svn r15726) -Codechange: unify coding style for const pointers
|
2009-03-15 16:04:39 +00:00 |
|
rubidium
|
57c5ce84eb
|
(svn r15724) -Codechange: some widget documentation/fixing of enumified constant names (Alberth)
|
2009-03-15 15:22:09 +00:00 |
|
rubidium
|
4f8eeca437
|
(svn r15724) -Codechange: some widget documentation/fixing of enumified constant names (Alberth)
|
2009-03-15 15:22:09 +00:00 |
|
rubidium
|
7f468dc142
|
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
|
2009-03-15 15:12:06 +00:00 |
|
rubidium
|
f9def73be6
|
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
|
2009-03-15 15:12:06 +00:00 |
|
rubidium
|
c3e87f345d
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|