Seth Alves
|
6f79b381f9
|
working toward making children of avatar joints work
|
2015-12-03 11:00:06 -08:00 |
|
Ryan Huffman
|
667d2b728e
|
Fix uninitialized xColor value when converting script value
|
2015-12-03 09:52:56 -08:00 |
|
ericrius1
|
07430fb75a
|
Merge branch 'master' into polylineOptimizations
|
2015-12-02 15:59:32 -08:00 |
|
Brad Hefta-Gaub
|
1e51a90204
|
add edit times and entity ids to the viewer stats
|
2015-12-02 14:43:00 -08:00 |
|
Seth Alves
|
6eae98fb28
|
merge from upstream
|
2015-12-02 14:38:26 -08:00 |
|
Brad Hefta-Gaub
|
08ba535c38
|
add some basic send tracking
|
2015-12-02 13:43:05 -08:00 |
|
Brad Hefta-Gaub
|
112cdaf028
|
Merge pull request #6512 from AndrewMeadows/remove-debug-cruft
remove debug option for disabling physics updates
|
2015-12-02 10:00:29 -08:00 |
|
Brad Hefta-Gaub
|
75a57c3cb8
|
Merge pull request #6500 from Atlante45/octree_crash
Octree crash fix
|
2015-12-02 09:59:56 -08:00 |
|
Andrew Meadows
|
ab6367ff4e
|
remove debug option for disabling physics updates
|
2015-12-01 11:13:01 -08:00 |
|
Atlante45
|
083205916f
|
Merge branch 'master' of https://github.com/highfidelity/hifi into baseball
|
2015-11-30 18:25:53 -08:00 |
|
ericrius1
|
71d361ed3b
|
fixed hydra paint, adding more interactive brushes
|
2015-11-30 17:06:35 -08:00 |
|
Seth Alves
|
b7ebe5b92b
|
merge from upstream
|
2015-11-30 16:59:52 -08:00 |
|
Seth Alves
|
3402585d1a
|
fix a crash from previous commit
|
2015-11-30 16:54:29 -08:00 |
|
Seth Alves
|
9b54924524
|
edit.js can now manipulate children without flipping the table
|
2015-11-30 16:21:14 -08:00 |
|
Atlante45
|
4aaa9ca02f
|
Make OctreeElementBag safer to use
|
2015-11-30 15:23:49 -08:00 |
|
Seth Alves
|
89b78986d5
|
remove some more stray const
|
2015-11-30 14:01:17 -08:00 |
|
Stephen Birarda
|
4573e5c59e
|
resolve conflicts on merge with upstream/master
|
2015-11-30 13:32:38 -08:00 |
|
Seth Alves
|
4b87e09848
|
clean up some unneeded consts. get edit.js closer to working on parented entities
|
2015-11-30 13:23:55 -08:00 |
|
Ryan Huffman
|
99dd9646bc
|
Merge branch 'master' of https://github.com/highfidelity/hifi into proto-received-message
|
2015-11-30 10:20:13 -08:00 |
|
Seth Alves
|
4add3e2e91
|
rework worldToLocal, start on allowing scripts entity position/rotation to always be in world space
|
2015-11-30 09:41:15 -08:00 |
|
Seth Alves
|
cf39cac7fc
|
attempt to make SpatiallyNestable data access thread-safe
|
2015-11-29 12:50:33 -08:00 |
|
Seth Alves
|
eb50c9de5f
|
aabox delivered to scripts in properties should be in world space
|
2015-11-29 10:16:56 -08:00 |
|
Seth Alves
|
6062691c2a
|
minimize diff vs master
|
2015-11-26 07:04:27 -08:00 |
|
Seth Alves
|
10cf85bad9
|
fix some rotation handling in EntityItem, minimize diff vs master
|
2015-11-26 07:02:53 -08:00 |
|
Seth Alves
|
ca75802b9c
|
unmangle merge
|
2015-11-26 06:43:28 -08:00 |
|
Atlante45
|
a364e85e1d
|
Remove DeleteHooks
|
2015-11-25 17:21:56 -08:00 |
|
Anthony J. Thibault
|
23def8d173
|
Merge branch 'master' into tony/remove-joint-states
|
2015-11-25 13:55:23 -08:00 |
|
Clément Brisset
|
5ff482071e
|
Merge pull request #6465 from ericrius1/polyLineFix
moved logic to build vertex buffer to renderable polyline class, recalculati…
|
2015-11-25 11:02:02 -08:00 |
|
Anthony J. Thibault
|
f120e10ff4
|
Merge branch 'master' into tony/remove-joint-states
|
2015-11-24 15:00:05 -08:00 |
|
Atlante45
|
0f316e6ae1
|
Remove particles emiter bounds compute
|
2015-11-24 11:51:56 -08:00 |
|
Atlante45
|
e25ea122d8
|
Start moving update to shader
|
2015-11-24 11:51:56 -08:00 |
|
Atlante45
|
ca17c75631
|
Save one array traversal
|
2015-11-24 11:51:56 -08:00 |
|
Atlante45
|
230a413ec1
|
First pass at new particle shader
|
2015-11-24 11:51:56 -08:00 |
|
Atlante45
|
7d0a5677fa
|
More code cleanup
|
2015-11-24 11:51:56 -08:00 |
|
Atlante45
|
964ac5bad6
|
More cleanup
|
2015-11-24 11:51:56 -08:00 |
|
Atlante45
|
c33b6205a8
|
Some cleanup
|
2015-11-24 11:51:56 -08:00 |
|
Atlante45
|
40e802bae7
|
Get rid of global variable for sort
Fix rhs/lhs
|
2015-11-24 11:51:56 -08:00 |
|
Atlante45
|
a71ed7b166
|
Implement particle bounds with Extents
|
2015-11-24 11:51:56 -08:00 |
|
Philip Rosedale
|
dde01b2071
|
Merge pull request #6476 from AndrewMeadows/arrow
fix for objects suffering from very small updates to physics properties
|
2015-11-24 11:22:25 -08:00 |
|
Andrew Meadows
|
e26081e981
|
always update physics properties when they change
and move activation check logic to MotionState
|
2015-11-24 10:20:19 -08:00 |
|
Ryan Huffman
|
dac491ef41
|
Merge branch 'master' of https://github.com/highfidelity/hifi into proto-received-message
|
2015-11-24 09:59:22 -08:00 |
|
Stephen Birarda
|
5a7b0dd1ad
|
put the parsed model URL in ModelEntityItem
|
2015-11-24 11:46:51 -06:00 |
|
ericrius1
|
1409ed2d18
|
moved logic to build vertices buffer to renderable class, recalculating vertices anytime any of the normals, point, or strokeWidths data changes
|
2015-11-23 12:28:44 -08:00 |
|
Anthony J. Thibault
|
dd3f43705c
|
Fix for Model Entity animations.
Because rig->setJoint* methods take parameters in geometry space
the animations preRotation has to be applied manually.
|
2015-11-23 11:06:11 -08:00 |
|
Seth Alves
|
6f19093cb9
|
if an entity with an action has a motion-type of static, flag it so it gets updated in bullet
|
2015-11-23 10:03:35 -08:00 |
|
Seth Alves
|
a0c1f9a1f9
|
progress toward having things be children of specific joints rather than just of other objects
|
2015-11-22 13:11:37 -08:00 |
|
Seth Alves
|
4646c0c103
|
unmangle merge
|
2015-11-21 10:49:31 -08:00 |
|
Seth Alves
|
f013f95e9b
|
merge from upstream
|
2015-11-21 08:43:00 -08:00 |
|
Brad Hefta-Gaub
|
c7673aad4a
|
Merge pull request #6447 from huffman/polyline-texture
Add texture property to polyline entity type
|
2015-11-20 13:31:34 -08:00 |
|
Ryan Huffman
|
9e31614fce
|
Fix textures property not being sent for polyline
|
2015-11-19 15:16:46 -08:00 |
|
Ryan Huffman
|
2a416ebc61
|
Merge branch 'master' of https://github.com/highfidelity/hifi into received-message
|
2015-11-18 16:52:23 -08:00 |
|
Brad Hefta-Gaub
|
2f3cf82202
|
don't apply out of order edits to entities that have been deleted
|
2015-11-18 14:26:18 -08:00 |
|
Ryan Huffman
|
2fe9af54d4
|
Add textures property to polyline
|
2015-11-18 13:59:32 -08:00 |
|
Philip Rosedale
|
5b853ddf57
|
Merge pull request #6402 from sethalves/grab-equip
grab script bumper is an equip toggle
|
2015-11-17 20:15:26 -08:00 |
|
Philip Rosedale
|
450608bf5b
|
Merge pull request #6390 from sethalves/average-near-holds
Average near holds
|
2015-11-17 20:01:46 -08:00 |
|
Seth Alves
|
1d4e1eabcb
|
Merge branch 'master' of github.com:highfidelity/hifi into grab-equip
|
2015-11-17 11:01:22 -08:00 |
|
Seth Alves
|
b062d23f61
|
bumper is now an equip toggle
|
2015-11-17 09:51:52 -08:00 |
|
David Rowe
|
b3b73e8cd1
|
Fix particle aging
|
2015-11-17 12:02:35 +13:00 |
|
Seth Alves
|
b567a4846d
|
Merge branch 'master' of github.com:highfidelity/hifi into average-near-holds
|
2015-11-16 10:08:01 -08:00 |
|
Seth Alves
|
89ed3751ae
|
Merge branch 'master' of github.com:highfidelity/hifi into rework-visual-physics-debug
|
2015-11-14 14:00:20 -08:00 |
|
Seth Alves
|
b0d24be58f
|
add a way to get a list of all actions of a certain type from an entity. hold actions average their positional targets.
|
2015-11-13 16:02:39 -08:00 |
|
Stephen Birarda
|
e263453acb
|
Merge branch 'master' of https://github.com/highfidelity/hifi into baseball
|
2015-11-13 14:48:26 -08:00 |
|
Seth Alves
|
3746920655
|
allow action updates from others when we are the simulation owner
|
2015-11-13 13:56:30 -08:00 |
|
Seth Alves
|
6ec5b12081
|
send to network when an action is deleted, also
|
2015-11-13 09:52:35 -08:00 |
|
Seth Alves
|
3f7f5a2bbd
|
send to network when an action is deleted, also
|
2015-11-13 09:49:31 -08:00 |
|
Seth Alves
|
5acbb74362
|
send to network when an action is deleted, also
|
2015-11-13 09:45:06 -08:00 |
|
Seth Alves
|
7979fb38cf
|
don't always send actiondata along with other physics related properties
|
2015-11-13 09:25:17 -08:00 |
|
Seth Alves
|
dbaea5770a
|
include action data in properties suppressed by non-simulation ownership
|
2015-11-12 18:28:26 -08:00 |
|
Brad Hefta-Gaub
|
ecaa50c0ff
|
fix for infinite loop in erase entities special packet
|
2015-11-12 18:25:18 -08:00 |
|
Seth Alves
|
d7be1699a7
|
adjust how the decision to send action changes over the wire is made
|
2015-11-12 15:27:10 -08:00 |
|
Seth Alves
|
a8cd891e48
|
adjust how the decision to send action changes over the wire is made
|
2015-11-12 14:19:23 -08:00 |
|
Stephen Birarda
|
ef778c554c
|
Merge branch 'master' of https://github.com/highfidelity/hifi into baseball
|
2015-11-12 10:40:51 -08:00 |
|
Seth Alves
|
cffe4551dd
|
merge from upstream
|
2015-11-11 16:15:07 -08:00 |
|
Seth Alves
|
07f3d8eca0
|
more debugging prints
|
2015-11-11 16:03:08 -08:00 |
|
Brad Hefta-Gaub
|
2f903a9513
|
CR feedback and some cleanup
|
2015-11-11 14:21:14 -08:00 |
|
Brad Hefta-Gaub
|
bdfe304f7a
|
remove some logging
|
2015-11-11 14:08:15 -08:00 |
|
Brad Hefta-Gaub
|
040bae6014
|
more debugging
|
2015-11-11 12:31:50 -08:00 |
|
Brad Hefta-Gaub
|
866116d285
|
more debugging
|
2015-11-11 12:13:47 -08:00 |
|
Seth Alves
|
31ebe5dba1
|
terse logging for sim ownership
|
2015-11-11 08:51:10 -08:00 |
|
Seth Alves
|
39b92d2b52
|
terse log when ownership changes
|
2015-11-10 17:06:12 -08:00 |
|
Brad Hefta-Gaub
|
3316b63bf6
|
add a fixme comment
|
2015-11-10 15:46:53 -08:00 |
|
Brad Hefta-Gaub
|
006a1d60c8
|
keep some additional erase entities history and send to viewers
|
2015-11-10 15:31:51 -08:00 |
|
Seth Alves
|
df5d161721
|
adjust how EntityMotionState updates its idea of what the server knows about an entity
|
2015-11-10 15:02:17 -08:00 |
|
Seth Alves
|
82bd506086
|
adjust how EntityMotionState updates its idea of what the server knows about an entity
|
2015-11-10 14:32:57 -08:00 |
|
Seth Alves
|
5e4f30b2bb
|
improve terse entity logging. change how action data sending is triggered
|
2015-11-10 13:58:09 -08:00 |
|
Atlante45
|
b15054c1fb
|
Merge branch 'master' of https://github.com/highfidelity/hifi into baseball
|
2015-11-09 13:41:06 -08:00 |
|
Atlante45
|
6a53021818
|
Merge branch 'master' of https://github.com/highfidelity/hifi into baseball
|
2015-11-09 13:23:31 -08:00 |
|
Eric Levin
|
7700e67734
|
Merge pull request #6326 from imgntn/entity_params
Add Ability to Pass Parameters When Calling Methods on Entities
|
2015-11-09 12:17:58 -08:00 |
|
James B. Pollack
|
1812444614
|
Merge pull request #6278 from ericrius1/particleSorting
Added additiveBlending property to particle effect entity
|
2015-11-09 11:32:44 -08:00 |
|
James B. Pollack
|
e928c8278b
|
overload a single function and cleanup, add examples
|
2015-11-06 11:48:51 -08:00 |
|
Seth Alves
|
4ed8a1e5d1
|
changes to send an update to entity-server when AvatarActionHold releases an entity
|
2015-11-06 09:25:53 -08:00 |
|
James B. Pollack
|
3cee569bae
|
pass parameters to entities
|
2015-11-05 16:57:39 -08:00 |
|
James Pollack
|
b229b5289c
|
entity call params
|
2015-11-05 14:24:21 -08:00 |
|
James Pollack
|
751d51ee72
|
entity call params
|
2015-11-05 14:19:11 -08:00 |
|
ericrius1
|
4e5b806934
|
particle effect entities no longer intersect with rays
|
2015-11-04 16:05:29 -08:00 |
|
Seth Alves
|
9b3708ea66
|
use parentChanged to recalculate entity bounding boxes
|
2015-11-04 09:27:57 -08:00 |
|
Atlante45
|
55894f2eee
|
Merge branch 'master' of https://github.com/highfidelity/hifi into baseball
|
2015-11-03 17:46:24 -08:00 |
|
ericrius1
|
31fe5fa953
|
Bump version num, use different shader for additive blending effect
|
2015-11-03 17:15:10 -08:00 |
|
Seth Alves
|
ffb0317a50
|
Merge branch 'master' of github.com:highfidelity/hifi into parents
|
2015-11-03 16:53:00 -08:00 |
|
Seth Alves
|
60824a1fb0
|
back out some off-brand changes. add parentChanged call
|
2015-11-03 16:07:28 -08:00 |
|
ericrius1
|
a722ad46f6
|
Merge branch 'master' into particleSorting
|
2015-11-03 15:47:44 -08:00 |
|
Seth Alves
|
f60b1d9bd7
|
unmangle merge
|
2015-11-03 13:50:35 -08:00 |
|
ericrius1
|
777fbe6d83
|
moved additive_blending flag to proper location
|
2015-11-03 12:43:41 -08:00 |
|
ericrius1
|
0ed868077d
|
Added additive blending as option for particle effect
|
2015-11-03 10:02:51 -08:00 |
|
Ryan Huffman
|
f4531759be
|
Merge branch 'master' of https://github.com/highfidelity/hifi into baseball
|
2015-11-02 12:27:08 -08:00 |
|
Ryan Huffman
|
7f4a8e9d7d
|
Merge branch 'master' of github.com:Atlante45/hifi into baseball
|
2015-11-02 12:25:51 -08:00 |
|
Seth Alves
|
3ac0fef1ea
|
merge from upstream
|
2015-11-01 15:22:57 -08:00 |
|
Howard Stearns
|
79f05c63e5
|
Merge branch 'master' of https://github.com/highfidelity/hifi into dont-use-other-avatar-sounds
|
2015-10-31 11:23:18 -07:00 |
|
Bradley Austin Davis
|
46d87dda5a
|
Fixing paths for SDL2 and Sixense libs
|
2015-10-30 19:00:26 -07:00 |
|
Howard Stearns
|
28246c1951
|
Merge branch 'master' of https://github.com/highfidelity/hifi into dont-use-other-avatar-sounds
|
2015-10-30 13:21:56 -07:00 |
|
samcake
|
393f6a4c76
|
Fixing a bad field ID for keyLight.AmbientURL and bumping the domain version
|
2015-10-30 11:35:50 -07:00 |
|
Howard Stearns
|
ce1d0fe07c
|
Git rid of unused (un-emitted and intended to be removed long ago) script signal.
|
2015-10-30 11:25:54 -07:00 |
|
Stephen Birarda
|
fb55f0becb
|
guard timeElapsed for simulateKinematicMotion to max 1s
|
2015-10-29 12:50:34 -07:00 |
|
Brad Hefta-Gaub
|
3bbba99e2b
|
Merge pull request #6178 from samcake/color
Refactor the KeyLIght properties in their own group
|
2015-10-29 10:44:44 -07:00 |
|
Andrew Meadows
|
f9012d5051
|
Merge pull request #6187 from sethalves/fix-actions-ttl
fix actions bug
|
2015-10-29 09:30:21 -07:00 |
|
samcake
|
e4aab4bd97
|
Merge branch 'master' of https://github.com/highfidelity/hifi into color
|
2015-10-28 15:32:13 -07:00 |
|
Seth Alves
|
22d6b6df34
|
make withWriteLock and withTryWriteLock const
|
2015-10-28 13:49:52 -07:00 |
|
Seth Alves
|
a1096510e8
|
put some useless consts back
|
2015-10-28 10:52:01 -07:00 |
|
Seth Alves
|
f6a0004f26
|
get rid of some useless consts
|
2015-10-28 10:45:24 -07:00 |
|
Seth Alves
|
08a0bf33a4
|
avoid unneeded read-lock if action-data was dirty
|
2015-10-28 09:55:55 -07:00 |
|
Seth Alves
|
d504f449e4
|
undo last commit -- avoid unneeded read-lock if action-data was dirty
|
2015-10-28 09:55:11 -07:00 |
|
Seth Alves
|
2b5b4f1118
|
avoid unneeded read-lock if action-data was dirty
|
2015-10-28 09:54:16 -07:00 |
|
Seth Alves
|
f91dc93620
|
adjust locking in EntityItem::getActionDataInternal
|
2015-10-28 08:40:38 -07:00 |
|
Seth Alves
|
8d0aaed41a
|
fix bug that was deleting actions with 0 ttl. in js interface, action parameter 'lifetime' is now called 'ttl'
|
2015-10-26 13:50:21 -07:00 |
|
samcake
|
ca30ce1ff0
|
Move the keyLIght properties in their own group and add the ambientURL in
|
2015-10-26 10:08:16 -07:00 |
|
samcake
|
bc7ad9d3f7
|
Move the keyLIght properties in their own group and add the ambientURL in
|
2015-10-26 09:27:06 -07:00 |
|
samcake
|
42ac8c5769
|
Stariting to reorganize the keyLight porperties of the Zone Entity
|
2015-10-23 18:15:19 -07:00 |
|
Seth Alves
|
f3c61a823e
|
try harder to get children flags right when something moves. added worldToLocal methods
|
2015-10-23 16:58:09 -07:00 |
|
Seth Alves
|
61269c3ce8
|
fix up entity constructors so that setProperties isn't called during the constructor
|
2015-10-23 13:52:50 -07:00 |
|
Seth Alves
|
22af5b27ab
|
avoid shared_from_this while constructing
|
2015-10-23 12:55:48 -07:00 |
|
Seth Alves
|
bf290c35be
|
when an entity gets a physics flag set, set the same flag in any children
|
2015-10-23 09:46:57 -07:00 |
|
Seth Alves
|
7f6ac0207d
|
Merge branch 'master' of github.com:highfidelity/hifi into parents
|
2015-10-22 19:35:27 -07:00 |
|
Seth Alves
|
7b08d047b1
|
when EntityTree::updateEntityWithElement is called on an entity, call it on all the children of that entity
|
2015-10-22 16:59:56 -07:00 |
|
Stephen Birarda
|
1d5d655814
|
Merge branch 'master' of https://github.com/highfidelity/hifi into baseball
|
2015-10-22 16:29:44 -07:00 |
|
Stephen Birarda
|
4f6da68a1f
|
add getJointPosition and getJointRotation for entities
|
2015-10-22 16:25:28 -07:00 |
|
Seth Alves
|
d86d69aeba
|
keep track of children. use local position and orientation on the wire.
|
2015-10-22 15:36:03 -07:00 |
|
Seth Alves
|
778dc8dc15
|
add parentID and parentJointIndex EntityItemProperties
|
2015-10-22 11:52:56 -07:00 |
|
Seth Alves
|
264b658132
|
hook up entities and avatars to SpatialParentFinder
|
2015-10-22 11:05:48 -07:00 |
|
Brad Hefta-Gaub
|
856af8c764
|
fix EntityItemID dependency
|
2015-10-21 14:33:12 -07:00 |
|
Seth Alves
|
3944d7be0f
|
Merge branch 'master' of github.com:highfidelity/hifi into parents
|
2015-10-21 13:50:17 -07:00 |
|
Brad Hefta-Gaub
|
246e46b69a
|
implement improvement in sphere test
|
2015-10-21 10:46:50 -07:00 |
|
Seth Alves
|
7d8dca4edb
|
Merge branch 'master' of github.com:highfidelity/hifi into parents
|
2015-10-21 09:55:21 -07:00 |
|
Brad Hefta-Gaub
|
954afe45d3
|
Merge pull request #6112 from ericrius1/rayPickAdditions
Moved whitelist and raypicking code out of octree, fixed small bug with polylines
|
2015-10-21 09:08:56 -07:00 |
|
Brad Hefta-Gaub
|
d34ad2af42
|
improved findEntities(sphere) to check against Non-AABBox of entities
|
2015-10-20 21:01:20 -07:00 |
|
Seth Alves
|
6cb195b335
|
Merge branch 'master' of github.com:highfidelity/hifi into parents
|
2015-10-20 15:53:56 -07:00 |
|
Stephen Birarda
|
14aab4871d
|
Merge pull request #6119 from Atlante45/baseball
Fix autoresizing log spam
|
2015-10-20 13:45:50 -07:00 |
|
ericrius1
|
0373a481f8
|
Using EntityItemIDs instead of QUuids
|
2015-10-20 09:22:16 -07:00 |
|
Atlante45
|
1c46f2aa75
|
Fix autoresizing log spam
|
2015-10-19 18:22:44 -07:00 |
|
Seth Alves
|
bddbe89c86
|
don't accept incoming location edits if an entity is being controlled by a shouldSuppressLocationEdits action
|
2015-10-19 16:13:53 -07:00 |
|
Seth Alves
|
9e24542c0b
|
don't accept incoming location edits if an entity is being controlled by a shouldSuppressLocationEdits action
|
2015-10-19 16:05:56 -07:00 |
|
Seth Alves
|
00594f0cce
|
don't accept incoming location edits if an entity is being controlled by a shouldSuppressLocationEdits action
|
2015-10-19 16:05:10 -07:00 |
|
Seth Alves
|
a1cfebc173
|
don't accept incoming location edits if an entity is being controlled by a shouldSuppressLocationEdits action
|
2015-10-19 15:57:15 -07:00 |
|
ericrius1
|
dcb37ccd73
|
Removed whitelist and raypicking code from octree, fixed a small bug with polylines
|
2015-10-19 13:14:19 -07:00 |
|
ericrius1
|
8c229d88a8
|
moving whitelist code out of octree
|
2015-10-19 11:59:44 -07:00 |
|
Seth Alves
|
46e5bf0435
|
take entity-server clock-skew into account when handling action expiration times
|
2015-10-19 11:59:03 -07:00 |
|
Seth Alves
|
5c031a38c7
|
try another way of fixing held object snagging at slow velocity
|
2015-10-19 10:29:30 -07:00 |
|
Seth Alves
|
c5a5f26e6a
|
try another way of fixing held object snagging at slow velocity
|
2015-10-19 10:27:35 -07:00 |
|
Seth Alves
|
37923e81bb
|
make SpatiallyNestable::_transform private
|
2015-10-18 08:18:10 -07:00 |
|
Seth Alves
|
275e77d29e
|
remove old-style avatar referentials
|
2015-10-18 07:51:00 -07:00 |
|
Seth Alves
|
353f92f1ba
|
Merge branch 'master' of github.com:highfidelity/hifi into hold-action-changes
|
2015-10-17 13:09:52 -07:00 |
|
Atlante45
|
1da68e0214
|
Fix particle bug by having lifetimes increase
|
2015-10-16 18:11:22 -07:00 |
|
Seth Alves
|
937959c1c1
|
cleanups
|
2015-10-16 09:57:27 -07:00 |
|
Seth Alves
|
d2b7e5c4eb
|
Merge branch 'master' of github.com:highfidelity/hifi into hold-action-changes
|
2015-10-16 09:54:26 -07:00 |
|
Ryan Huffman
|
9ddcfdf94d
|
Cleanup PacketReceier and ReceivedMessage
|
2015-10-16 09:21:10 -07:00 |
|
Seth Alves
|
8338491c3b
|
Merge pull request #6095 from Atlante45/master
Fix export bug
|
2015-10-16 07:32:56 -07:00 |
|
Seth Alves
|
b18bb1e076
|
Merge pull request #6084 from AndrewMeadows/physics-cleanup
move DIRTY_FLAGS out of EntityItem namespace
|
2015-10-16 07:22:40 -07:00 |
|
Seth Alves
|
359a318568
|
fold kinematic hold into normal hold (disabled by default, an argument enables)
|
2015-10-15 20:23:06 -07:00 |
|
Atlante45
|
a84fdecec9
|
Fix export bug
|
2015-10-15 18:43:32 -07:00 |
|
Brad Hefta-Gaub
|
26f82e899e
|
Merge pull request #6079 from ericrius1/whiteboard
Entity whitelist for raypicking and whiteboard painting example
|
2015-10-15 17:50:35 -07:00 |
|
Stephen Birarda
|
e5825daa57
|
Merge pull request #6090 from ZappoMan/fixStat
Add some additional stats for debugging edit lags
|
2015-10-15 16:00:29 -07:00 |
|
Ryan Huffman
|
7682ab00e3
|
Add ReceivedMessage and receive progress
|
2015-10-15 14:09:53 -07:00 |
|
Brad Hefta-Gaub
|
93113af2d2
|
improve server error message for failed edit
|
2015-10-15 11:55:20 -07:00 |
|
Andrew Meadows
|
fa17b77d70
|
move DIRTY_FLAGS out of EntityItem namespace
|
2015-10-15 09:34:09 -07:00 |
|
ericrius1
|
cfca0fe8c0
|
Adding a color indicator to whiteboard
|
2015-10-14 15:58:18 -07:00 |
|
Seth Alves
|
9937b6a3ef
|
quiet some debugging
|
2015-10-14 13:12:11 -07:00 |
|
Seth Alves
|
07a4dc3a7f
|
more lock fixing
|
2015-10-14 12:49:06 -07:00 |
|
Seth Alves
|
fa2bf2b2d9
|
tighten up locking in actions
|
2015-10-14 11:43:03 -07:00 |
|
Seth Alves
|
9a9e5b962e
|
make edit logging terse vs not a domain-server setting
|
2015-10-14 09:45:35 -07:00 |
|
Seth Alves
|
77bb11675d
|
terse entity-edit logging
|
2015-10-14 09:31:44 -07:00 |
|
Seth Alves
|
742cc0f511
|
rename a function
|
2015-10-14 06:17:55 -07:00 |
|
Seth Alves
|
f61a005ebc
|
cleanups
|
2015-10-13 17:47:41 -07:00 |
|
Seth Alves
|
644076214e
|
fix hang
|
2015-10-13 16:55:04 -07:00 |
|
Seth Alves
|
4402242c3c
|
allow an action to suppress sending of physics related edits to the entity-server
|
2015-10-13 16:27:40 -07:00 |
|
Seth Alves
|
2ecb7e8d29
|
fix bug that was making action deletes fail
|
2015-10-13 16:19:12 -07:00 |
|
Seth Alves
|
fcbb107bc0
|
tweak
|
2015-10-13 14:13:53 -07:00 |
|
Seth Alves
|
54eac099b9
|
tweak
|
2015-10-13 12:52:53 -07:00 |
|
Seth Alves
|
83780296de
|
don't send physical property updates if there's an action on the object
|
2015-10-13 12:12:57 -07:00 |
|
ericrius1
|
2f620e654b
|
Fixed styling
|
2015-10-12 17:37:51 -07:00 |
|
ericrius1
|
f93b1d3325
|
Correctly whitelisting entities for ray picking
|
2015-10-12 17:05:34 -07:00 |
|
ericrius1
|
8d39f9c760
|
Syntax fixes
|
2015-10-12 15:02:03 -07:00 |
|
ericrius1
|
d01dda9c81
|
Adding in functionality to include only specified Ids in ray picking
|
2015-10-12 14:40:11 -07:00 |
|
Brad Davis
|
6f5f6450df
|
Cleanup CMake files
|
2015-10-11 00:01:03 -07:00 |
|
Brad Hefta-Gaub
|
25481e0a25
|
Merge pull request #6038 from Atlante45/asset-drop
Asset file drop
|
2015-10-10 09:32:58 -07:00 |
|
Atlante45
|
3e71c4cc4e
|
CR
|
2015-10-09 13:18:05 -07:00 |
|
Atlante45
|
bcd148cb87
|
Construct entity properties at definition
|
2015-10-09 12:23:19 -07:00 |
|
Atlante45
|
75f0a6442f
|
ModelEntities spawned with no dimension autoresize
|
2015-10-09 12:23:19 -07:00 |
|
David Rowe
|
09e5b30c16
|
Only emit particles if isEmitting is true
|
2015-10-09 11:21:59 -07:00 |
|
Brad Hefta-Gaub
|
bb10d8a7d5
|
more work on rationalizing particle properties
|
2015-10-07 20:08:30 -07:00 |
|
Brad Hefta-Gaub
|
b479dd0a12
|
Merge branch 'master' of https://github.com/highfidelity/hifi into animationGroupSettings
|
2015-10-07 19:55:01 -07:00 |
|
Brad Hefta-Gaub
|
02a24712ca
|
fix isEmitting property for particle effects, cleaned up some particle property editing in edit.js
|
2015-10-07 19:52:29 -07:00 |
|
Eric Levin
|
a6e1fbd50f
|
Merge pull request #6014 from ctrlaltdavid/20699
Sanitize particle properties, fix crashes
|
2015-10-07 17:19:29 -07:00 |
|
David Rowe
|
131b4ed004
|
Merge branch 'master' into 20699
Conflicts:
libraries/entities/src/EntityItemProperties.cpp
libraries/entities/src/ParticleEffectEntityItem.cpp
|
2015-10-07 15:08:07 -07:00 |
|
Brad Hefta-Gaub
|
bfd014203e
|
fix a bunch of warnings
|
2015-10-07 14:48:42 -07:00 |
|
Brad Hefta-Gaub
|
b09ae1755e
|
fix formatting of macros
|
2015-10-07 13:59:00 -07:00 |
|
Brad Hefta-Gaub
|
7a85e5b7a7
|
rename frameIndex to currentFrame
|
2015-10-07 13:02:58 -07:00 |
|
Brad Hefta-Gaub
|
57cc7adbfe
|
standardize somethingChanged - CR feedback
|
2015-10-07 12:27:12 -07:00 |
|
Brad Hefta-Gaub
|
ef054ffc6d
|
Merge branch 'master' of https://github.com/highfidelity/hifi into animationGroupSettings
Conflicts:
libraries/networking/src/udt/PacketHeaders.cpp
libraries/networking/src/udt/PacketHeaders.h
|
2015-10-07 11:27:50 -07:00 |
|
Brad Hefta-Gaub
|
6eeb64b032
|
CR feedback
|
2015-10-07 11:23:24 -07:00 |
|
David Rowe
|
4624649b1b
|
Sanitize particle properties, fix crashes
|
2015-10-07 08:57:55 -07:00 |
|
Brad Hefta-Gaub
|
867d34b617
|
clean up warnings and coding standard issues
|
2015-10-06 16:33:24 -07:00 |
|
Brad Hefta-Gaub
|
016bf4011d
|
cleanup
|
2015-10-06 16:07:36 -07:00 |
|
Brad Hefta-Gaub
|
1319642a59
|
fix frame jumping behavior on restart
|
2015-10-06 15:59:35 -07:00 |
|
Brad Hefta-Gaub
|
be79101a93
|
Merge branch 'master' of https://github.com/highfidelity/hifi into animationGroupSettings
|
2015-10-06 15:20:37 -07:00 |
|
Seth Alves
|
91f5a6fec6
|
make setting of rigid-body velocity controlled by an action argument
|
2015-10-06 08:08:33 -07:00 |
|
Brad Hefta-Gaub
|
f30a94064f
|
make animation start/stop work
|
2015-10-05 15:50:55 -07:00 |
|
Brad Hefta-Gaub
|
8c8e83dc8e
|
more debugging on animation.running
|
2015-10-05 14:17:12 -07:00 |
|
Seth Alves
|
8f924f0be4
|
merge from upstream
|
2015-10-05 13:05:37 -07:00 |
|
Andrew Meadows
|
1ead20683c
|
Merge pull request #5976 from sethalves/fix-action-deletes
Fix action deletion/addition when more than one interface are involved
|
2015-10-05 12:31:01 -07:00 |
|
Seth Alves
|
993111d22f
|
code review
|
2015-10-05 11:28:59 -07:00 |
|
Seth Alves
|
8c25f2e16c
|
Merge branch 'master' of github.com:highfidelity/hifi into kinematic-grab
|
2015-10-05 09:09:01 -07:00 |
|
ZappoMan
|
6f86b0f550
|
particle fixes
|
2015-10-04 15:23:17 -07:00 |
|
Brad Hefta-Gaub
|
2720e6ddf4
|
debug running property
|
2015-10-03 08:00:33 -07:00 |
|
Brad Hefta-Gaub
|
abdd9a6da4
|
Merge branch 'master' of https://github.com/highfidelity/hifi into animationGroupSettings
|
2015-10-02 17:28:06 -07:00 |
|
Brad Hefta-Gaub
|
eb9078bda5
|
cleanup
|
2015-10-02 17:27:45 -07:00 |
|
Seth Alves
|
89c848d8c8
|
fix up kinematic hold
|
2015-10-02 17:14:53 -07:00 |
|
Brad Hefta-Gaub
|
68dc303603
|
remove debug
|
2015-10-02 17:12:03 -07:00 |
|
Brad Hefta-Gaub
|
f618a2adfa
|
gak - get streaming working again
|
2015-10-02 17:06:32 -07:00 |
|
Howard Stearns
|
8153ad7f44
|
Merge pull request #5967 from AndrewMeadows/collision-group-hack
allow physical objects to be set collisionless
|
2015-10-02 16:08:52 -07:00 |
|
Seth Alves
|
cf8955a8c5
|
kinematic grab
|
2015-10-02 15:27:01 -07:00 |
|
Brad Hefta-Gaub
|
86a3825a5a
|
tweak
|
2015-10-02 14:50:59 -07:00 |
|
Brad Hefta-Gaub
|
57bf69cc48
|
Merge branch 'master' of https://github.com/highfidelity/hifi into animationGroupSettings
Conflicts:
libraries/entities/src/ModelEntityItem.cpp
libraries/networking/src/udt/PacketHeaders.cpp
|
2015-10-02 14:19:15 -07:00 |
|
Brad Hefta-Gaub
|
02536a5ab9
|
remove animationSettings from particles, add isEmitting
|
2015-10-02 14:17:01 -07:00 |
|
Seth Alves
|
a737b4024d
|
Merge branch 'master' of github.com:highfidelity/hifi into fix-action-deletes
|
2015-10-02 13:57:24 -07:00 |
|
Howard Stearns
|
f6665a4ac6
|
Merge pull request #5839 from sethalves/transmit-joint-translation
WARNING protocol change: Transmit joint translation
|
2015-10-02 13:37:56 -07:00 |
|
Seth Alves
|
67cc944afc
|
fix double free problem
|
2015-10-02 13:27:45 -07:00 |
|
Brad Hefta-Gaub
|
e6fb587a8c
|
Merge branch 'master' of https://github.com/highfidelity/hifi into animationGroupSettings
|
2015-10-02 13:04:14 -07:00 |
|
Brad Hefta-Gaub
|
98e8b3083d
|
comment
|
2015-10-02 13:04:02 -07:00 |
|
Brad Hefta-Gaub
|
dce4d94f30
|
Merge pull request #5941 from ctrlaltdavid/particles-fix
Fix particle radius, color, and alpha starts/finishes
|
2015-10-02 11:40:47 -07:00 |
|
Anthony J. Thibault
|
fc7b6dee84
|
Merge branch 'master' into transmit-joint-translation
|
2015-10-02 11:40:33 -07:00 |
|
Seth Alves
|
bb5abeeabb
|
Merge branch 'master' of github.com:highfidelity/hifi into fix-action-deletes
|
2015-10-02 10:57:56 -07:00 |
|
Brad Hefta-Gaub
|
cf2693e712
|
working fistFrame lastFrame
|
2015-10-02 08:31:22 -07:00 |
|
Seth Alves
|
9f27e5ff1f
|
back out a couple other unneeded changes
|
2015-10-01 18:21:53 -07:00 |
|
Seth Alves
|
40c5103d2f
|
back out change where actino data caches were split into in/out
|
2015-10-01 17:15:20 -07:00 |
|
Seth Alves
|
e90b156b7b
|
avoid: add an action, immediately receive an update to that entities action, delete the just-added action because it wasn't in the packet
|
2015-10-01 17:02:02 -07:00 |
|
Anthony J. Thibault
|
fa864d29f9
|
Merge branch 'master' into transmit-joint-translation
|
2015-10-01 16:55:24 -07:00 |
|
Seth Alves
|
f2ebba9863
|
separate out the inbound and outbound caches of serialized action data
|
2015-10-01 16:16:23 -07:00 |
|
Andrew Meadows
|
8bde78a4e8
|
Merge pull request #5954 from ctrlaltdavid/particle-interpolation
Improve particle property interpolation
|
2015-10-01 16:13:18 -07:00 |
|
Brad Hefta-Gaub
|
815c4c69af
|
support for legacy properties
|
2015-10-01 14:52:28 -07:00 |
|
Seth Alves
|
fa7a5f1a61
|
formatting, fix a bug
|
2015-10-01 14:51:33 -07:00 |
|
Seth Alves
|
56b50b5fb3
|
also add action to _previouslyDeletedActions if the local interface deletes the action
|
2015-10-01 14:45:10 -07:00 |
|
Seth Alves
|
d320f5b6f4
|
remember uuid of deleted actions for 20 seconds and don't re-add them
|
2015-10-01 14:40:12 -07:00 |
|
Brad Hefta-Gaub
|
91a27e3adf
|
get animation to actually run again
|
2015-10-01 13:29:07 -07:00 |
|
Brad Hefta-Gaub
|
aca25bd76e
|
connect up AnimationPropertyGroup to AnimationLoop
|
2015-10-01 11:05:16 -07:00 |
|
Andrew Meadows
|
381c98c4fa
|
fix for ModelEntityItem::shouldBePhysical()
|
2015-10-01 08:56:05 -07:00 |
|
Andrew Meadows
|
ef7e908675
|
allow dynamic objects to be set collisionless
|
2015-10-01 08:56:04 -07:00 |
|
Brad Hefta-Gaub
|
7c14f9ab93
|
Merge branch 'animationGroupSettings' of https://github.com/ZappoMan/hifi into animationGroupSettings
|
2015-09-30 21:46:28 -07:00 |
|
Brad Hefta-Gaub
|
06d77ecbea
|
first cut at migrating animation settings into a property group
|
2015-09-30 21:35:43 -07:00 |
|
Brad Hefta-Gaub
|
d7ee41cc23
|
first cut at migrating animation settings into a property group
|
2015-09-30 21:25:03 -07:00 |
|
Brad Hefta-Gaub
|
9fc684edf0
|
first cut at migrating animation settings into a property group
|
2015-09-30 21:19:33 -07:00 |
|
Brad Hefta-Gaub
|
6aa9ef9910
|
first cut at migrating animation settings into a property group
|
2015-09-30 20:51:25 -07:00 |
|
Seth Alves
|
7c6846c260
|
add lifetime and tag arguments to actions
|
2015-09-30 13:09:41 -07:00 |
|
David Rowe
|
c56ac24602
|
Improve particle property interpolation
Use Bezier interpolation instead of cubic so that values don't overshoot.
|
2015-09-30 11:37:22 -07:00 |
|
ericrius1
|
5ce3b13a4c
|
Fixed spacing issues
|
2015-09-29 17:31:02 -07:00 |
|
ericrius1
|
d1b016b483
|
untabbified lines
|
2015-09-29 16:38:21 -07:00 |
|
Eric Levin
|
614312f04f
|
Update PolyLineEntityItem.cpp
|
2015-09-29 16:32:07 -07:00 |
|
David Rowe
|
e2bee8ec08
|
Fix particle radius, color, and alpha starts/finishes
|
2015-09-29 15:40:46 -07:00 |
|
ericrius1
|
e7834365f5
|
Made polyline painting experience smoother- no more flickering
|
2015-09-29 15:33:39 -07:00 |
|
Seth Alves
|
d0a1e206ca
|
Merge branch 'master' of github.com:highfidelity/hifi into transmit-joint-translation
|
2015-09-29 13:55:13 -07:00 |
|
Brad Hefta-Gaub
|
430cbcca7e
|
first cut at adding surface normals to ray intersection
|
2015-09-27 21:57:50 -07:00 |
|
Seth Alves
|
50dd8eba45
|
Relay joint translations across network. Apply animation's root-joint translation to avatar.
|
2015-09-26 11:40:39 -07:00 |
|
David Rowe
|
d233d3f81b
|
Fix particle emitter corner cases
|
2015-09-24 19:17:02 -07:00 |
|
David Rowe
|
629128c17f
|
Fix particle emit directions for point emitter
|
2015-09-24 19:16:28 -07:00 |
|
David Rowe
|
3d44fdfdf5
|
Fix warnings
|
2015-09-23 21:18:23 -07:00 |
|
David Rowe
|
2b902238e7
|
Code tidying
|
2015-09-23 10:33:31 -07:00 |
|
David Rowe
|
eb01ba9812
|
Merge branch 'master' into 20681
|
2015-09-23 09:42:56 -07:00 |
|
Brad Hefta-Gaub
|
b88c8e507b
|
fix a couple of properties
|
2015-09-21 11:35:26 -07:00 |
|
David Rowe
|
812ab9b7c6
|
Merge branch 'master' into 20681
Conflicts:
libraries/entities/src/EntityItemProperties.cpp
|
2015-09-18 16:44:04 -07:00 |
|
Andrew Meadows
|
269e3d7f23
|
Merge pull request #5836 from ZappoMan/getEntityPropertiesPerformance
Entities.getEntityProperty() performance improvements
|
2015-09-18 15:19:06 -07:00 |
|
Brad Hefta-Gaub
|
0d37511071
|
add support for scripts to call methods on entity scripts
|
2015-09-18 14:06:38 -07:00 |
|
David Rowe
|
ec146069b1
|
Reuse old property enum slots
|
2015-09-18 13:06:18 -07:00 |
|
David Rowe
|
03194437f5
|
Merge branch 'master' into 20681
Conflicts:
examples/entityScripts/sprayPaintCan.js
|
2015-09-18 12:04:02 -07:00 |
|
David Rowe
|
8634b59914
|
Make able to emit from within portion of ellipsoid volume
|
2015-09-17 23:49:57 -07:00 |
|
David Rowe
|
9e2b5b75b6
|
Make able to emit in specified range of directions
Controlled by polar and azimuth start and finish angles, around point or
from specified part of spheroid surface.
|
2015-09-17 22:40:49 -07:00 |
|
David Rowe
|
f647dcf147
|
Change emitter radiuses to dimensions to match sphere properties
|
2015-09-17 21:06:40 -07:00 |
|
Brad Hefta-Gaub
|
45c34e1617
|
only copy properties to the script values for properties that our type actually has
|
2015-09-17 20:55:19 -07:00 |
|
Brad Hefta-Gaub
|
7f9a6d7b8e
|
whitespace fixes
|
2015-09-17 20:26:50 -07:00 |
|
Brad Hefta-Gaub
|
6de424237f
|
add support for property groups in the desired properties logic
|
2015-09-17 20:24:15 -07:00 |
|
Brad Hefta-Gaub
|
08babecb75
|
add support for mapping EntityPropertyFlags to QScriptValues and wire in desiredProps
|
2015-09-17 19:51:21 -07:00 |
|
Brad Hefta-Gaub
|
81255c8379
|
whitespace repair
|
2015-09-17 17:40:41 -07:00 |
|
Brad Hefta-Gaub
|
4e2cb00ec3
|
first cut at only returning type specific properties in getEntityProperties
|
2015-09-17 17:33:53 -07:00 |
|
David Rowe
|
12e2cf3ce9
|
Emit in all directions from a point or the surface of a spheroid
|
2015-09-17 17:14:35 -07:00 |
|
David Rowe
|
c992107363
|
Add particle properties ready to use for emitting from a spheroid
|
2015-09-16 18:07:18 -07:00 |
|
Brad Hefta-Gaub
|
e1cb041576
|
first cut at adding desiredProperties to getProperties
|
2015-09-16 15:00:42 -07:00 |
|
David Rowe
|
d51cab3e3d
|
Replace particle velocity with speed and orientation
|
2015-09-16 14:51:08 -07:00 |
|
Stephen Birarda
|
5df7ce7424
|
fix for missing jurisdiction listener in Agent
|
2015-09-16 11:43:54 -07:00 |
|
Seth Alves
|
93dc0714f7
|
quiet compiler
|
2015-09-12 10:10:53 -07:00 |
|
Seth Alves
|
49ee251238
|
quiet compiler
|
2015-09-12 09:59:25 -07:00 |
|
Seth Alves
|
e65ef93663
|
Merge pull request #5778 from jherico/homer
Fixing some entity race condition crashes
|
2015-09-11 17:54:53 -07:00 |
|
Andrew Meadows
|
94b0074165
|
Merge pull request #5765 from ctrlaltdavid/20669-tidy
Move cubic interpolation method to shared library
|
2015-09-11 16:58:22 -07:00 |
|
Brad Davis
|
2daa5c3bf6
|
PR comment, fix extra variable decl
|
2015-09-11 16:54:18 -07:00 |
|