Commit graph

2117 commits

Author SHA1 Message Date
ZappoMan
f5808f43b5 some cleanup pre CR 2013-05-06 16:24:09 -07:00
ZappoMan
9fb57feb3b some cleanup pre CR 2013-05-06 16:21:58 -07:00
ZappoMan
239aa1ed49 some cleanup pre CR 2013-05-06 16:18:30 -07:00
ZappoMan
94529d54e8 some cleanup pre CR 2013-05-06 16:16:21 -07:00
ZappoMan
b69c1a3474 some cleanup pre CR 2013-05-06 16:14:10 -07:00
ZappoMan
68d58650a5 removed some debug code 2013-05-06 16:09:21 -07:00
ZappoMan
4b0cde0b0d bump up voxel send rate, since client can now handle it 2013-05-06 16:09:04 -07:00
ZappoMan
dc481002ec fixed Xcode compiler warnings 2013-05-06 16:00:43 -07:00
ZappoMan
35c840fefa Merge branch 'master' of https://github.com/worklist/hifi into render_voxels_optimization 2013-05-06 15:57:44 -07:00
ZappoMan
09923d1c97 second cut at view culling voxels 2013-05-06 15:51:56 -07:00
ZappoMan
89226b18a5 switched getAABox() interface 2013-05-06 15:50:42 -07:00
ZappoMan
96561e97d8 added VIEW_CULLING_RATE_IN_MILLISECONDS 2013-05-06 15:49:54 -07:00
ZappoMan
c975699cea added debug to ViewFrustum::matches() 2013-05-06 15:48:05 -07:00
birarda
1aeb448009 Merge pull request #215 from birarda/master
another missing include for stacktraces
2013-05-06 15:38:54 -07:00
Stephen Birarda
84a8e481ff include signal for signal handler in audio mixer 2013-05-06 15:38:28 -07:00
birarda
d117ec1f8a Merge pull request #214 from birarda/master
add missing cstdlib include
2013-05-06 15:37:13 -07:00
Stephen Birarda
90a8027f69 include cstdlib for call to exit 2013-05-06 15:36:48 -07:00
ZappoMan
026016e869 Merge pull request #213 from birarda/stacktraces
output stack trace on audio mixer crash
2013-05-06 15:31:44 -07:00
Stephen Birarda
c742c292b6 have the audio mixer output a stacktrace when it crashes 2013-05-06 15:29:21 -07:00
birarda
7991cb2612 Merge pull request #212 from birarda/master
fix warning on comparison in DS
2013-05-06 14:49:18 -07:00
Stephen Birarda
c3ae1136e1 fix warning on comparison in DS 2013-05-06 14:48:57 -07:00
ZappoMan
6d77124d21 Merge pull request #211 from birarda/master
refactor wake microstamp update for solo agents in DS
2013-05-06 14:48:33 -07:00
Stephen Birarda
cfd4a4a44a smarter wake microstamp update for solo agents in DS 2013-05-06 14:46:01 -07:00
birarda
c793f3385c Merge pull request #209 from birarda/master
ignore packets that DS receives that have the wrong headers
2013-05-06 13:49:59 -07:00
Stephen Birarda
9f320568e1 have the DS ignore packets it receives with incorrect headers 2013-05-06 13:49:06 -07:00
ZappoMan
4f7adf7a05 Merge branch 'master' of https://github.com/worklist/hifi into render_voxels_optimization 2013-05-06 13:47:13 -07:00
birarda
a77d056fc1 Merge pull request #208 from birarda/master
fix incorrect pointer push breaking DS packets
2013-05-06 13:44:58 -07:00
Stephen Birarda
a4c525e308 don't commit birarda's local IP to AgentList 2013-05-06 13:44:40 -07:00
Stephen Birarda
f9edfd3b83 don't incorrectly push the broadcast packet pointer 2013-05-06 13:43:21 -07:00
birarda
188db4b6de Merge pull request #207 from birarda/master
add conditional closing of serial interface
2013-05-06 13:37:30 -07:00
Stephen Birarda
784fa5882a closing of serial interface should be conditional on __APPLE__ 2013-05-06 13:36:58 -07:00
ZappoMan
043a284d4d Merge branch 'master' of https://github.com/worklist/hifi into render_voxels_optimization 2013-05-06 13:36:31 -07:00
birarda
2563d6a093 Merge pull request #206 from birarda/master
fix eve's reference to Agent timestamp variables
2013-05-06 13:33:39 -07:00
Stephen Birarda
ab6a9285ad have eve reference new Agent timestamp variables 2013-05-06 13:33:15 -07:00
ZappoMan
64fcdfff8a Merge pull request #204 from birarda/invensense
close the serial interface in SerialInterface destructor
2013-05-06 13:32:48 -07:00
ZappoMan
7ba9d4aa86 First cut are removing out of view voxels and switch to using PerformanceWarnings 2013-05-06 13:32:09 -07:00
Stephen Birarda
250df35bc1 resolve conflicts on merge with upstream master 2013-05-06 13:31:50 -07:00
birarda
7508d594d1 Merge pull request #205 from birarda/domain-rfd
remove an extra character breaking build
2013-05-06 13:30:42 -07:00
Stephen Birarda
969bf7645a remove an accidentally added g 2013-05-06 13:30:10 -07:00
ZappoMan
915d6e5024 Merge pull request #203 from birarda/domain-rfd
distinction between RFD packets and keepalive packets when talking to domain server
2013-05-06 13:28:18 -07:00
Stephen Birarda
6666229d83 close the serial file descriptor in destructor 2013-05-06 13:25:49 -07:00
Stephen Birarda
49042046de remove duplicated constructor after merge 2013-05-06 13:20:13 -07:00
Stephen Birarda
6d91e4721e Merge remote-tracking branch 'upstream/master' into domain-rfd 2013-05-06 13:18:34 -07:00
Stephen Birarda
ee4c55afe7 move SerialInterface constructor to header file 2013-05-06 13:18:06 -07:00
Stephen Birarda
2a240f6474 type star squish in domain server 2013-05-06 13:14:58 -07:00
Stephen Birarda
e8babd6d1e type star squish in domain server 2013-05-06 13:14:28 -07:00
Stephen Birarda
499899c6e0 if there are no active agents in list begin() iterator should be end() 2013-05-06 13:11:40 -07:00
birarda
3676da8cb2 Merge pull request #202 from birarda/master
bail on opening serial after two failed attempts
2013-05-06 13:09:55 -07:00
Stephen Birarda
0b810fa4c2 if we fail to open SerialInterface twice then don't keep trying 2013-05-06 13:09:15 -07:00
Stephen Birarda
f3a9dcf777 if we fail to open SerialInterface twice then don't keep trying 2013-05-06 13:08:45 -07:00