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 |
|
frosch
|
c192bbe800
|
(svn r17539) -Codechange: Replace a magic number.
|
2009-09-14 20:24:17 +00:00 |
|
frosch
|
bc8557d5c0
|
(svn r17539) -Codechange: Replace a magic number.
|
2009-09-14 20:24:17 +00:00 |
|
frosch
|
804b40b48c
|
(svn r17538) -Codechange: Rename STR_CONTENT_FILTER_(OSKTITLE|TOOLTIP) for more general usage.
|
2009-09-14 20:15:29 +00:00 |
|
frosch
|
2773865cd6
|
(svn r17538) -Codechange: Rename STR_CONTENT_FILTER_(OSKTITLE|TOOLTIP) for more general usage.
|
2009-09-14 20:15:29 +00:00 |
|
frosch
|
0e36260337
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
frosch
|
ebd916be3d
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
rubidium
|
fd04d4ed00
|
(svn r17526) -Codechange: use QSortT instead of qsort for sorting the language list in the network GUI
|
2009-09-13 17:38:07 +00:00 |
|
rubidium
|
45e3141444
|
(svn r17526) -Codechange: use QSortT instead of qsort for sorting the language list in the network GUI
|
2009-09-13 17:38:07 +00:00 |
|
frosch
|
b3fd812eee
|
(svn r17523) -Fix (r17514): InvalidateWindowClasses() only does SetDirty(), which is no longer enough.
|
2009-09-13 16:43:16 +00:00 |
|
frosch
|
ba97964af8
|
(svn r17523) -Fix (r17514): InvalidateWindowClasses() only does SetDirty(), which is no longer enough.
|
2009-09-13 16:43:16 +00:00 |
|
frosch
|
3511a6a7c4
|
(svn r17522) -Fix: Scroll to selected content after sorting the list and after updating the scrollbar maximum.
|
2009-09-13 14:50:52 +00:00 |
|
frosch
|
0c8c208569
|
(svn r17522) -Fix: Scroll to selected content after sorting the list and after updating the scrollbar maximum.
|
2009-09-13 14:50:52 +00:00 |
|
rubidium
|
0153e7a211
|
(svn r17467) -Change: show the client id in join messages at the server (patch by dihedral)
|
2009-09-07 21:28:16 +00:00 |
|
rubidium
|
bd9670ea47
|
(svn r17467) -Change: show the client id in join messages at the server (patch by dihedral)
|
2009-09-07 21:28:16 +00:00 |
|
rubidium
|
6d72ae033a
|
(svn r17370) -Codechange: make the saveload and network GUIs use the scrollbar wrappers
|
2009-09-02 08:08:30 +00:00 |
|
rubidium
|
59ac4f6b21
|
(svn r17370) -Codechange: make the saveload and network GUIs use the scrollbar wrappers
|
2009-09-02 08:08:30 +00:00 |
|
glx
|
cf2d2cb4b6
|
(svn r17350) -Fix (r17336): broken compilation with mingw
|
2009-09-01 14:20:35 +00:00 |
|
glx
|
8a367f1ff4
|
(svn r17350) -Fix (r17336): broken compilation with mingw
|
2009-09-01 14:20:35 +00:00 |
|
rubidium
|
533e3da493
|
(svn r17339) -Codechange: move thread related files to their own directory (like done for video, music, sound, etc)
|
2009-09-01 10:07:22 +00:00 |
|