Roxanne Skelly
|
0297d337d5
|
Add some comments as per CR request
|
2019-01-08 10:50:16 -08:00 |
|
Roxanne Skelly
|
443b54d931
|
comment and naming cleanup
|
2019-01-03 11:25:39 -08:00 |
|
Roxanne Skelly
|
3a282045ff
|
Checkpoint trait-level flow control
|
2018-12-21 15:48:58 -08:00 |
|
Zach Fox
|
d46b8d6471
|
Fix MS17811: Prevent frozen avatars in certain ignore cases
|
2018-12-11 14:52:11 -08:00 |
|
Simon Walton
|
6f659db3b5
|
Merge branch 'master' into avatar-mixer-improvements
|
2018-10-08 15:18:29 -07:00 |
|
Stephen Birarda
|
371de312cc
|
enumerate a vector of mixable streams for each listener
|
2018-09-28 14:54:50 -07:00 |
|
Simon Walton
|
13890f1d16
|
Use local ID in place of UUID in a couple more cases
|
2018-09-26 09:47:26 -07:00 |
|
Simon Walton
|
f2e69d5c81
|
Make default bubble-box AvatarData property for efficiency
Also a use of getClientGlobalPosition(), etc
|
2018-09-20 17:37:39 -07:00 |
|
Simon Walton
|
c88a713ef8
|
Use Local ID for last time & sequence #
Also try to fix size_t warnings on gcc
|
2018-09-19 12:05:06 -07:00 |
|
Simon Walton
|
c2fe2b60b3
|
Use std::vector for ignored avatars since the list will be small
|
2018-09-07 15:49:47 -07:00 |
|
Andrew Meadows
|
92210f28b5
|
cleanup and use correct avatar bounding box
|
2018-09-06 16:33:30 -07:00 |
|
Andrew Meadows
|
229e9624e6
|
remove bad bounding box calculations in avatar-mixer
|
2018-09-06 15:34:28 -07:00 |
|
Simon Walton
|
c2ac2b9ab0
|
Various tweaks; fix clang warning
|
2018-08-30 10:59:55 -07:00 |
|
Simon Walton
|
7b7f369c39
|
Further reductions in shared pointers, getWorldPosition().
|
2018-08-29 18:25:10 -07:00 |
|
Stephen Birarda
|
36784b0039
|
reset sent trait data when re-send required
|
2018-08-23 13:31:18 -07:00 |
|
Stephen Birarda
|
3e2d4dc696
|
fixes and improvments addressing CR comments
|
2018-08-21 10:53:52 -07:00 |
|
Stephen Birarda
|
fc5b72e9b9
|
cleanup sent trait versions for removed avatars on mixer
|
2018-08-21 10:31:15 -07:00 |
|
Stephen Birarda
|
e6b419d283
|
add instanced traits and migrate avatar entities
|
2018-08-21 10:31:15 -07:00 |
|
Stephen Birarda
|
be7eb57205
|
handle whitelist avatar URL override via traits
|
2018-08-21 10:31:14 -07:00 |
|
Stephen Birarda
|
26a1f03314
|
send traits in bulk to avatar mixer client
|
2018-08-21 10:31:14 -07:00 |
|
Stephen Birarda
|
f23a036f4a
|
add node local ID retreivable from NodeData
|
2018-08-21 10:31:14 -07:00 |
|
Stephen Birarda
|
ac835650b7
|
add skeleton trait sending to Agent, queuing in AvatarMixer
|
2018-08-21 10:31:14 -07:00 |
|
Clement
|
487a63025f
|
Fix warning
|
2018-05-03 18:19:52 -07:00 |
|
Clement
|
27c471ee97
|
Move all wire frustums to conical frustums
|
2018-05-03 18:19:29 -07:00 |
|
Clement
|
a283d28686
|
Send number of frustums in packet
|
2018-05-01 18:03:21 -07:00 |
|
Clement
|
538f24162f
|
Define ViewFrustums type alias
|
2018-05-01 18:03:21 -07:00 |
|
Clement
|
1b2b70b769
|
Send both frustums to Avatar Mixer
|
2018-05-01 18:03:21 -07:00 |
|
Stephen Birarda
|
956cc411d5
|
Merge branch 'RC66.1' of github.com:highfidelity/hifi into sixty-six-one-mergeback
|
2018-04-25 14:33:23 -07:00 |
|
Stephen Birarda
|
6c0177e2bd
|
use the correct joint count for other avatar last sent
|
2018-04-25 11:50:53 -07:00 |
|
Andrew Meadows
|
70d6aa99e8
|
more 'const uint64_t&' purges
|
2018-04-03 21:55:31 -07:00 |
|
Atlante45
|
776a2e8373
|
Fix concurrent access crash in avatar mixer
|
2018-01-09 11:24:34 -08:00 |
|
Andrew Meadows
|
eb120b1bc1
|
use correct timestamp of avatar's outgoin data
|
2017-11-30 11:03:27 -08:00 |
|
Andrew Meadows
|
e068eb879c
|
use PrioritySortUtil for outgoing avatar updates
|
2017-11-28 09:11:14 -08:00 |
|
ZappoMan
|
a7a0f03ede
|
rename SpatiallyNestable::getPosition() to SpatiallyNestable::getWorldPosition()
|
2017-10-27 18:39:17 -07:00 |
|
howard-stearns
|
b3091de536
|
forgot proper initial value of flag after changing whitelist to be actual
list
|
2017-06-14 11:16:55 -07:00 |
|
howard-stearns
|
6271b8ee7c
|
avatar whitelist
|
2017-06-13 16:56:18 -07:00 |
|
Stephen Birarda
|
841f8cb86b
|
make sure AvatarData objects have the node session ID
|
2017-05-22 15:33:57 -07:00 |
|
howard-stearns
|
0f0ad11344
|
Ensure avatar identity packet at mixer.
|
2017-05-17 13:47:24 -07:00 |
|
Zach Fox
|
5fa5e6e0a7
|
First pass at implementing Brad's simplification ideas
|
2017-03-06 10:03:42 -08:00 |
|
Brad Hefta-Gaub
|
dde9640c66
|
remove old full rate distance code
|
2017-02-23 10:29:17 -08:00 |
|
Brad Hefta-Gaub
|
4c4506b1f7
|
some cleanup
|
2017-02-22 21:47:40 -08:00 |
|
Brad Hefta-Gaub
|
2017ea4491
|
hacking on using sorted avatars for bandwidth budget
|
2017-02-21 14:18:00 -08:00 |
|
Brad Hefta-Gaub
|
291b823cfa
|
const cleanup and fix crash
|
2017-02-17 18:28:07 -08:00 |
|
Brad Hefta-Gaub
|
23790b93e3
|
first cut at slaves doing broadcast
|
2017-02-16 01:07:21 -08:00 |
|
Brad Hefta-Gaub
|
cddb72bbd7
|
clean up stats, add slave stats
|
2017-02-15 12:11:17 -08:00 |
|
Brad Hefta-Gaub
|
4f655bba3f
|
more hacking
|
2017-02-15 09:29:45 -08:00 |
|
Brad Hefta-Gaub
|
3d874f6ad2
|
more hacking
|
2017-02-14 14:12:22 -08:00 |
|
ZappoMan
|
8c2c05719a
|
fix warning
|
2017-01-24 14:21:47 -08:00 |
|
ZappoMan
|
1309af6d7a
|
CR feedback
|
2017-01-24 12:47:47 -08:00 |
|
ZappoMan
|
29fff2e556
|
Merge branch 'master' of https://github.com/highfidelity/hifi into tuneAvatarInfo
|
2017-01-23 13:09:59 -08:00 |
|