Kees van Prooijen
|
f308d8e004
|
merge with upstream master
|
2013-03-21 10:10:33 -07:00 |
|
Stephen Birarda
|
f4e9594f72
|
dumb way to keep voxel server alive for testing
|
2013-03-20 16:22:38 -07:00 |
|
Kees van Prooijen
|
9ae11ffe77
|
more windows port
|
2013-03-20 12:13:14 -07:00 |
|
Stephen Birarda
|
c7213d6593
|
conditionally include winsock2.h instead of UNIX socket stuff
|
2013-03-19 11:46:53 -07:00 |
|
Philip Rosedale
|
5c1bd68580
|
Merge remote-tracking branch 'origin/master'
|
2013-03-08 16:00:17 -08:00 |
|
Philip Rosedale
|
f014fcd0ac
|
transmitter tweaks
|
2013-03-08 15:58:49 -08:00 |
|
Stephen Birarda
|
686404be2b
|
add a voxel server
|
2013-03-08 14:32:06 -08:00 |
|
Stephen Birarda
|
d211eb6c84
|
use getters and setters for all member variables in AgentList and Agent
|
2013-02-25 12:51:52 -08:00 |
|
Stephen Birarda
|
4541a5fe78
|
AgentList returns agents vector and agentSocket by reference
|
2013-02-25 12:24:42 -08:00 |
|
Stephen Birarda
|
1317be2382
|
domain server only returns newest of types in SOLO_AGENT_TYPES_STRING
|
2013-02-25 11:52:38 -08:00 |
|
Stephen Birarda
|
6a16d6e3bb
|
clean up agent killing/re-adding for interface and domain
|
2013-02-22 14:54:19 -08:00 |
|
Stephen Birarda
|
92f5c88ab7
|
have domain server remove dead agents from list
|
2013-02-22 13:43:29 -08:00 |
|
Stephen Birarda
|
5d2cba0b2a
|
add silent agent removal to AgentList class
|
2013-02-22 13:38:33 -08:00 |
|
Stephen Birarda
|
f4a1c405fc
|
remove useless cast, activeSocket is a sockaddr
|
2013-02-22 10:13:12 -08:00 |
|
Stephen Birarda
|
5d8ece7867
|
add a missing break in processAgentData switch case
|
2013-02-21 16:47:41 -08:00 |
|
Stephen Birarda
|
aa9f4f966e
|
allow switchover to new audio mixer received from audio server
|
2013-02-21 15:43:52 -08:00 |
|
Stephen Birarda
|
1e00962fb7
|
fix crash on match to active socket, remove LD debug
|
2013-02-21 15:08:23 -08:00 |
|
Stephen Birarda
|
9ec51116d5
|
fix unecessary copy of Agent, blow away linkedData to rebuild it
|
2013-02-21 14:36:53 -08:00 |
|
Stephen Birarda
|
060f4dceca
|
use AgentData class to abstract implemenation of linked data
|
2013-02-21 12:56:57 -08:00 |
|
Stephen Birarda
|
c57380012e
|
hook domain server up to AgentList, pack sockets
|
2013-02-20 18:32:23 -08:00 |
|
Stephen Birarda
|
7205817476
|
remove AgentSocket abstraction to use sockaddr struct
|
2013-02-20 11:44:35 -08:00 |
|
Stephen Birarda
|
42927ec602
|
implement pingAgents method in AgentList
|
2013-02-19 17:46:49 -08:00 |
|
Stephen Birarda
|
9a514f56e5
|
have AgentList control the required UDPSocket instance
|
2013-02-19 17:34:34 -08:00 |
|
Stephen Birarda
|
00211ddc3d
|
add an overloaded << operator to simplify address debugging
|
2013-02-19 17:08:32 -08:00 |
|
Stephen Birarda
|
9d5a800c6f
|
begin abstraction of Agent communication to shared classes
|
2013-02-19 16:38:57 -08:00 |
|