rubidium
|
850a2735cc
|
(svn r15079) -Codechange: split tcp 'backend' and in-game handling like it is for UDP.
|
2009-01-14 12:50:13 +00:00 |
|
rubidium
|
e18c24cdb5
|
(svn r15079) -Codechange: split tcp 'backend' and in-game handling like it is for UDP.
|
2009-01-14 12:50:13 +00:00 |
|
rubidium
|
737c187f79
|
(svn r15053) -Cleanup: remove some unneeded includes
|
2009-01-13 11:53:33 +00:00 |
|
rubidium
|
04ea0b9316
|
(svn r15053) -Cleanup: remove some unneeded includes
|
2009-01-13 11:53:33 +00:00 |
|
rubidium
|
01e92ac32a
|
(svn r15052) -Codechange: move the implementation of Send_CompanyInformation to network_server.cpp as the server's the one that sends that information
|
2009-01-13 11:46:29 +00:00 |
|
rubidium
|
fc696a7e29
|
(svn r15052) -Codechange: move the implementation of Send_CompanyInformation to network_server.cpp as the server's the one that sends that information
|
2009-01-13 11:46:29 +00:00 |
|
rubidium
|
28ea38ae55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +00:00 |
|
rubidium
|
11da45ee55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +00:00 |
|
rubidium
|
0e1127e8b5
|
(svn r14915) -Codechange: unify the receiving and sending of commands, and thus unifying most of the validity checking too.
|
2009-01-08 14:40:18 +00:00 |
|
rubidium
|
427e2d30c5
|
(svn r14915) -Codechange: unify the receiving and sending of commands, and thus unifying most of the validity checking too.
|
2009-01-08 14:40:18 +00:00 |
|
rubidium
|
42fb037005
|
(svn r14766) -Fix (r14730ish): remove unused typedef.
|
2008-12-29 11:17:12 +00:00 |
|
rubidium
|
e198bf02ab
|
(svn r14766) -Fix (r14730ish): remove unused typedef.
|
2008-12-29 11:17:12 +00:00 |
|
rubidium
|
3b08d2ecaa
|
(svn r14760) -Fix (rlongago): network connection of clients being closed twice (found due to added assertion in r14730)
|
2008-12-28 21:45:41 +00:00 |
|
rubidium
|
105b84e343
|
(svn r14760) -Fix (rlongago): network connection of clients being closed twice (found due to added assertion in r14730)
|
2008-12-28 21:45:41 +00:00 |
|
rubidium
|
5fe023cb1b
|
(svn r14759) -Fix (r14730): tab completion causing out-of-bounds read.
|
2008-12-28 21:07:45 +00:00 |
|
rubidium
|
e626e07bd3
|
(svn r14759) -Fix (r14730): tab completion causing out-of-bounds read.
|
2008-12-28 21:07:45 +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
|
e267bee098
|
(svn r14724) -Codechange: move some NetworkClientSocket related function/definitions closer together.
|
2008-12-23 11:43:32 +00:00 |
|
rubidium
|
52fb6b7d7c
|
(svn r14724) -Codechange: move some NetworkClientSocket related function/definitions closer together.
|
2008-12-23 11:43:32 +00:00 |
|
rubidium
|
97662a0fff
|
(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #include dependencies.
|
2008-12-23 11:06:52 +00:00 |
|
rubidium
|
9476a49763
|
(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #include dependencies.
|
2008-12-23 11:06:52 +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
|
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
|
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 |
|
smatz
|
a5b33d1f3b
|
(svn r14671) -Fix: compilation was broken for some systems
|
2008-12-13 18:19:44 +00:00 |
|
smatz
|
d2a050bb29
|
(svn r14671) -Fix: compilation was broken for some systems
|
2008-12-13 18:19:44 +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
|
5ab74534da
|
(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated.
|
2008-09-29 16:27:02 +00:00 |
|
rubidium
|
e7829c1a57
|
(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated.
|
2008-09-29 16:27:02 +00:00 |
|
smatz
|
eeaeecd255
|
(svn r14177) -Fix: define INADDR_NONE only when it hasn't been defined yet
|
2008-08-25 22:10:47 +00:00 |
|
smatz
|
361292bd23
|
(svn r14177) -Fix: define INADDR_NONE only when it hasn't been defined yet
|
2008-08-25 22:10:47 +00:00 |
|
smatz
|
1294253d68
|
(svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'
|
2008-08-25 20:10:45 +00:00 |
|
smatz
|
c9bef19043
|
(svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'
|
2008-08-25 20:10:45 +00:00 |
|
rubidium
|
c816cc37fd
|
(svn r14063) -Codechange: replace some "magic" constants with enumified constants.
|
2008-08-13 06:05:01 +00:00 |
|
rubidium
|
97c184f8f8
|
(svn r14063) -Codechange: replace some "magic" constants with enumified constants.
|
2008-08-13 06:05:01 +00:00 |
|
rubidium
|
6199dc987b
|
(svn r14052) -Codechange: make the size of the chat message "box" configurable and increase the default size slightly so it can hold the longest chat messages.
|
2008-08-12 12:23:05 +00:00 |
|
rubidium
|
72c154fd0f
|
(svn r14052) -Codechange: make the size of the chat message "box" configurable and increase the default size slightly so it can hold the longest chat messages.
|
2008-08-12 12:23: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 |
|
glx
|
812ab1279a
|
(svn r14026) -Cleanup (r13995, r14004): trailing whitespaces
|
2008-08-08 15:49:16 +00:00 |
|
glx
|
788b625553
|
(svn r14026) -Cleanup (r13995, r14004): trailing whitespaces
|
2008-08-08 15:49:16 +00:00 |
|
rubidium
|
12037a8b38
|
(svn r13997) -Fix (r13988): in some cases no broadcast addresses would be found.
|
2008-08-04 19:07:37 +00:00 |
|
rubidium
|
0ebcac669e
|
(svn r13997) -Fix (r13988): in some cases no broadcast addresses would be found.
|
2008-08-04 19:07:37 +00:00 |
|