rubidium
|
4231c3ee82
|
(svn r14897) -Codechange: don't allow a few command flags to be sent over the network as it's bogus information anyway; e.g. the "do not send over network" flag as it will be set whenever the command is received from the server/client.
-Codechange: test earlier whether the command (send from the server) is actually valid.
|
2009-01-07 15:27:19 +00:00 |
|
rubidium
|
8d017f0ea1
|
(svn r14897) -Codechange: don't allow a few command flags to be sent over the network as it's bogus information anyway; e.g. the "do not send over network" flag as it will be set whenever the command is received from the server/client.
-Codechange: test earlier whether the command (send from the server) is actually valid.
|
2009-01-07 15:27:19 +00:00 |
|
smatz
|
91233ea596
|
(svn r14828) -Codechange: move most of save/load-specific code to separate files
|
2009-01-04 15:32:25 +00:00 |
|
smatz
|
7368c740a6
|
(svn r14828) -Codechange: move most of save/load-specific code to separate files
|
2009-01-04 15:32:25 +00:00 |
|
rubidium
|
b597e52e29
|
(svn r14770) -Fix: gracefully handle an invalid packet instead of asserting.
|
2008-12-29 21:33:27 +00:00 |
|
rubidium
|
1ce965ed5f
|
(svn r14770) -Fix: gracefully handle an invalid packet instead of asserting.
|
2008-12-29 21:33:27 +00:00 |
|
rubidium
|
0b806c7bbc
|
(svn r14764) -Codechange: make the '***' chat messages like "Game paused (not enough players)" fully translateable.
|
2008-12-29 10:37:53 +00:00 |
|
rubidium
|
a25e3f8d70
|
(svn r14764) -Codechange: make the '***' chat messages like "Game paused (not enough players)" fully translateable.
|
2008-12-29 10:37:53 +00:00 |
|
rubidium
|
e83cca7d13
|
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
|
2008-12-28 14:37:19 +00:00 |
|
rubidium
|
87e5a8b52b
|
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
|
2008-12-28 14:37:19 +00:00 |
|
rubidium
|
54f23ed0b3
|
(svn r14730) -Codechange: remove the need for networkclientsockets and networkclientinfo structs to be in a contiguous piece of memory and put them in a pool.
-Note: 255 should really be enough for now... making it any more means network protocol bumps.
|
2008-12-23 20:52:27 +00:00 |
|
rubidium
|
afddfcb2b1
|
(svn r14730) -Codechange: remove the need for networkclientsockets and networkclientinfo structs to be in a contiguous piece of memory and put them in a pool.
-Note: 255 should really be enough for now... making it any more means network protocol bumps.
|
2008-12-23 20:52:27 +00:00 |
|
rubidium
|
b4f74d2e01
|
(svn r14726) -Fix (r14720): making new companies in network kinda failed...
|
2008-12-23 12:26:19 +00:00 |
|
rubidium
|
fb7ccc6820
|
(svn r14726) -Fix (r14720): making new companies in network kinda failed...
|
2008-12-23 12:26:19 +00:00 |
|
rubidium
|
768fdee77a
|
(svn r14722) -Codechange: s/DEREF_CLIENT/GetNetworkClientSocket/
|
2008-12-23 10:42:06 +00:00 |
|
rubidium
|
d501a20065
|
(svn r14722) -Codechange: s/DEREF_CLIENT/GetNetworkClientSocket/
|
2008-12-23 10:42:06 +00:00 |
|
rubidium
|
cb8b31c3c1
|
(svn r14721) -Codechange: s/NetworkTCPSocketHandler/NetworkClientSocket/ as it's (way) more descriptive what it's used for.
|
2008-12-23 09:47:42 +00:00 |
|
rubidium
|
ae96ca635c
|
(svn r14721) -Codechange: s/NetworkTCPSocketHandler/NetworkClientSocket/ as it's (way) more descriptive what it's used for.
|
2008-12-23 09:47:42 +00:00 |
|
rubidium
|
9a96557763
|
(svn r14719) -Codechange: replace DEREF_CLIENT with an instance function and replace looping socket structs with info structs when the loop is only interested in the info structs (i.e. not derefing the info from sockets when one can loop info directly and the socket isn't used)
|
2008-12-23 08:39:30 +00:00 |
|
rubidium
|
b4734ee9a4
|
(svn r14719) -Codechange: replace DEREF_CLIENT with an instance function and replace looping socket structs with info structs when the loop is only interested in the info structs (i.e. not derefing the info from sockets when one can loop info directly and the socket isn't used)
|
2008-12-23 08:39:30 +00:00 |
|
rubidium
|
7403790ba4
|
(svn r14717) -Change: more 'Index' -> ClientID to not confuse ClientID and ClientIndex
|
2008-12-22 21:30:21 +00:00 |
|
rubidium
|
f49cc67f83
|
(svn r14717) -Change: more 'Index' -> ClientID to not confuse ClientID and ClientIndex
|
2008-12-22 21:30:21 +00:00 |
|
rubidium
|
dbb2950e83
|
(svn r14716) -Codechange: move more network core querying to the network files.
|
2008-12-22 21:26:26 +00:00 |
|
rubidium
|
573d1b324a
|
(svn r14716) -Codechange: move more network core querying to the network files.
|
2008-12-22 21:26:26 +00:00 |
|
rubidium
|
8e81749872
|
(svn r14715) -Codechange: move some network code from the main gui file into one of the the network files.
|
2008-12-22 21:15:02 +00:00 |
|
rubidium
|
5b7cd460e9
|
(svn r14715) -Codechange: move some network code from the main gui file into one of the the network files.
|
2008-12-22 21:15:02 +00:00 |
|
rubidium
|
d146b48063
|
(svn r14712) -Codechange: split server and client side w.r.t. the storage of network related company information.
|
2008-12-22 18:40:57 +00:00 |
|
rubidium
|
abc903d625
|
(svn r14712) -Codechange: split server and client side w.r.t. the storage of network related company information.
|
2008-12-22 18:40:57 +00:00 |
|
rubidium
|
c393913563
|
(svn r14711) -Codechange: don't misuse the _network_company_info password field for changing the password on clients.
|
2008-12-22 18:20:28 +00:00 |
|
rubidium
|
e6e32bad4d
|
(svn r14711) -Codechange: don't misuse the _network_company_info password field for changing the password on clients.
|
2008-12-22 18:20:28 +00:00 |
|
rubidium
|
a4c27263bb
|
(svn r14710) -Change: simplify sending company information from the server to the client.
|
2008-12-22 15:17:14 +00:00 |
|
rubidium
|
887869c771
|
(svn r14710) -Change: simplify sending company information from the server to the client.
|
2008-12-22 15:17:14 +00:00 |
|
rubidium
|
6d23f48bb6
|
(svn r14709) -Codechange: make a clearer distinction between 'unique' client identification ids and the indices into the clients/client info arrays.
|
2008-12-22 12:59:31 +00:00 |
|
rubidium
|
782b80eff7
|
(svn r14709) -Codechange: make a clearer distinction between 'unique' client identification ids and the indices into the clients/client info arrays.
|
2008-12-22 12:59:31 +00:00 |
|
skidd13
|
9b282b3e51
|
(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible
|
2008-11-02 11:20:15 +00:00 |
|
skidd13
|
706dd0f86c
|
(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible
|
2008-11-02 11:20:15 +00:00 |
|
rubidium
|
e589c7e580
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
b650a86e58
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
f56e630e5c
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
rubidium
|
3b798599b6
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
rubidium
|
a20b833516
|
(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.
|
2008-08-31 10:50:05 +00:00 |
|
rubidium
|
ea1f180a55
|
(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.
|
2008-08-31 10:50:05 +00:00 |
|
rubidium
|
0fab1dc699
|
(svn r14045) -Codechange: move the network's limitation to chat messages to a more logical location and give it a more consistent name.
|
2008-08-11 22:07:26 +00:00 |
|
rubidium
|
3b4c3a3df6
|
(svn r14045) -Codechange: move the network's limitation to chat messages to a more logical location and give it a more consistent name.
|
2008-08-11 22:07:26 +00:00 |
|
rubidium
|
67275acdff
|
(svn r13740) -Fix (r13731): one could only join the first company.
|
2008-07-19 20:24:41 +00:00 |
|
rubidium
|
7c3fc13087
|
(svn r13740) -Fix (r13731): one could only join the first company.
|
2008-07-19 20:24:41 +00:00 |
|
rubidium
|
cde65455ac
|
(svn r13731) -Codechange: make a pool of the array of players.
|
2008-07-18 16:40:29 +00:00 |
|
rubidium
|
3a799389eb
|
(svn r13731) -Codechange: make a pool of the array of players.
|
2008-07-18 16:40:29 +00:00 |
|
rubidium
|
6898a76c5f
|
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
|
2008-07-17 20:13:01 +00:00 |
|
rubidium
|
d06529ef4d
|
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
|
2008-07-17 20:13:01 +00:00 |
|