rubidium
|
a0eaaf80b7
|
(svn r26488) -Codechange: perform the appropriate length checks when getting a client name
|
2014-04-23 21:19:54 +00:00 |
|
rubidium
|
160ad31028
|
(svn r26488) -Codechange: perform the appropriate length checks when getting a client name
|
2014-04-23 21:19:54 +00:00 |
|
rubidium
|
6ecc602050
|
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
|
2014-04-23 21:12:09 +00:00 |
|
rubidium
|
5b82822c12
|
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
|
2014-04-23 21:12:09 +00:00 |
|
frosch
|
24c7134bff
|
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
|
2014-04-23 20:44:42 +00:00 |
|
frosch
|
ef4c2ce031
|
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
|
2014-04-23 20:44:42 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
planetmaker
|
1d8c673587
|
(svn r26449) -Add: Allow more sound sleep for dedicated servers when there's nothing to do and nobody paying attention
|
2014-04-08 20:19:41 +00:00 |
|
planetmaker
|
3e9c10f9e1
|
(svn r26449) -Add: Allow more sound sleep for dedicated servers when there's nothing to do and nobody paying attention
|
2014-04-08 20:19:41 +00:00 |
|
frosch
|
198b8897b8
|
(svn r26370) -Doc: Desync debugging and command replaying.
|
2014-02-23 19:32:32 +00:00 |
|
frosch
|
c6ce57e8a7
|
(svn r26370) -Doc: Desync debugging and command replaying.
|
2014-02-23 19:32:32 +00:00 |
|
rubidium
|
4a911754b5
|
(svn r26209) -Codechange: remove some template magic and simplify some code
|
2014-01-02 22:41:58 +00:00 |
|
rubidium
|
2618d960e3
|
(svn r26209) -Codechange: remove some template magic and simplify some code
|
2014-01-02 22:41:58 +00:00 |
|
frosch
|
66d4bcb88e
|
(svn r26167) -Fix [FS#5834]: Certain hotkeys crashed the content GUI when the list was empty.
|
2013-12-20 18:29:53 +00:00 |
|
frosch
|
62c0d42f92
|
(svn r26167) -Fix [FS#5834]: Certain hotkeys crashed the content GUI when the list was empty.
|
2013-12-20 18:29:53 +00:00 |
|
rubidium
|
73474728e3
|
(svn r26057) -Fix: a number of possibly uninitialised variables
|
2013-11-23 13:12:19 +00:00 |
|
rubidium
|
b3e93d6520
|
(svn r26057) -Fix: a number of possibly uninitialised variables
|
2013-11-23 13:12:19 +00:00 |
|
rubidium
|
bebf2291db
|
(svn r26056) -Fix: a number of possibly uninitialised variables
|
2013-11-22 21:50:43 +00:00 |
|
rubidium
|
2e54c8fdfa
|
(svn r26056) -Fix: a number of possibly uninitialised variables
|
2013-11-22 21:50:43 +00:00 |
|
rubidium
|
7ecfd60b96
|
(svn r26055) -Codechange: mark switch default as really not triggerable, as technically it's dead code
|
2013-11-22 21:47:03 +00:00 |
|
rubidium
|
bdd62a4b3e
|
(svn r26055) -Codechange: mark switch default as really not triggerable, as technically it's dead code
|
2013-11-22 21:47:03 +00:00 |
|
rubidium
|
0eb1e6ae67
|
(svn r26047) -Fix: possible, but very unlikely, null pointer dereference when gunziping just downloaded files
|
2013-11-22 21:41:49 +00:00 |
|
rubidium
|
ed4e14dc20
|
(svn r26047) -Fix: possible, but very unlikely, null pointer dereference when gunziping just downloaded files
|
2013-11-22 21:41:49 +00:00 |
|
rubidium
|
32e52df99f
|
(svn r26046) -Fix: handle a number of failure conditions from methods called in the network code
|
2013-11-22 21:41:19 +00:00 |
|
rubidium
|
fad4fa09ba
|
(svn r26046) -Fix: handle a number of failure conditions from methods called in the network code
|
2013-11-22 21:41:19 +00:00 |
|
rubidium
|
dc65379970
|
(svn r26043) -Fix [FS#5811]: occasional hanging when client joins
|
2013-11-21 18:35:31 +00:00 |
|
rubidium
|
1a043202d1
|
(svn r26043) -Fix [FS#5811]: occasional hanging when client joins
|
2013-11-21 18:35:31 +00:00 |
|
rubidium
|
a59af5c3fc
|
(svn r26005) -Fix [FS#5478]: crash when transferring savegame from server to client
|
2013-11-15 22:22:01 +00:00 |
|
rubidium
|
18a3a569fb
|
(svn r26005) -Fix [FS#5478]: crash when transferring savegame from server to client
|
2013-11-15 22:22:01 +00:00 |
|
rubidium
|
7457abb067
|
(svn r25997) -Codechange: make it slightly more clear what ports are coming from where in the debug output when listening
|
2013-11-14 19:31:10 +00:00 |
|
rubidium
|
c40f281545
|
(svn r25997) -Codechange: make it slightly more clear what ports are coming from where in the debug output when listening
|
2013-11-14 19:31:10 +00:00 |
|
planetmaker
|
5fe15ef5b3
|
(svn r25845) -Add [FS#5756]: [Admin] Send info on bankruptcy quarters also in ADMIN_PACKET_SERVER_COMPANY_INFO (zydeco)
|
2013-10-12 17:03:15 +00:00 |
|
planetmaker
|
189dd2dcce
|
(svn r25845) -Add [FS#5756]: [Admin] Send info on bankruptcy quarters also in ADMIN_PACKET_SERVER_COMPANY_INFO (zydeco)
|
2013-10-12 17:03:15 +00:00 |
|
rubidium
|
75cf518a7d
|
(svn r25770) -Fix [Admin]: the frame of a command packet wasn't set for the packets that were sent via de admin interface
|
2013-09-14 11:34:09 +00:00 |
|
rubidium
|
7adc453473
|
(svn r25770) -Fix [Admin]: the frame of a command packet wasn't set for the packets that were sent via de admin interface
|
2013-09-14 11:34:09 +00:00 |
|
michi_cc
|
872acc5287
|
(svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers.
|
2013-08-05 20:36:24 +00:00 |
|
michi_cc
|
b911f4a452
|
(svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers.
|
2013-08-05 20:36:24 +00:00 |
|
rubidium
|
bb9022c7c1
|
(svn r25597) -Fix [FS#5635]: [Content] When the server closed the connection, the client would for eternity try to read a packet and never timeout making it impossible to reconnect
|
2013-07-13 09:26:11 +00:00 |
|
rubidium
|
5eac3a77d2
|
(svn r25597) -Fix [FS#5635]: [Content] When the server closed the connection, the client would for eternity try to read a packet and never timeout making it impossible to reconnect
|
2013-07-13 09:26:11 +00:00 |
|
rubidium
|
4c552bd367
|
(svn r25593) -Cleanup: remove a few stale #defines
|
2013-07-13 06:18:16 +00:00 |
|
rubidium
|
e6ae8cf420
|
(svn r25593) -Cleanup: remove a few stale #defines
|
2013-07-13 06:18:16 +00:00 |
|
planetmaker
|
2d3a8cbdc0
|
(svn r25590) -Codechange: Align doxygen comments again
|
2013-07-12 17:15:13 +00:00 |
|
planetmaker
|
bb7f08f8db
|
(svn r25590) -Codechange: Align doxygen comments again
|
2013-07-12 17:15:13 +00:00 |
|
planetmaker
|
2ecbbce498
|
(svn r25589) -Fix [FS#5646]: Ensure that sent and received length of json strings are the same (based on patch by Xaroth)
|
2013-07-12 17:11:16 +00:00 |
|
planetmaker
|
2e390613a6
|
(svn r25589) -Fix [FS#5646]: Ensure that sent and received length of json strings are the same (based on patch by Xaroth)
|
2013-07-12 17:11:16 +00:00 |
|
planetmaker
|
5bd83befbe
|
(svn r25588) -Feature [FS#5643]: PING and PONG packets for admin port (Xaroth)
|
2013-07-11 20:31:39 +00:00 |
|
planetmaker
|
7686587f02
|
(svn r25588) -Feature [FS#5643]: PING and PONG packets for admin port (Xaroth)
|
2013-07-11 20:31:39 +00:00 |
|
planetmaker
|
fdcebd3f2f
|
(svn r25587) -Add FS#5643: Conclude rcon output sent to admin clients with an RCON_END packet (Xaroth)
|
2013-07-11 19:57:40 +00:00 |
|
planetmaker
|
4a1bf704ee
|
(svn r25587) -Add FS#5643: Conclude rcon output sent to admin clients with an RCON_END packet (Xaroth)
|
2013-07-11 19:57:40 +00:00 |
|