rubidium
|
5fb9f8cb24
|
(svn r17846) -Codechange: make the network content window nested
|
2009-10-22 16:45:29 +00:00 |
|
rubidium
|
ecd5c2901d
|
(svn r17846) -Codechange: make the network content window nested
|
2009-10-22 16:45:29 +00:00 |
|
rubidium
|
ac055da444
|
(svn r17843) -Codechange: move the details drawing code of the content window to a separate function
|
2009-10-22 14:26:18 +00:00 |
|
rubidium
|
310be2e5be
|
(svn r17843) -Codechange: move the details drawing code of the content window to a separate function
|
2009-10-22 14:26:18 +00:00 |
|
rubidium
|
6eba9654a2
|
(svn r17841) -Codechange: move state changes from OnPaint to OnInvalidate for the content gui.
|
2009-10-22 13:57:39 +00:00 |
|
rubidium
|
c90885a17e
|
(svn r17841) -Codechange: move state changes from OnPaint to OnInvalidate for the content gui.
|
2009-10-22 13:57:39 +00:00 |
|
rubidium
|
b72898c8a3
|
(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows
|
2009-10-17 14:29:10 +00:00 |
|
rubidium
|
d1d35b95b6
|
(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows
|
2009-10-17 14:29:10 +00:00 |
|
rubidium
|
aec99b1790
|
(svn r17772) -Fix [FS#3264]: CJK languages don't have spaces, so for adding newlines (multi line strings) we need to (properly) handle the case when there are no spaces instead of truncating the string.
|
2009-10-13 20:19:34 +00:00 |
|
rubidium
|
3bb1f4217d
|
(svn r17772) -Fix [FS#3264]: CJK languages don't have spaces, so for adding newlines (multi line strings) we need to (properly) handle the case when there are no spaces instead of truncating the string.
|
2009-10-13 20:19:34 +00:00 |
|
smatz
|
c2c23ec661
|
(svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Init() is useless
|
2009-10-09 11:03:00 +00:00 |
|
smatz
|
eb72a0095f
|
(svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Init() is useless
|
2009-10-09 11:03:00 +00:00 |
|
rubidium
|
7312bdb362
|
(svn r17743) -Fix: (post 0.7) memory leak in server in case handling a packet caused the connection to be closed. Also force-close the connection on invalid packets.
|
2009-10-07 21:11:56 +00:00 |
|
rubidium
|
59ec3dc267
|
(svn r17743) -Fix: (post 0.7) memory leak in server in case handling a packet caused the connection to be closed. Also force-close the connection on invalid packets.
|
2009-10-07 21:11:56 +00:00 |
|
rubidium
|
65f97fb38c
|
(svn r17742) -Codechange: remove unused variable from Recv_Packet
|
2009-10-07 20:58:14 +00:00 |
|
rubidium
|
df75db67eb
|
(svn r17742) -Codechange: remove unused variable from Recv_Packet
|
2009-10-07 20:58:14 +00:00 |
|
rubidium
|
65d4612d2a
|
(svn r17741) -Feature-ish [FS#3116]: show the nickname of the person you're PMing
|
2009-10-07 19:35:05 +00:00 |
|
rubidium
|
8c37da1be6
|
(svn r17741) -Feature-ish [FS#3116]: show the nickname of the person you're PMing
|
2009-10-07 19:35:05 +00:00 |
|
rubidium
|
3a9a88782b
|
(svn r17737) -Codechange: remove the chat window when you were chatting with someone who lost his/her connection or when you were team chatting and moved out of the company.
|
2009-10-07 17:36:33 +00:00 |
|
rubidium
|
58a36f038b
|
(svn r17737) -Codechange: remove the chat window when you were chatting with someone who lost his/her connection or when you were team chatting and moved out of the company.
|
2009-10-07 17:36:33 +00:00 |
|
smatz
|
fa937901cb
|
(svn r17701) -Codechange: don't start line with a space if it's not inside comment
|
2009-10-04 20:51:50 +00:00 |
|
smatz
|
6c7f8fc8b4
|
(svn r17701) -Codechange: don't start line with a space if it's not inside comment
|
2009-10-04 20:51:50 +00:00 |
|
rubidium
|
67a11a5776
|
(svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic' includes so compilation without network support doesn't get broken as easily by changes in header files
|
2009-10-04 20:00:56 +00:00 |
|
rubidium
|
5ff6053326
|
(svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic' includes so compilation without network support doesn't get broken as easily by changes in header files
|
2009-10-04 20:00:56 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
smatz
|
7c74afb1c3
|
(svn r17692) -Codechange: minor coding style fixes
|
2009-10-04 17:10:57 +00:00 |
|
smatz
|
32cbe57178
|
(svn r17692) -Codechange: minor coding style fixes
|
2009-10-04 17:10:57 +00:00 |
|
rubidium
|
dd01e6196a
|
(svn r17685) -Fix: autounpausing kept trying to unpause a loaded game that was paused due to an error. Just reject such savegames in dedicated servers.
|
2009-10-03 14:48:12 +00:00 |
|
rubidium
|
afed4330da
|
(svn r17685) -Fix: autounpausing kept trying to unpause a loaded game that was paused due to an error. Just reject such savegames in dedicated servers.
|
2009-10-03 14:48:12 +00:00 |
|
rubidium
|
0855ae61de
|
(svn r17674) -Codechange: replace SetDirty + OnInvalidateData with InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant.
|
2009-09-30 21:07:54 +00:00 |
|
rubidium
|
c847f5c04e
|
(svn r17674) -Codechange: replace SetDirty + OnInvalidateData with InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant.
|
2009-09-30 21:07:54 +00:00 |
|
rubidium
|
ae115cda83
|
(svn r17667) -Fix [FS#3245]: autopause tried to (un)pause the server every tick when the pause command only gets processed once every frame_freq ticks. So it would spam the console with duplicate attempts.
|
2009-09-30 13:32:39 +00:00 |
|
rubidium
|
124e543b1d
|
(svn r17667) -Fix [FS#3245]: autopause tried to (un)pause the server every tick when the pause command only gets processed once every frame_freq ticks. So it would spam the console with duplicate attempts.
|
2009-09-30 13:32:39 +00:00 |
|
rubidium
|
e1e9b68b54
|
(svn r17635) -Codechange: make the chat gui nested
|
2009-09-25 18:15:41 +00:00 |
|
rubidium
|
3f600bba24
|
(svn r17635) -Codechange: make the chat gui nested
|
2009-09-25 18:15:41 +00:00 |
|
rubidium
|
99235a0d30
|
(svn r17618) -Fix [FS#3226]: the 'lock' icon would erroneously be drawn for companies if the company had a password before the reset
|
2009-09-22 21:14:31 +00:00 |
|
rubidium
|
b3c5c8cadb
|
(svn r17618) -Fix [FS#3226]: the 'lock' icon would erroneously be drawn for companies if the company had a password before the reset
|
2009-09-22 21:14:31 +00:00 |
|
rubidium
|
d1032d69c8
|
(svn r17617) -Codechange: make the server side packet handling be more like the client side's handling, i.e. return the connection status
-Fix: do not do invalid reads when a packet handling function closed a connection
|
2009-09-22 20:44:14 +00:00 |
|
rubidium
|
7d24e84a81
|
(svn r17617) -Codechange: make the server side packet handling be more like the client side's handling, i.e. return the connection status
-Fix: do not do invalid reads when a packet handling function closed a connection
|
2009-09-22 20:44:14 +00:00 |
|
rubidium
|
d579a9366a
|
(svn r17606) -Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet)
|
2009-09-21 18:36:33 +00:00 |
|
rubidium
|
01ab1c6001
|
(svn r17606) -Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet)
|
2009-09-21 18:36:33 +00:00 |
|
smatz
|
f85b8c4e09
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|
smatz
|
114d48e492
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|
alberth
|
4ff755ac90
|
(svn r17573) -Codechange: NWID_SELECTION containers have a selected widget-plane, and optionally an index in the nested_array.
|
2009-09-19 11:55:44 +00:00 |
|
alberth
|
ceab116065
|
(svn r17573) -Codechange: NWID_SELECTION containers have a selected widget-plane, and optionally an index in the nested_array.
|
2009-09-19 11:55:44 +00:00 |
|
alberth
|
d54028fde8
|
(svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array.
|
2009-09-19 11:31:12 +00:00 |
|
alberth
|
116c77c342
|
(svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array.
|
2009-09-19 11:31:12 +00:00 |
|
rubidium
|
d9519fdf64
|
(svn r17562) -Fix [FS#2972]: the NewGRF settings of (remote) network games did not get properly updated when the NewGRFs were rescanned causing reading of freed data
|
2009-09-17 21:14:16 +00:00 |
|
rubidium
|
55c0109ee0
|
(svn r17562) -Fix [FS#2972]: the NewGRF settings of (remote) network games did not get properly updated when the NewGRFs were rescanned causing reading of freed data
|
2009-09-17 21:14:16 +00:00 |
|