terkhen
|
64c200a25e
|
(svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU.
|
2010-11-27 22:52:12 +00:00 |
|
rubidium
|
2a465f152b
|
(svn r21334) -Fix [FS#4271]: make (more) sure that the savegame and transferred file are the same file and not different ones
|
2010-11-26 22:25:02 +00:00 |
|
alberth
|
0722492c1b
|
(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint().
|
2010-11-26 15:22:18 +00:00 |
|
rubidium
|
916048f5e8
|
(svn r21322) -Fix [FS#4268] (r20924): packets were leaked
|
2010-11-25 16:00:04 +00:00 |
|
smatz
|
a6be993967
|
(svn r21319) -Fix: crash when creating file download by the content download system failed
|
2010-11-25 13:43:09 +00:00 |
|
smatz
|
8f250f7a2d
|
(svn r21318) -Fix: parameters to ShowErrorMessage() were swapped when content download failed
|
2010-11-25 13:41:30 +00:00 |
|
rubidium
|
e1aeb90ca5
|
(svn r21308) -Fix [FS#4262] (r20933-ish): crash upon desync
|
2010-11-23 23:59:24 +00:00 |
|
smatz
|
8c98915955
|
(svn r21302) -Fix (r18994): do not add HTTP connection to list of connections when it fails in the beginning
|
2010-11-23 22:16:11 +00:00 |
|
smatz
|
beb66c05ac
|
(svn r21285) -Codechange: prevent ICC warning
|
2010-11-21 16:32:53 +00:00 |
|
rubidium
|
e638c7e3b6
|
(svn r21256) -Fix [FS#4189]: Clients weren't always notified when the connection was lost
|
2010-11-19 15:55:53 +00:00 |
|
rubidium
|
d7eafddc18
|
(svn r21254) -Change: show a different "lag" message when a client is lagging because of connection trouble or lagging because the client is just slow
|
2010-11-19 12:33:19 +00:00 |
|
rubidium
|
59b6c9a85e
|
(svn r21248) -Codechange: don't run the tar scanner twice upon startup
|
2010-11-18 22:27:15 +00:00 |
|
rubidium
|
cc5fd40a74
|
(svn r21246) -Fix: upon rescanning AIs the new AIs would (after some time) show up in the AI list but you could not select all
|
2010-11-18 22:24:10 +00:00 |
|
rubidium
|
df8b493d6e
|
(svn r21182) -Fix: possible just-freed memory reads
|
2010-11-14 12:05:24 +00:00 |
|
rubidium
|
5ec2bcc0d9
|
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
|
2010-11-13 09:56:25 +00:00 |
|
rubidium
|
457b9c9c2e
|
(svn r21071) -Fix: ofcourse the svn properties weren't set properly either :(
|
2010-11-01 14:26:57 +00:00 |
|
rubidium
|
89ab118d0c
|
(svn r21070) -Fix: file not being picked up by doxygen
|
2010-11-01 14:18:22 +00:00 |
|
rubidium
|
0b37e60fe2
|
(svn r21033) -Codechange: be more strict with the packets a client accepts at a given moment
|
2010-10-24 20:51:12 +00:00 |
|
rubidium
|
75aa37cf9a
|
(svn r21032) -Codechange: perform some more strict tests on the server side when receiving some packets and don't send some when the clients aren't ready for them
|
2010-10-24 20:30:53 +00:00 |
|
rubidium
|
242110b8cb
|
(svn r21030) -Codechange: move ClientStatus into the network server socket class
|
2010-10-24 20:07:32 +00:00 |
|
rubidium
|
9012b54fa2
|
(svn r21029) -Codechange: split the map downloading packet + 3-state enum into 3 separate packets
|
2010-10-24 20:03:33 +00:00 |
|
rubidium
|
7b9aa9b72f
|
(svn r21027) -Change/Fix: under some circumstances the file handle of the downloaded savegame wouldn't be closed, and validity of the handled wasn't checked in all cases
|
2010-10-24 16:40:02 +00:00 |
|
rubidium
|
7c6b360e01
|
(svn r21025) -Codechange: document PacketGameType's enums and reshuffle them slightly to make the whole more readable and easier to understand
|
2010-10-24 15:22:59 +00:00 |
|
rubidium
|
2d32dc29a9
|
(svn r21024) -Fix: erroneous tab
|
2010-10-24 15:02:43 +00:00 |
|
rubidium
|
c226ed777d
|
(svn r21008) -Change: don't make client reconnect waiting time depend on the company; in coop games that does not spread clients at all, and most companies have a low number causing it not to be spread out either. Use the ClientID instead. Based on a patch by dihedral.
|
2010-10-22 14:41:26 +00:00 |
|
rubidium
|
5f4a1fa39d
|
(svn r21004) -Fix [FS#3746]: chat/console messages got sometimes messed up due to LTR names in RTL translations and vice-versa
|
2010-10-21 20:12:48 +00:00 |
|
rubidium
|
abb9835f0a
|
(svn r21001) -Fix [FS#4170] (r20936): clients were not always notified of a player leaving the game
|
2010-10-20 11:58:34 +00:00 |
|
rubidium
|
6012a9074c
|
(svn r20993) -Codechange: some shuffling of game protocol packet description so they're documented in the "same" place as UDP, content and admin packets (dihedral)
|
2010-10-18 20:41:53 +00:00 |
|
rubidium
|
334856bf7c
|
(svn r20988) -Fix [FS#4167]: no need to send packets and possibly get the connection closed when the next call also tries to send the packets and then closes the connection. Especially if the former frees a structure that the latter assumes to be still there
|
2010-10-18 10:44:51 +00:00 |
|
rubidium
|
6730afd2d5
|
(svn r20978) -Fix (r20963): MSVC seems to be complaining more than GCC once again :)
|
2010-10-17 17:52:12 +00:00 |
|
rubidium
|
d0c3cb352c
|
(svn r20975) -Add: logging of console output for remote admins (dihedral)
|
2010-10-17 17:43:01 +00:00 |
|
rubidium
|
a7c0820d4e
|
(svn r20974) -Add: remote console (rcon) for remote admins (dihedral)
|
2010-10-17 17:41:52 +00:00 |
|
rubidium
|
28832b68f5
|
(svn r20973) -Add: chat sending and receiving support for remote admins (dihedral)
|
2010-10-17 17:40:18 +00:00 |
|
rubidium
|
de8feb0d01
|
(svn r20972) -Add: company statistics updates at intervals to remote admins (dihedral)
|
2010-10-17 17:38:41 +00:00 |
|
rubidium
|
064117be4a
|
(svn r20971) -Add: company economy updates at intervals to remote admins (dihedral)
|
2010-10-17 17:38:16 +00:00 |
|
rubidium
|
56a65270fc
|
(svn r20970) -Add: company change notification to remote admins (dihedral)
|
2010-10-17 17:37:45 +00:00 |
|
rubidium
|
9f17b8ddee
|
(svn r20969) -Add: client info change notification to remote admins (dihedral)
|
2010-10-17 17:37:26 +00:00 |
|
rubidium
|
bff3ad3537
|
(svn r20968) -Add: date notification of remote admins (dihedral)
|
2010-10-17 17:36:59 +00:00 |
|
rubidium
|
72c85d1cdb
|
(svn r20967) -Add: infrastructure to send information to remote admins at specific intervals (dihedral)
|
2010-10-17 17:36:23 +00:00 |
|
rubidium
|
7d42a44556
|
(svn r20966) -Change: enable remote administration sockets (parts by Yexo and dihedral)
|
2010-10-17 17:35:42 +00:00 |
|
rubidium
|
ef2ffebc88
|
(svn r20964) -Add: disconnecting remote admins that fail to authenticate
|
2010-10-17 17:33:46 +00:00 |
|
rubidium
|
78257c2c6a
|
(svn r20963) -Add: stubs for a remote administration connection
|
2010-10-17 17:31:03 +00:00 |
|
frosch
|
a7e486360d
|
(svn r20957) -Codechange: Add another parameter to FindGRFConfig() to define search restrictions.
|
2010-10-17 12:12:13 +00:00 |
|
frosch
|
cb2b666229
|
(svn r20951) -Codechange: Add SmallMap::Contains() and use it.
|
2010-10-16 20:34:43 +00:00 |
|
rubidium
|
cac1a9f33f
|
(svn r20939) -Fix: some MSVC warnings
|
2010-10-15 22:08:57 +00:00 |
|
rubidium
|
b6799a23c4
|
(svn r20938) -Codechange: make the code for listening on a socket (more) reusable
|
2010-10-15 21:56:06 +00:00 |
|
rubidium
|
a0f7099a7d
|
(svn r20937) -Codechange: move some variables from client/server to server only
|
2010-10-15 20:29:59 +00:00 |
|
rubidium
|
332a1bfdea
|
(svn r20936) -Codechange: make server side packet sending methods class methods
|
2010-10-15 20:25:07 +00:00 |
|
rubidium
|
66087c5e60
|
(svn r20935) -Codechange: only let the server side use a pool of connected sockets
|
2010-10-15 19:58:56 +00:00 |
|
rubidium
|
04ce759165
|
(svn r20934) -Codechange: move NetworkGetClientName to the server's socket
|
2010-10-15 19:35:08 +00:00 |
|