Commit graph

86871 commits

Author SHA1 Message Date
Stephen Birarda
c6a8f6415e switch back to EC2 domain server for test 2013-02-18 08:56:32 -08:00
Stephen Birarda
d1433aa2bd a bad version of UDP hole punching for local agents 2013-02-18 08:53:16 -08:00
Philip Rosedale
b05909cf00 More avatar look changes 2013-02-15 17:12:52 -08:00
Philip Rosedale
31ce33f3a3 Fly turn and strafe faster 2013-02-15 17:02:10 -08:00
Philip Rosedale
01767719eb Merge remote-tracking branch 'origin' 2013-02-15 16:46:23 -08:00
Philip Rosedale
514a373acd Partial commit with head render angle fixes 2013-02-15 16:45:50 -08:00
Stephen Birarda
8e4e5d049b fix bad conditional serial pairing 2013-02-15 15:08:05 -08:00
Stephen Birarda
660630e981 discard initial garbage reads, reset properly on disconnect 2013-02-15 15:06:09 -08:00
Stephen Birarda
d0203158c8 initial setup of polling for newly connected headset 2013-02-15 14:58:07 -08:00
Philip Rosedale
50f1ba8c2d Merge remote-tracking branch 'origin' 2013-02-15 13:40:36 -08:00
Stephen Birarda
157f63ce50 include the icon file referenced in last commit 2013-02-15 13:01:00 -08:00
Stephen Birarda
cbb7e62616 add Grayson's sexy new icon 2013-02-15 12:59:39 -08:00
Philip Rosedale
ba683de026 Merge remote-tracking branch 'origin' 2013-02-15 12:54:20 -08:00
Philip Rosedale
27860b1f07 Added stats display of agent ping times and various agent functions to get the data. 2013-02-15 12:53:21 -08:00
Stephen Birarda
a37410968c make OS X executable an app 2013-02-15 11:27:43 -08:00
Stephen Birarda
c3849fa8ca whoops, strerr is in string.h 2013-02-14 18:41:13 -08:00
Stephen Birarda
772d22ce0b use correct include for UDPSocket 2013-02-14 18:39:30 -08:00
Stephen Birarda
f39cbd0246 fix error reporting during UDPSocket send 2013-02-14 18:37:26 -08:00
Stephen Birarda
1e4213b676 fix UDPSocket pointer to pointer, use in domain 2013-02-14 18:34:24 -08:00
Stephen Birarda
b52c24ee47 use explicit DOMAIN_IP if it exists 2013-02-14 18:16:31 -08:00
Stephen Birarda
5b4ed8e6f9 remove the shared trigger test, it passed 2013-02-14 17:04:34 -08:00
Stephen Birarda
77f81d8641 change to shared trigger to test mixer and domain 2013-02-14 17:03:52 -08:00
Stephen Birarda
c50252322e remove the test domain and mixer triggers 2013-02-14 17:02:30 -08:00
Stephen Birarda
5f1b7449e4 test jenkins upstream job block 2013-02-14 16:54:57 -08:00
Stephen Birarda
da8fd5f4ee hook space server up to shared UDPSocket class 2013-02-14 16:45:00 -08:00
Stephen Birarda
d840b2baa9 remove the test trigger, we are good to go 2013-02-14 15:58:38 -08:00
Stephen Birarda
ac363ef517 another trigger test 2013-02-14 15:57:18 -08:00
Stephen Birarda
19301e7f54 another change to hopefully trigger jobs 2013-02-14 15:54:46 -08:00
Stephen Birarda
b1cea687f1 modify trigger to push domain build and deploy 2013-02-14 15:49:50 -08:00
Stephen Birarda
612c95c83f attempt to trigger a domain server build 2013-02-14 15:47:24 -08:00
Stephen Birarda
0dcf774262 link hifi shared libs to domain project 2013-02-14 15:41:30 -08:00
Stephen Birarda
cd4f4ba2fe Merge branch 'master' of github.com:worklist/hifi 2013-02-14 15:27:28 -08:00
Stephen Birarda
a33a2afcb6 move interface externals to its directory 2013-02-14 15:26:05 -08:00
Stephen Birarda
a5d08142e1 create target for shared hifi library 2013-02-14 15:25:50 -08:00
Philip Rosedale
c360fabd96 Domain IP is used if static, else looked up. 2013-02-14 13:20:06 -08:00
Philip Rosedale
10ff074e38 Don't render head if you are inside it (it's your own) 2013-02-14 13:14:01 -08:00
Stephen Birarda
864bcb0a03 Merge branch 'master' of github.com:worklist/hifi 2013-02-13 20:43:20 -08:00
Stephen Birarda
9c822b9d58 dynamic switchover of audio mixer 2013-02-13 20:43:10 -08:00
Philip Rosedale
49201efbb1 Merge remote-tracking branch 'origin' 2013-02-13 20:40:38 -08:00
Philip Rosedale
12e4e15b21 It's entirely possible that the serialInterface reader is a tiny bit better, but I'm really not sure. :) Fixed bug with reading from middle of serial string on startup causing hang. 2013-02-13 20:40:00 -08:00
Stephen Birarda
7f35fe9993 fix agent comparison for add of agent 2013-02-13 20:17:35 -08:00
Stephen Birarda
9de42bdf75 same IP but different port is a new agent 2013-02-13 19:36:42 -08:00
Stephen Birarda
5196a1ba1b remove incorrect threaded agent processing, fix agent replacement 2013-02-13 17:52:10 -08:00
Stephen Birarda
ff83335123 undo solo test for mixer, add localhost mixer const to Audio.cpp 2013-02-13 16:19:31 -08:00
Stephen Birarda
4270cfe2b4 send client their own packet for solo mixer testing 2013-02-13 16:14:04 -08:00
Stephen Birarda
4fc9dd6323 fix use of undeclared identifier 2013-02-13 15:29:47 -08:00
Stephen Birarda
815783732c make UDPSocket non-blocking, thread receive of data in interface 2013-02-13 15:27:16 -08:00
Stephen Birarda
5ced381097 store number of sentBytes returned from UDPSocket 2013-02-13 14:54:39 -08:00
Stephen Birarda
a725db5bd7 compare ports of same endianess for agent comparison 2013-02-13 14:06:06 -08:00
Stephen Birarda
28beb3ecfc undo changes to interface constants 2013-02-13 13:44:26 -08:00