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
|
4ea67eff8b
|
(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
|
f24c91c487
|
(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
|
2cd67a51ac
|
(svn r21029) -Codechange: split the map downloading packet + 3-state enum into 3 separate packets
|
2010-10-24 20:03:33 +00:00 |
|
rubidium
|
2d32dc29a9
|
(svn r21024) -Fix: erroneous tab
|
2010-10-24 15:02:43 +00:00 |
|
rubidium
|
073b965829
|
(svn r21024) -Fix: erroneous tab
|
2010-10-24 15:02:43 +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
|
af9a6b6b42
|
(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
|
d71f590ed6
|
(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
|
28832b68f5
|
(svn r20973) -Add: chat sending and receiving support for remote admins (dihedral)
|
2010-10-17 17:40:18 +00:00 |
|
rubidium
|
d9602f4ef9
|
(svn r20973) -Add: chat sending and receiving support for remote admins (dihedral)
|
2010-10-17 17:40:18 +00:00 |
|
rubidium
|
56a65270fc
|
(svn r20970) -Add: company change notification to remote admins (dihedral)
|
2010-10-17 17:37:45 +00:00 |
|
rubidium
|
ae20cb4f3d
|
(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
|
fe44944f32
|
(svn r20969) -Add: client info change notification to remote admins (dihedral)
|
2010-10-17 17:37:26 +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
|
b4ce7fad7f
|
(svn r20967) -Add: infrastructure to send information to remote admins at specific intervals (dihedral)
|
2010-10-17 17:36:23 +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
|
234bee0858
|
(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
|
c9cbab14ea
|
(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
|
f712055002
|
(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
|
9858d699a3
|
(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 |
|
rubidium
|
bda26d03b5
|
(svn r20934) -Codechange: move NetworkGetClientName to the server's socket
|
2010-10-15 19:35:08 +00:00 |
|
rubidium
|
6ff39fc5ec
|
(svn r20929) -Codechange: make NetworkCloseClient a class method
|
2010-10-15 18:42:52 +00:00 |
|
rubidium
|
7ba07d9573
|
(svn r20929) -Codechange: make NetworkCloseClient a class method
|
2010-10-15 18:42:52 +00:00 |
|
rubidium
|
41e6567c0d
|
(svn r20924) -Codechange: make the game connection packet handling look more like UDP/content packet handling
|
2010-10-15 13:47:37 +00:00 |
|
rubidium
|
0ca7e4e82e
|
(svn r20924) -Codechange: make the game connection packet handling look more like UDP/content packet handling
|
2010-10-15 13:47:37 +00:00 |
|
rubidium
|
594faf45d9
|
(svn r20923) -Codechange: prepare creating sub-classes of NetworkClientSocket for server and client side
|
2010-10-15 13:22:00 +00:00 |
|
rubidium
|
8eb07d097e
|
(svn r20923) -Codechange: prepare creating sub-classes of NetworkClientSocket for server and client side
|
2010-10-15 13:22:00 +00:00 |
|
alberth
|
2b4da1d345
|
(svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file.
|
2010-08-29 15:58:43 +00:00 |
|
alberth
|
9f5a96ead2
|
(svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file.
|
2010-08-29 15:58:43 +00:00 |
|
rubidium
|
6d3c747d05
|
(svn r20553) -Feature: allow rate limiting of incoming commands
|
2010-08-19 08:59:36 +00:00 |
|
rubidium
|
a4c6d07edc
|
(svn r20553) -Feature: allow rate limiting of incoming commands
|
2010-08-19 08:59:36 +00:00 |
|
rubidium
|
8f82b2b588
|
(svn r20549) -Codechange: centralise the handling of the incoming commands (from clients and the server)
|
2010-08-18 22:40:17 +00:00 |
|
rubidium
|
b594990071
|
(svn r20549) -Codechange: centralise the handling of the incoming commands (from clients and the server)
|
2010-08-18 22:40:17 +00:00 |
|
rubidium
|
3ed6ca0aed
|
(svn r20548) -Codechange: rename some variables giving them slightly more meaningful names
|
2010-08-18 21:30:38 +00:00 |
|
rubidium
|
e8e22c99fd
|
(svn r20548) -Codechange: rename some variables giving them slightly more meaningful names
|
2010-08-18 21:30:38 +00:00 |
|
rubidium
|
8a9929d702
|
(svn r20542) -Codechange: generalise the setting of "p2" to the ClientID.
|
2010-08-18 17:06:45 +00:00 |
|
rubidium
|
69fa0b36d3
|
(svn r20542) -Codechange: generalise the setting of "p2" to the ClientID.
|
2010-08-18 17:06:45 +00:00 |
|
rubidium
|
6f81fa7215
|
(svn r20510) -Codechange: unify packet queue handling and make insertion O(1) instead of O(n)
|
2010-08-15 23:44:45 +00:00 |
|
rubidium
|
1c3d42598e
|
(svn r20510) -Codechange: unify packet queue handling and make insertion O(1) instead of O(n)
|
2010-08-15 23:44:45 +00:00 |
|
alberth
|
2182b44bb6
|
(svn r20291) -Codechange: Unify break coding style.
|
2010-08-01 21:19:49 +00:00 |
|
alberth
|
ee01ec9136
|
(svn r20291) -Codechange: Unify break coding style.
|
2010-08-01 21:19:49 +00:00 |
|