Oren Hurvitz
81f28b3b2c
Fixed ray intersections with Local entities.
...
Previously, rays *always* intersected with Local entities, regardless of whether the pick filter requested
to hit on collidable or noncollidable entities. But Local entities are always collisionless, so a pick filter
for collidable entities shouldn't intersect with Local entities.
2019-03-28 08:42:11 +01:00
SamGondelman
6cc95fe8ac
CR
2019-03-27 15:46:25 -07:00
Howard Stearns
489fadda6e
and now it's a list that cleans up after itself
2019-03-27 14:58:58 -07:00
Howard Stearns
f6ee77a6ae
an entity list of one
2019-03-27 12:23:02 -07:00
Howard Stearns
71111936a2
prep for entity lists
2019-03-27 11:42:16 -07:00
Andrew Meadows
fb7daa185d
improved physics for grabbed AvatarEntities
2019-03-27 10:12:59 -07:00
Seth Alves
5695c15809
avoid a deadlock when code invoked by onAddingEntity or onDeletingEntity runs more code that locks the entity tree
2019-03-27 10:12:57 -07:00
Howard Stearns
57da21cec2
more about challenges use entity id as id, not cert id
2019-03-26 17:12:28 -07:00
Howard Stearns
c9b79b24e3
track nonces by entity id instead of by cert
2019-03-26 15:23:13 -07:00
Howard Stearns
be74218d93
eliminate copy of hash table
2019-03-26 12:05:10 -07:00
Howard Stearns
91a165b4c3
separate out the certified entity map stuff (no-op refactor)
2019-03-26 11:49:08 -07:00
Howard Stearns
02129e0543
no-op refactor in prep for multiple entities per cert
2019-03-25 16:14:48 -07:00
Sam Gondelman
40f5a0263c
Merge pull request #15201 from SamGondelman/emit
...
Case 21756: Entities.emitScriptEvent works now
2019-03-21 18:05:17 -07:00
SamGondelman
3ff0770441
model emitters!
2019-03-20 21:25:14 -07:00
Andrew Meadows
9d11e44b4b
update AvatarEntity trait when parentID changes
2019-03-20 11:37:16 -07:00
SamGondelman
194008c77a
box shapeType
2019-03-19 14:14:37 -07:00
SamGondelman
432a3f1610
uniform sampling of ellipsoid points
2019-03-19 12:59:03 -07:00
SamGondelman
ea50133146
working on adding particle shape types
2019-03-18 12:05:17 -07:00
SamGondelman
d4e1ec9741
fix emitScriptEvent
2019-03-15 16:20:01 -07:00
SamGondelman
83bac723ef
fix wearable duplication on domain switch
2019-03-15 13:38:25 -07:00
Shannon Romano
c0240d2431
Merge pull request #14932 from AndrewMeadows/allow-kinematic-mesh
...
Case 21227: don't enforce MOTION_TYPE_STATIC on mesh shapes
2019-03-11 15:33:32 -07:00
Roxanne Skelly
e94d248ac5
Merge pull request #15126 from howard-stearns/domainUnlimited
...
unlimited certified copies in a domain
2019-03-08 10:23:42 -08:00
Shannon Romano
45ab5efcef
Merge pull request #15121 from danteruiz/fix-stylus-gizmo
...
Case 21603: Tablet x button is nearly impossible to hit with stylus
2019-03-07 16:03:13 -08:00
Howard Stearns
d309995aef
spell domainUnlimited right, and track challenges so that we don't reap
2019-03-07 14:48:57 -08:00
John Conklin II
abb61b7e90
Merge pull request #15124 from SamGondelman/shapes
...
Case 21605: Fix shapes app and debugAvatarMixer
2019-03-07 11:07:45 -08:00
Shannon Romano
d11c04a19d
Merge pull request #15117 from SamGondelman/wearables
...
Case 21596: Fix wearable scale on position change
2019-03-07 10:29:47 -08:00
Howard Stearns
97bfa538ff
unlimited certified copies in a domain
2019-03-07 09:51:20 -08:00
Sam Gondelman
dc4e2645da
even better!
2019-03-07 08:05:32 -08:00
SamGondelman
380df059ff
fix shapes app
2019-03-06 18:18:39 -08:00
danteruiz
a0bd2f67ec
fix stylus gizmo intersection
2019-03-06 17:20:36 -08:00
SamGondelman
0f3e1b9157
fix wearable scale on position change
2019-03-06 14:53:21 -08:00
Roxanne Skelly
a54171d60c
Merge pull request #15104 from roxanneskelly/79hero-master
...
merge PR 15026 15051 15067 15070 from v0.79.HERO-rc into master
2019-03-06 13:06:45 -08:00
Shannon Romano
4f3d593d90
Merge pull request #15072 from SamGondelman/clear
...
Case 11775: Don't clear my avatar entities on domain switch
2019-03-05 15:42:51 -08:00
Roxanne Skelly
fae6393663
Merge commit '743d1a58e2c4d07fa26f61b1512190263225fa42'
2019-03-05 15:11:25 -08:00
Roxanne Skelly
3ef02085ff
Merge commit '041a561dbcaa7280fd2c14ba2051b2add756ca6f'
2019-03-05 15:07:49 -08:00
Sam Gondelman
94cc5b83ac
Merge pull request #15088 from SamGondelman/create
...
Case 21541: Fix mouse on create in HMD
2019-03-05 13:07:49 -08:00
amer cerkic
fab343a1d4
correcting spacing
2019-03-05 10:52:54 -08:00
amer cerkic
36e9c604e9
fixed based on comment
2019-03-05 10:45:15 -08:00
amer cerkic
29a308dcaa
adding modelScale initialization so that it does not fail the validScale check assert
2019-03-05 10:07:33 -08:00
SamGondelman
f2c248c0a2
disable href and entity script events when in edit mode
2019-03-04 17:10:20 -08:00
Simon Walton
83c9381575
Convert avatarPriority to trivalued (inherit, crowd, hero)
...
Also tweaks from original reviewer comments.
2019-03-01 17:25:46 -08:00
SamGondelman
3e6061e435
try to not clear my avatar entities on domain switch
2019-03-01 13:45:00 -08:00
Shannon Romano
33e061b09b
Merge pull request #15022 from danteruiz/fix-tablet-scaling
...
Case 21424: Tablet does not properly resize when scaling avatar.
2019-03-01 09:37:47 -08:00
Shannon Romano
d68f82eb7d
Merge pull request #15060 from AndrewMeadows/avoid-mem-leaked-entities
...
Case 21494: Avoid mem leaked entities
2019-03-01 09:34:20 -08:00
Andrew Meadows
8a7853a701
remove crufty comment
2019-02-28 14:38:13 -08:00
Andrew Meadows
33d6e2ce3b
avoid mem-leaked entities when clearing tree
2019-02-28 14:21:35 -08:00
danteruiz
f715dbe243
fix tablet scaling
2019-02-28 13:32:12 -08:00
Simon Walton
17c0e40347
Add ability to filter on zone-type with JSON filter
2019-02-27 16:42:36 -08:00
SamGondelman
4d591e0624
fix web interaction and debug print filling logs
2019-02-26 16:30:31 -08:00
Simon Walton
d6f755955d
Add _avatarPriorityChanged to EntityItemProperties::markAllChanged()
2019-02-25 16:24:12 -08:00
Simon Walton
e5091e7f59
Fixes for EntityItem contains test, add MixerAvatar class and use in sort
2019-02-25 15:44:52 -08:00
Simon Walton
16bc667b95
Looks like serialization order must be same a flag enum order!?
...
Also resuscitate EntityItem debug dumps.
2019-02-22 18:17:30 -08:00
Shannon Romano
5f99158c25
Merge pull request #14977 from SamGondelman/rot
...
Case 21354: Add "modelScale" property to fix pal
2019-02-22 16:36:17 -08:00
SamGondelman
6d6cd42adb
fix bound scaling
2019-02-22 12:00:00 -08:00
SamGondelman
544f54e69a
fix model scale
2019-02-21 14:10:36 -08:00
SamGondelman
4fdf556d5d
fix billboard mode in secondary camera
2019-02-21 10:29:21 -08:00
SamGondelman
c8ffb130a3
only update sub items on change
2019-02-19 17:38:47 -08:00
Simon Walton
8033e93eda
Add avatar-priority boolean to zone entities
...
RC-79 version
2019-02-19 17:38:37 -08:00
SamGondelman
6765268998
Merge remote-tracking branch 'upstream/master' into wearables
2019-02-19 16:52:00 -08:00
SamGondelman
06ac2b291b
attachments and wearables cull with avatar parent
2019-02-17 17:52:10 -08:00
Andrew Meadows
2fdc9bce77
remove velocity restrictions on SHAPE_TYPE_STATIC_MESH
2019-02-15 16:59:18 -08:00
SamGondelman
c92b82e744
merge with master
2019-02-15 12:43:30 -08:00
Sam Gondelman
9aa99f24f0
Merge pull request #14905 from SamGondelman/materialMapping
...
Case 20242: FST materialMapping supports our material JSON format
2019-02-15 11:21:51 -08:00
SamGondelman
25b31cfc72
merge with master
2019-02-15 11:08:24 -08:00
Shannon Romano
f267043953
Merge pull request #14838 from SamGondelman/billboardMode
...
Case 20962: Billboard mode improvements
2019-02-14 17:44:48 -08:00
Sam Gateau
6168001ad4
Merge pull request #14909 from AndrewMeadows/update-collision-group-after-grab-80
...
Case 21159: fixes for more grab bugs
2019-02-14 16:52:03 -08:00
Bradley Austin Davis
d45d87031d
Merge pull request #14782 from SamGondelman/NOverlaysFinal
...
Case 20723, Case 20334: Internally, replace all overlays with local entities
2019-02-14 13:49:47 -08:00
SamGondelman
bed2732d34
start moving materials to rendering only
2019-02-14 12:59:16 -08:00
SamGondelman
dd0d7f0118
merge with master
2019-02-14 09:57:13 -08:00
Andrew Meadows
72b5fa1968
Merge pull request #14857 from Atlante45/fix/ess-parenting
...
Case 15420: Fix ESS sometimes not getting the parents/children of entities with scripts.
2019-02-13 17:26:57 -08:00
SamGondelman
13ece79476
merge with master
2019-02-13 16:30:22 -08:00
SamGondelman
3f8bfc5475
CR and fix deadlock
2019-02-13 16:19:39 -08:00
Andrew Meadows
ed8481ead9
fix grab bugs
2019-02-12 14:04:56 -08:00
Andrew Meadows
9f9f512c59
undoing markDirty() overhead because _flags is atomic
2019-02-12 13:22:22 -08:00
SamGondelman
77a8ddb3f0
Merge remote-tracking branch 'upstream/master' into materialMapping
2019-02-11 16:35:05 -08:00
David Rowe
5428bb19dc
Add "Avatar Script" JSDoc API classification
2019-02-12 11:49:49 +13:00
Andrew Meadows
ff746c3141
flag collision group/mask dirty after grab
2019-02-11 12:19:33 -08:00
SamGondelman
d988de4a17
Merge remote-tracking branch 'upstream/master' into NOverlaysFinal
2019-02-11 10:27:12 -08:00
John Conklin II
851b968501
Merge pull request #14737 from SamGondelman/zone
...
Case 19291: Fix zone bugs
2019-02-08 14:07:26 -08:00
SamGondelman
f7a487a020
move materialcache et al to material-networking library
2019-02-08 10:28:07 -08:00
Jeff Clinton
54109deab9
Merge pull request #14825 from SamGondelman/fall
...
Case 20829: Always fall when flying is not allowed
2019-02-07 14:39:46 -08:00
John Conklin II
dda310c0b9
Merge pull request #14835 from SamGondelman/textures
...
Case 20944: Fix Model textures property
2019-02-07 14:19:01 -08:00
SamGondelman
e74ff18bef
Merge remote-tracking branch 'upstream/master' into NOverlaysFinal
2019-02-07 09:49:27 -08:00
SamGondelman
25ca52d892
Merge remote-tracking branch 'upstream/master' into NOverlaysFinal
2019-02-07 09:48:13 -08:00
Jeff Clinton
2c666aed5e
Merge pull request #14821 from SamGondelman/owningAvatarID
...
Case 20932: Fix getEntityProperties
2019-02-06 14:43:31 -08:00
Sam Gateau
9ff9117a34
Merge pull request #14811 from jherico/feature/quest_frame_player
...
Case 20884: Quest frame player and Oculus libraries
2019-02-06 13:15:39 -08:00
Clement
8b32a62e2f
Simplify filter check
2019-02-05 17:03:19 -08:00
Clement
5945823606
Honor full scene resends
2019-02-05 17:03:19 -08:00
SamGondelman
31cf623252
fix keyboard focus
2019-02-04 12:44:04 -08:00
SamGondelman
17cafe7cce
fix getEntityProperties
...
(cherry picked from commit 6e61c02d04
)
2019-02-04 10:41:10 -08:00
SamGondelman
4b406bf41c
fix getEntityObject and tablet highlighting (Overlays.findOverlays)
2019-02-01 16:23:06 -08:00
SamGondelman
50bfe84aa7
fix keyboard intersection, laser alpha
2019-02-01 12:11:00 -08:00
SamGondelman
0955512a80
add billboard mode to web entities and fix picking/culling
2019-01-31 15:45:10 -08:00
SamGondelman
ee1552661c
fix textures
2019-01-31 12:04:46 -08:00
SamGondelman
2d0c1184e4
only domain zone entities control flying and ghosting
2019-01-30 18:27:17 -08:00
SamGondelman
6e61c02d04
fix getEntityProperties
2019-01-30 17:17:39 -08:00
Brad Davis
8a1a55189a
CMake cleanup and modernization
2019-01-30 16:23:14 -08:00
Seth Alves
3ab2db96b6
deactivate grab action when grab is released
2019-01-30 14:43:11 -08:00
SamGondelman
57ee9786af
fix picks vs. local entities
2019-01-30 11:42:05 -08:00
SamGondelman
a8dbe5e761
working on build errors
2019-01-28 21:10:24 -08:00
SamGondelman
6ad0b3412a
showKeyboardFocusHighlight + fixes
2019-01-28 20:43:47 -08:00
SamGondelman
7b88efa42c
trying to fix web surfaces??
2019-01-28 18:29:09 -08:00
SamGondelman
0d1e4bed66
merge with master
2019-01-28 18:13:05 -08:00
Sam Gondelman
faeb5b36dc
Merge pull request #14764 from SamGondelman/NOverlays12
...
Case 20722: Ring Gizmo Entities to replace Circle Overlays
2019-01-28 18:09:23 -08:00
Shannon Romano
607ce00713
Merge pull request #14766 from AndrewMeadows/grab-it
...
case 20701: fixes for grab
2019-01-28 15:57:36 -08:00
SamGondelman
445608e163
fix entity selection tool
2019-01-28 15:30:19 -08:00
SamGondelman
2db45b3ec9
dante's keyboard changes + getProperty + some fixes
2019-01-28 14:03:43 -08:00
SamGondelman
13cb70a6a5
Merge remote-tracking branch 'upstream/master' into NOverlays12
2019-01-28 11:37:15 -08:00
SamGondelman
0dd729232b
simplify keyboard focus highlight
2019-01-26 22:49:12 -08:00
SamGondelman
8f0bd2449b
pointerevents are working!
2019-01-26 21:53:46 -08:00
SamGondelman
abd7d6bddf
some stuff is working!
2019-01-26 01:39:13 -08:00
SamGondelman
bb5c556657
working on conversion
2019-01-25 19:15:53 -08:00
SamGondelman
a10f52c66d
merge with master
2019-01-25 14:16:07 -08:00
Jeff Clinton
d92d256cfc
Merge pull request #14656 from SamGondelman/matFallthrough
...
Case 20241: Material entity fallthrough
2019-01-25 14:01:27 -08:00
Adam Smith
f651ad2f67
Merge pull request #14711 from SamGondelman/NOverlays10
...
Case 20585: Add missing Web Overlay functionality to Web Entities
2019-01-25 14:00:52 -08:00
SamGondelman
5ce8f566cc
more overlay wip
2019-01-25 11:10:11 -08:00
Andrew Meadows
c9ef439a7f
fix more grab bugs
2019-01-25 08:46:24 -08:00
Shannon Romano
66d5b16a5d
Merge pull request #14744 from dback2/shapeTypeFix
...
Shape type and compound shape property fixes
2019-01-24 16:18:34 -08:00
SamGondelman
ca8d64bc05
removing overlays wip
2019-01-24 14:59:45 -08:00
Adam Smith
dadd49f535
Merge pull request #14667 from SamGondelman/NOverlays9
...
Case 20535: renderLayer, primitiveMode, groupCulled Entity properties
2019-01-24 14:36:27 -08:00
SamGondelman
0bfcde67ea
remove overlays from application.cpp
2019-01-24 14:11:24 -08:00
Andrew Meadows
965d0ccf60
reduced priority for AvatarEntities
2019-01-23 21:29:49 -08:00
Andrew Meadows
de68f6ca49
use Hold action
...
use Hold action for any non-dynamic Entity with Body in phys simulation
also set DIRTY_MOTION_TYPE bit, add to changed list on add/remove grab
2019-01-23 21:26:57 -08:00
SamGondelman
217ff2b1b2
keyboardFocusOverlay
2019-01-23 18:33:35 -08:00
SamGondelman
5d19666f60
merge with master
2019-01-23 17:58:56 -08:00
SamGondelman
9a734b2011
merge with master
2019-01-23 17:48:24 -08:00
SamGondelman
ac513df103
ring gizmo entities
2019-01-23 17:46:04 -08:00
Sam Gateau
3ec9290dca
Merge pull request #14619 from SamGondelman/matTarget
...
Case 20240: Better material entity targeting
2019-01-23 15:47:22 -08:00
David Back
ea5705907b
fix shape type and compound shape URL properties/tooltips
2019-01-22 18:22:13 -08:00
Andrew Meadows
9a854291af
supress spurious not important AvatarEntity updates
2019-01-18 15:36:38 -08:00
SamGondelman
d17e04967a
fix zone bugs
2019-01-18 13:49:16 -08:00
Sam Gondelman
17ac4138b6
typos
2019-01-18 13:43:56 -08:00
Shannon Romano
11b8ae6d44
Merge pull request #14710 from sethalves/mouse-grab-with-traits
...
case 15962: case 20481: Mouse grab with traits
2019-01-18 11:56:41 -08:00
John Conklin II
45ec44423b
Merge pull request #14694 from danteruiz/delete-only-domain-entities
...
case 20595: case 20563: Do not delete local entities when switching domains.
2019-01-17 11:25:58 -08:00
Adam Smith
f955313afc
Merge pull request #14687 from SamGondelman/cancel
...
Case 20580: Trying to fix wearables and avatar app
2019-01-17 11:25:30 -08:00
SamGondelman
8d2e81a13b
Merge remote-tracking branch 'upstream/master' into matFallthrough
2019-01-17 10:27:43 -08:00
SamGondelman
62b853816a
deprecate the new property so that people hopefully don't use it
2019-01-16 19:35:15 -08:00
SamGondelman
3835796419
deprecate the new property so that people hopefully don't use it
2019-01-16 14:01:05 -08:00
SamGondelman
611998f799
add pulse group properties to shapes, particles, text, web, image, and grid
2019-01-16 13:34:10 -08:00
SamGondelman
1d2270e9c7
web entity fixes
2019-01-15 16:51:36 -08:00
Seth Alves
c4fc884bce
ignore position edits from server when grabs are in effect
2019-01-15 16:35:20 -08:00
Seth Alves
b1c34eb9ec
update queryAACube during grab rather than only when grab is released
2019-01-15 16:01:44 -08:00
Seth Alves
174c79d66d
use new-style far-grabbing code for mouse grabs
2019-01-15 13:43:51 -08:00
Shannon Romano
4b34465113
Merge pull request #12899 from kitely/warn-property-too-large
...
Log a warning if an entity's property is too large
2019-01-15 12:00:04 -08:00
Dante Ruiz
4ab7308669
addressing code review requests
2019-01-14 14:04:01 -08:00
SamGondelman
68e15c6c07
fixes from 78
2019-01-14 13:36:21 -08:00
Dante Ruiz
e7d3844620
making pre review requests
2019-01-14 11:14:57 -08:00
Dante Ruiz
8252481ce7
Delete domain entities only
2019-01-11 16:00:10 -08:00
SamGondelman
4b67a79561
more web entity wip
2019-01-11 09:57:42 -08:00
Andrew Meadows
bc19689910
remove unnecessary culling of properties
2019-01-10 17:32:52 -08:00
Andrew Meadows
0098dedcbb
don't update server for AvatarEntity queryAACube
2019-01-09 18:25:12 -08:00
Andrew Meadows
b9667a0679
fix merge conflict after rebase
2019-01-09 17:28:00 -08:00
Andrew Meadows
9d6acf007a
fix build after rebase
2019-01-09 17:28:00 -08:00
Andrew Meadows
c998ddbb9e
ScriptableAvatar::setAvatarEntityData() works
2019-01-09 17:28:00 -08:00
Andrew Meadows
63ed0a3a98
move blob conversion recipes to EntityItemProperties
2019-01-09 17:28:00 -08:00
Andrew Meadows
4dd6e23fef
fix typo in comment
2019-01-09 17:28:00 -08:00
Andrew Meadows
9f404ef006
Agent bots can manipulate AvatarEntities again
2019-01-09 17:28:00 -08:00
Andrew Meadows
09f3b8f485
add bit of sanity checking for incomming AvatarEntities data
2019-01-09 17:27:14 -08:00
Andrew Meadows
0083c77280
add EntityTypes::extractEntityTypeAndID(), remove one spaghetti
2019-01-09 17:27:14 -08:00
Andrew Meadows
1815d71158
fix data corruption bug
2019-01-09 17:27:14 -08:00
Andrew Meadows
ce660bee9b
fix compile errors after rebase
2019-01-09 17:27:14 -08:00
Andrew Meadows
6c81e8845b
cleanup
2019-01-09 17:27:14 -08:00
Andrew Meadows
fe2ee68b79
add EntityItemProperties::copyFromJSONString()
2019-01-09 17:27:14 -08:00
Andrew Meadows
026c6301a6
correctly load AvatarEntities from settings
2019-01-09 17:27:14 -08:00
Andrew Meadows
263d6cb7ad
only change parentID=AVATAR_SELF_ID for non-clientOnly case
2019-01-09 17:27:14 -08:00
Andrew Meadows
e4cc3fa976
minor cleanup
2019-01-09 17:27:14 -08:00
Andrew Meadows
01fc442695
save AvatarEntities settings as strings
2019-01-09 17:27:14 -08:00
Andrew Meadows
d1927340f5
remove redundant addToNeedsParentFixupList()
2019-01-09 17:27:14 -08:00
Andrew Meadows
d3fea94540
send AvatarEntities via raw data packet
2019-01-09 17:27:14 -08:00
John Conklin II
e4abb66199
Merge pull request #14627 from AndrewMeadows/fewer-avatar-entity-updates
...
case 20304: please don't flood the avatar-mixer with unnecessary AvatarEntity udpates
2019-01-09 14:55:23 -08:00
SamGondelman
45ec7fe3e1
working on ignorePickIntersection and web entities
2019-01-09 12:03:35 -08:00
SamGondelman
10068cc42c
merge with master
2019-01-08 12:14:32 -08:00
SamGondelman
1b5c1d0677
working on primitiveMode and groupCulled
2019-01-08 10:02:03 -08:00
Jamil Akram
4c6b14bf72
Merge pull request #14642 from dback2/propertyRangeAudit
...
Entity property range/step audit
2019-01-08 09:42:59 -08:00
John Conklin II
ed4f2d9c10
Merge pull request #14439 from AndrewMeadows/shaped-zones
...
Case 15518: shaped zones
2019-01-08 09:06:45 -08:00
SamGondelman
3341d75eda
merge with master
2019-01-07 15:49:16 -08:00
SamGondelman
b609cfaa2b
renderLayer
2019-01-07 15:43:35 -08:00
David Back
84b2a7d474
Merge branch 'master' of https://github.com/highfidelity/hifi into propertyRangeAudit
2019-01-07 15:42:02 -08:00
David Back
3aa245036b
Merge branch 'master' into propertyRangeAudit
2019-01-07 15:36:18 -08:00
Sam Gondelman
db3187ec6c
Merge branch 'master' into propFix
2019-01-07 14:57:38 -08:00
SamGondelman
791257bd0a
convert old created to quint
2019-01-07 14:17:01 -08:00
SamGondelman
4210d4a7cd
write created as quint64
2019-01-07 13:24:38 -08:00
SamGondelman
fa66ed766d
one more try
2019-01-07 12:31:52 -08:00
SamGondelman
d57e3b57aa
possible fix for created to/from string
2019-01-07 11:10:36 -08:00
Andrew Meadows
5c750b40c9
fix copy-n-paste errors in EntityItem::contains() for cylinders
2019-01-05 08:03:29 -08:00
SamGondelman
b5b7574c48
set created
2019-01-04 16:52:11 -08:00
David Back
5ea84fb952
CR fixes
2019-01-04 15:39:27 -08:00
SamGondelman
1452d237e2
trying to fix avatar entity issue
2019-01-04 14:34:46 -08:00
Andrew Meadows
13a3982b5a
fix ZoneEntityItem::contains() for model shapes
2019-01-04 12:38:32 -08:00
Andrew Meadows
a642af23b7
enable shapeType=ellipsoid and expose zone shapeType to UI
2019-01-04 12:37:23 -08:00
Andrew Meadows
a656ea723e
special handling of SPHERE case in EntityItem::contains()
2019-01-04 12:37:23 -08:00
Andrew Meadows
65e920039c
cleaner return logic for EntityItem::contains() cylinder cases
2019-01-04 12:37:23 -08:00
Andrew Meadows
7625aebaa8
remove reduntant model-networking link dependency
2019-01-04 12:37:23 -08:00
Andrew Meadows
a8325b5c00
add ZoneEntityItem::contains() and support for shapes
2019-01-04 12:37:23 -08:00
Andrew Meadows
b480720409
proper shape support for EntityItem::contains(point)
2019-01-04 12:37:23 -08:00
David Back
ad25d50934
follow-up merge from PR 14585
2019-01-04 12:01:13 -08:00
David Back
eff9d11437
Merge branch 'master' of https://github.com/highfidelity/hifi into propertyRangeAudit
2019-01-04 11:07:28 -08:00
Andrew Meadows
65a7e15f5d
don't send AvatarEntity updates when not necessary
2019-01-03 17:57:11 -08:00
Sam Gondelman
5a6f9eb9e3
Merge branch 'master' into NOverlays8
2019-01-03 15:11:48 -08:00
SamGondelman
a2fe8ef9e7
merge with master
2019-01-03 13:51:07 -08:00
SamGondelman
4cd1cd6606
merge with master
2019-01-03 12:56:41 -08:00
Seth Alves
a7515a4bde
include owningAvatarID in entityPropertyFlagsFromScriptValue
2019-01-03 08:18:34 -08:00
Seth Alves
3ccbd0bc7b
disable positionand velocity script edits on grabbed entities
2019-01-03 08:17:52 -08:00
Seth Alves
54a5805b5c
add final edit when dropping an avatar-entity. don't allow grabbing of other's avatar entities
2019-01-03 08:17:52 -08:00
Seth Alves
05a80ae0e4
don't bootstrap with a traits-based grab
2019-01-03 08:17:52 -08:00
Seth Alves
895e8cdba1
fix off-hand adjustment of equipped entities. make traits-based grabbing be enabled by default, again
2019-01-03 08:17:52 -08:00
Seth Alves
bc5079e5d7
fix flawed logic in updateEntityQueryAACubeWorker
2019-01-03 08:17:52 -08:00
Seth Alves
38cc2205ec
dimensions is a simulation restricted change
2019-01-03 08:17:52 -08:00
Seth Alves
78aff6e95c
grab js api; send grab information through trait system
2019-01-03 08:17:52 -08:00
SamGondelman
ea11497a67
Merge remote-tracking branch 'upstream/master' into NOverlays7
2019-01-02 18:09:19 -08:00
SamGondelman
a9d798070a
wip
2019-01-02 18:08:59 -08:00
David Back
b92beca7d1
bad merge
2019-01-02 11:26:38 -08:00
unknown
dde7fbdfce
how did these happen
2019-01-02 11:15:22 -08:00
unknown
f8f13e974d
property range audit - add range info via macros accessible via API, tweak min/max/steps in entityProperties
2019-01-02 11:12:10 -08:00
SamGondelman
32bec57cfe
Merge remote-tracking branch 'upstream/master' into NOverlays6
2019-01-02 09:53:29 -08:00
SamGondelman
bb030660bd
Merge remote-tracking branch 'upstream/master' into NOverlays4
2018-12-20 13:26:23 -08:00
Shannon Romano
21ec4e0c53
Merge pull request #14524 from SamGondelman/NOverlays3
...
Case 20132, Case 16928: First class Image Entities
2018-12-20 21:20:49 +00:00
Shannon Romano
b6d1607acd
Merge pull request #14547 from SamGondelman/NOverlays5
...
Case 20200: Update EntityScriptingInterface to not find local entities
2018-12-20 19:10:22 +00:00
SamGondelman
05e0fb464e
new improved polylines
2018-12-19 15:01:49 -08:00
SamGondelman
3578df7a0e
material targeting
2018-12-19 13:28:33 -08:00
Sam Gondelman
e890fc6980
Merge branch 'master' into NOverlays3
2018-12-19 11:37:10 -08:00
Adam Smith
828672343a
Merge pull request #14523 from SamGondelman/NOverlays2
...
Case 20131: Cleanup some Entity Properties
2018-12-19 11:33:24 -08:00
SamGondelman
6094a2f0a0
add back line entities, undo polyline changes temporarily
2018-12-14 15:41:11 -08:00
SamGondelman
5dd00bed1d
new improved polylines
2018-12-14 14:15:56 -08:00
SamGondelman
770da220d7
cleanup entity properties more and start polyline work, remove lines
2018-12-12 16:47:35 -08:00
SamGondelman
b261665072
working on lines
2018-12-12 09:39:01 -08:00
SamGondelman
250baa9c72
add missing properties to text entities
2018-12-11 15:42:24 -08:00
SamGondelman
fd8245e258
Merge remote-tracking branch 'upstream/master' into NOverlays6
2018-12-11 10:46:39 -08:00
SamGondelman
cd83be162c
merge with NOverlays3
2018-12-11 10:38:55 -08:00
Shannon Romano
bb9a764855
Merge pull request #14517 from luiscuenca/getEntityJointParent
...
Add method to check entities joint hierarchy
2018-12-11 01:06:38 +00:00
SamGondelman
5eccaad135
remove new API
2018-12-10 13:05:39 -08:00
SamGondelman
6aac596698
updated entityscriptinginterface API and related functions
2018-12-07 15:25:21 -08:00
Alexander Ivash
600d09e533
relax 'isWearable()' condition to match latest changes in 'master'
2018-12-07 11:23:17 +03:00
Alexander Ivash
72a91668a5
FB19219 Make avatarapp to handle wearables update via drag&drop
2018-12-07 11:23:17 +03:00
Sam Gondelman
d21d764131
Merge branch 'master' into NOverlays4
2018-12-06 12:48:05 -08:00
Sam Gondelman
2291c7e5fb
Merge branch 'master' into NOverlays3
2018-12-06 12:37:18 -08:00
Sam Gondelman
533e0e0326
Merge branch 'master' into NOverlays2
2018-12-06 12:29:38 -08:00
Luis Cuenca
37854ab05e
Add jsdoc information
2018-12-06 11:58:48 -08:00
Sam Gondelman
b690faeb12
Merge branch 'master' into NOverlays
2018-12-06 11:29:06 -08:00
Sam Gondelman
c38a6966a9
Merge branch 'master' into NOverlays4
2018-12-06 11:25:43 -08:00
Sam Gondelman
a7c083e97a
Merge branch 'master' into NOverlays2
2018-12-06 11:24:27 -08:00
Sam Gondelman
d30dd4c26c
Merge branch 'master' into NOverlays3
2018-12-06 11:23:50 -08:00
Adam Smith
08d6e35d4d
Merge pull request #14372 from SamGondelman/decals
...
Case 19798: 3D projected Material Entities and materialRepeat option
2018-12-06 11:13:46 -08:00
SamGondelman
abef5c4d61
fix grab billboarding bug
2018-12-05 15:05:01 -08:00
SamGondelman
305cb6d323
grid entities
2018-12-03 18:04:34 -08:00
SamGondelman
98f9dc0ca4
remove grid entity files
2018-12-03 12:07:26 -08:00
SamGondelman
3ce6f7f3d6
real image entities
2018-12-03 11:50:59 -08:00
SamGondelman
1fd8a21f8e
cleanup
2018-12-03 11:07:54 -08:00
luiscuenca
ad42f6a590
Add method to check entities joint hierarchy
2018-12-01 12:32:29 -07:00
SamGondelman
e282d51883
CR
2018-11-26 01:15:07 -05:00
SamGondelman
e8d45c46c1
shouldn't be able to write actionData
2018-11-19 23:31:20 -05:00
Seth Alves
d19cdc62d7
Merge pull request #14135 from ElderOrb/FB18573
...
FB18573 - Other avatars' avatar entities may appear to be successfull…
2018-11-16 10:05:22 -08:00
SamGondelman
8dbb2d806b
local entities are always collisionless
2018-11-14 14:48:07 -08:00
SamGondelman
079d1dcbd6
convert clientOnly to entityHost and add local entities
2018-11-14 11:25:37 -08:00
Simon Walton
82e21e89e4
Merge remote-tracking branch 'upstream/master' into max-json-size
2018-11-13 17:26:20 -08:00
Simon Walton
167a8fdc04
Merge branch 'master' into max-json-size
2018-11-13 14:57:06 -08:00
Brad Hefta-Gaub
bb2239c0bd
Merge pull request #14359 from howard-stearns/no-url-logging
...
remove urls from logs in Interface
2018-11-13 13:19:30 -08:00
sabrina-shanman
753557736e
Merge branch 'master' into hfm_library
2018-11-12 15:03:30 -08:00
Howard Stearns
66ae01e0c3
Merge branch 'master' of github.com:highfidelity/hifi into no-url-logging
2018-11-12 12:55:20 -08:00
SamGondelman
b3abd97707
projected materials and repeat property
2018-11-09 10:47:07 -08:00
Simon Walton
d183968175
Add skipThoseWithBadParents functionality to octree visitor; reviewer suggestions
2018-11-08 18:20:20 -08:00
Ryan Huffman
1ff644b619
Merge pull request #14256 from ctrlaltdavid/M17008
...
Fix Interface crash importing JSON with duplicate entity IDs in file
2018-11-08 11:04:43 -08:00
Zach Fox
142dfab9ac
CR round 1
2018-11-08 10:05:57 -08:00
Zach Fox
1ab1cb95d8
Merge branch 'master' of github.com:highfidelity/hifi into no-url-logging
2018-11-08 09:57:10 -08:00
Roxanne Skelly
cef7000a72
Case 19754 - Remove logging URLs and related file locations.
...
The goal is to strip out data that can be used by untoward users in
copying models, avatars, etc.
2018-11-06 16:24:32 -08:00
sabrina-shanman
2801f324b7
Switch references to HFM to the HFM lib and remove HFM classes in FBX
2018-11-05 12:47:34 -08:00
Zach Fox
b43ad15fa7
Merge branch 'master' of github.com:highfidelity/hifi into textToSpeech
2018-11-01 11:32:38 -07:00
Simon Walton
6f6c92e647
Remove unused variable
2018-10-30 09:40:08 -07:00
SamGondelman
df005eedbf
fix shape not getting marked changed
2018-10-29 17:43:16 -07:00
John Conklin II
fa2fb3a87a
Merge pull request #14246 from sethalves/sync-grab-props
...
keep userData and new grab properties in sync
2018-10-26 11:52:47 -07:00
SamGondelman
faff5f11e8
Merge remote-tracking branch 'upstream/master' into particleLoad
2018-10-25 10:56:11 -07:00
Seth Alves
c5aafd4644
fix spatialKey conversion
2018-10-25 07:47:16 -07:00
Seth Alves
387a8ce933
fix QJsonArray handling
2018-10-25 07:47:15 -07:00
Seth Alves
252e504ab9
attempt to keep userData and new grab properties in sync
2018-10-25 07:47:15 -07:00
Zach Fox
d1556ae4e8
Merge branch 'master' of github.com:highfidelity/hifi into textToSpeech
2018-10-23 15:51:34 -07:00
Kerry Ivan Kurian
e7d1c2873a
Merge branch 'master' into log-resource-requests-2
2018-10-23 13:46:59 -07:00
Zach Fox
988bca201b
Merge branch 'master' of github.com:highfidelity/hifi into textToSpeech
2018-10-23 13:36:46 -07:00
SamGondelman
8807b90474
fix emitRadiusStart
2018-10-23 13:33:14 -07:00
Brad Davis
c8e664a0a1
New SPIRV Shader toolchain
2018-10-23 10:40:12 -07:00
David Rowe
794767144f
Fix Interface crash importing JSON with duplicate entity IDs in file
2018-10-23 15:30:33 +13:00
Zach Fox
493262052c
Remove extraneous code changes; remove QUrlAncestry code; remove extra logging
2018-10-22 13:59:52 -07:00
Zach Fox
7be5d5674d
Merge branch 'master' of github.com:highfidelity/hifi into log-resource-requests-2
2018-10-22 13:59:35 -07:00
Zach Fox
1eca1bfd55
Merge branch 'master' of github.com:highfidelity/hifi into textToSpeech
2018-10-22 11:18:10 -07:00
Sam Gateau
6005b934ad
Merge pull request #13979 from AndrewMeadows/game-loop-optimizations-001
...
minor bug fix and optimization in ModelEntity animation
2018-10-19 17:02:48 -07:00
Brad Davis
2687c024eb
Fix light color / serialization
2018-10-19 14:47:02 -07:00
Zach Fox
2f37a2b1a1
Merge branch 'master' of github.com:highfidelity/hifi into log-resource-requests-2
2018-10-18 11:12:26 -07:00
Andrew Meadows
6558d539e4
adjust simulation bid priority by props changed
2018-10-18 10:33:02 -07:00
Andrew Meadows
9bfa4a5267
remove unhelpful/wrong TODO comment
2018-10-18 10:33:02 -07:00
Andrew Meadows
1a685d2409
set script-triggerd sim ownership priority correctly
2018-10-18 10:33:02 -07:00
Andrew Meadows
ce81ab1f9d
don't edit restricted properties unless sim ownership possible
2018-10-18 10:33:02 -07:00
Andrew Meadows
bb51079284
move some bid-prep logic from EntityMotionState to EntityItem
2018-10-18 10:33:02 -07:00
Andrew Meadows
0b34524ba0
minimimze time holding locks on tree in editEntity()
2018-10-18 10:31:27 -07:00
Andrew Meadows
21654ba77c
cleanup access to sessionID
2018-10-18 10:31:27 -07:00
Andrew Meadows
f63610af2b
namechange: TerseUpdate --> TransformAndVelocities
2018-10-18 10:31:27 -07:00
Zach Fox
2a9e0041b2
Merge branch 'master' of github.com:highfidelity/hifi into textToSpeech
2018-10-18 10:16:07 -07:00
John Conklin II
1cc2569bd8
Merge pull request #13596 from SamGondelman/scriptvec3
...
Replace vec2, vec3, and xColor properties with JS prototypes
2018-10-18 09:47:56 -07:00
Kerry Ivan Kurian
3b15548ea3
Display resource-access events in marketplace item tester
...
Includes refactoring marketplace item tester into a single-page app.
2018-10-18 01:04:47 -07:00
Simon Walton
be279f08dc
Restore the addMarketplaceIDToDocumentEntities() hack
...
Fixes for Linux compiles; other improvements
2018-10-17 15:43:38 -07:00
John Conklin II
8e5bc1678f
Merge pull request #14219 from SamGondelman/materialCull
...
QueryAACube fixes and materials expand to include their parent
2018-10-17 15:15:23 -07:00
Sam Gondelman
3f117cd3e0
Merge branch 'master' into scriptvec3
2018-10-17 13:57:21 -07:00
Brad Hefta-Gaub
0e0542ec6e
Merge pull request #13890 from sethalves/grab-properties-1
...
move grab pseudo-properties (userData) into first-class EntityItemProperties
2018-10-17 13:29:20 -07:00
Sam Gondelman
e3543cf098
Merge branch 'master' into scriptvec3
2018-10-17 13:10:29 -07:00
Andrew Meadows
0c61779331
remove deprecated cruft; stub setAnimationURL() override
2018-10-17 11:45:39 -07:00
Andrew Meadows
148944814b
consolidate two bad string checks into one
2018-10-17 11:45:39 -07:00
John Conklin II
eb088772d0
Merge pull request #14156 from sabrina-shanman/bug_dynamic-hulls
...
Fix "Good" collision not honoring mesh groups in OBJ files
2018-10-17 11:12:21 -07:00
Sam Gondelman
cba4a4139a
fix compile error
2018-10-16 18:25:17 -07:00
SamGondelman
49b496046b
queryAACube fixes
2018-10-16 14:35:39 -07:00
Simon Walton
ad9f7f3a1d
Include the skipDefaults option in case we ever need it
...
Also print errors from parsing entities file; other tweaks
2018-10-12 11:18:38 -07:00
Simon Walton
0eec0e376c
Convert EntityTree direct to JSON, not via QJsonDocument
2018-10-11 18:13:26 -07:00
Zach Fox
7de784ce27
First steps (definitely not working)
2018-10-10 12:32:55 -07:00
Sam Gondelman
67662df760
Merge branch 'master' into scriptvec3
2018-10-08 12:59:34 -07:00
divya
91df342ae9
Merge pull request #14094 from wayne-chen/interstitialMerged
...
Merged interstitial page/redirect domain improvements
2018-10-08 10:32:29 -07:00
sabrina-shanman
c8cccc5ec7
Fix "good" collision not subdividing OBJ meshes by group
2018-10-08 09:24:33 -07:00
Andrew Meadows
c3478dc018
remove expired avatarEntities from their avatars
2018-10-05 13:48:35 -07:00
Dante Ruiz
651f37aceb
Merge branch 'interstitialMerged' of github.com:wayne-chen/hifi into interstitialMerged
2018-10-04 15:01:39 -07:00
Dante Ruiz
bda9735b5d
fix loading progress
2018-10-04 15:01:16 -07:00
John Conklin II
afe6d97b00
Merge pull request #14100 from danteruiz/soft-entities-updates
...
update soft entities and fix deadlock from qml.
2018-10-04 13:33:34 -07:00
Alexander Ivash
9cf94c968a
FB18573 - Other avatars' avatar entities may appear to be successfully deleted until edited
...
note: partially revert commit 888f2f64a5
/ "Merge pull request #10981 from druiz17/bug/delete-avatar-entity
2018-10-03 03:15:36 +03:00
Sam Gondelman
5b6e7b2566
Merge branch 'master' into scriptvec3
2018-10-02 08:58:04 -07:00
Seth Alves
834699fa12
Move grab pseudo-properties (userData) into first-class EntityItemProperties.
2018-10-02 08:54:12 -07:00
John Conklin II
3ab83731b9
Merge pull request #14087 from sethalves/quiet-asan
...
fix several uninitialized reads
2018-10-01 16:48:54 -07:00
Brad Hefta-Gaub
6290b56383
Merge pull request #14079 from luiscuenca/simpleAvatarTransit
...
Simple avatar transit
2018-10-01 16:24:46 -07:00
Brad Hefta-Gaub
edd5db7768
Merge pull request #14042 from thoys/perf/create/getMultipleEntities
...
Speed up Entity List properties fetching by adding Entities.getMultipleEntities API
2018-10-01 16:16:48 -07:00
Dante Ruiz
31baa46ee0
merging from master
2018-10-01 09:44:54 -07:00
John Conklin II
11492ce8ee
Merge pull request #14045 from sethalves/enterEntity-wait-for-script
...
don't call enterEntity before the entity's script is loaded
2018-09-28 16:07:08 -07:00
Dante Ruiz
c1c853790b
update soft entities and fix deadlock
2018-09-27 14:53:28 -07:00
Seth Alves
ff2a47e7e6
fix several uninitialized reads
2018-09-26 09:33:12 -07:00
Thijs Wenker
80beb6c444
addressed CR feedback
2018-09-25 22:43:58 +02:00
John Conklin II
55848e6959
Merge pull request #14008 from sethalves/fix-local-angular-velocity
...
fix bug that caused localAngularVelocity to get zeroed out
2018-09-24 14:32:57 -07:00
luiscuenca
012cd207b3
No data sent during basic transit
2018-09-24 11:39:10 -07:00
Seth Alves
f6e57f54b0
don't call enterEntity until script preload has finished
2018-09-21 10:26:55 -07:00
Thijs Wenker
1094b6722f
self-CR
2018-09-20 23:36:53 +02:00
Thijs Wenker
e2cb96193d
JSDocs
2018-09-20 22:47:14 +02:00
Thijs Wenker
6d72881f3f
remove commented out test code
2018-09-20 21:14:30 +02:00
Thijs Wenker
06491ef12f
API function for retrieving multiple entity properties with better performance
2018-09-20 19:34:00 +02:00
Seth Alves
1a44054c49
attempt fix for fb-17131
2018-09-15 09:15:43 -07:00
SamGondelman
c522d1bc93
merge with master
2018-09-14 00:57:13 -07:00
Sam Gondelman
42ded53b5f
Merge branch 'master' into modelBugs
2018-09-12 14:35:46 -07:00
Wayne Chen
63ad85215b
Merge branch 'master' into interstitalMerged
2018-09-11 17:17:33 -07:00
SamGondelman
9a2bdda365
make animation properties threadsafe
2018-09-10 11:58:45 -07:00
John Conklin II
405e2da91e
Merge pull request #13949 from sabrina-shanman/stt_parenting_scale
...
Scale Collision Pick to match parent
2018-09-07 11:54:02 -07:00
sabrina-shanman
8d4c47cf8e
Make template specialization of BaseNestableTransformNode explicit
2018-09-07 08:49:44 -07:00
sabrina-shanman
836f810c41
Have OverlayTransformNode and similar define scale relative to nestable scale on creation time, and refactor code
2018-09-06 16:33:29 -07:00
sabrina-shanman
3f7a7fb11a
Return early from AvatarTransformNode and similar when getTransform fails
2018-09-06 10:29:01 -07:00
sabrina-shanman
f7226757ad
Just import TransformNode in AvatarTransformNode.h and similar
2018-09-06 10:03:05 -07:00
sabrina-shanman
e8ce152687
Scale collision picks relative to parent by adding and using more
...
specialized transform nodes.
2018-09-05 16:51:28 -07:00
Wayne Chen
c47788efe4
merging with dante's PR
2018-09-04 18:00:06 -07:00
SamGondelman
589e88af4a
Merge remote-tracking branch 'upstream/master' into scriptvec3
2018-09-04 17:54:45 -07:00
SamGondelman
9b75c7e07f
trying to separate colors and vectors
2018-09-04 17:20:05 -07:00
SamGondelman
0c8a4cc81e
merge with master
2018-08-28 17:31:51 -07:00
SamGondelman
aae06e8f49
faster aabox ray intersection and pre-computed inverse direction
2018-08-27 15:40:33 -07:00
Sam Gondelman
6730635931
Merge branch 'master' into scriptvec3
2018-08-27 10:43:52 -07:00
Dante Ruiz
af19849a75
fixing merge conflict
2018-08-24 15:48:42 -07:00
Dante Ruiz
3796675123
script update and visuallyReady entities
2018-08-24 15:46:39 -07:00
John Conklin II
fcdbc6c6d2
Merge pull request #13778 from SamGondelman/bloom
...
Enable bloom in zone properties
2018-08-24 14:46:31 -07:00
SamGondelman
b5b7167644
add to stats
2018-08-23 17:56:24 -07:00
SamGondelman
283c0c0311
s i m p l i f y
2018-08-23 11:47:56 -07:00
SamGondelman
5c0b12abf6
ordered ray/parabola intersection code
2018-08-22 16:29:17 -07:00
Stephen Birarda
99f532a20e
always check added avatar entities once in updateAvatarEntities
2018-08-21 10:32:05 -07:00
Stephen Birarda
e33f349d53
fix flagging for avatar entity update/delete
2018-08-21 10:32:05 -07:00
Sam Gondelman
f0986a7f5a
Merge branch 'master' into scriptvec3
2018-08-20 10:56:45 -07:00
John Conklin II
1edf1b4337
Merge pull request #13555 from SamGondelman/destroy
...
Trying to fix dependency shutdown
2018-08-16 13:14:58 -07:00
John Conklin II
02f53c4ee5
Merge pull request #13808 from dback2/createEntitiesGrabbable
...
Use Create Entities as Grabbable option when adding asset to world
2018-08-16 09:22:23 -07:00
Andrew Meadows
fd9876cb63
don't attempt physics with invalid modelURL
2018-08-13 13:30:30 -07:00
unknown
5641c59f5f
Merge branch 'master' of https://github.com/highfidelity/hifi into createEntitiesGrabbable
2018-08-10 09:49:37 -07:00
David Back
8db0711b5b
set grabbable user data in addModelEntity, pass grabbable from asset browser
2018-08-08 16:33:47 -07:00
SamGondelman
fb75b42059
working on enabling bloom
2018-08-07 22:26:30 -07:00
Sam Gondelman
7772e8adf2
Merge branch 'master' into scriptvec3
2018-08-03 14:57:49 -07:00
SamGondelman
1ba28de5b6
try to fix nodelist not getting destroyed
2018-08-01 17:52:27 -07:00
David Back
0b9e520b53
fix grab cloning parented entitiy
2018-08-01 16:00:25 -07:00
John Conklin II
7a635b6a57
Merge pull request #13709 from thoys/fix/require-load-queue
...
MS17041: Fix for require fail when the same script loaded simultaneously from another entity script
2018-08-01 11:15:32 -07:00
Thijs Wenker
003e826d60
move over definition so it could be linked in the assignment-client too
2018-08-01 00:23:34 +02:00
SamGondelman
7c8d080050
Merge remote-tracking branch 'upstream/master' into scriptvec3
2018-07-31 14:04:23 -07:00
Thijs Wenker
74343c71d8
CR fixes
2018-07-31 22:29:53 +02:00
SamGondelman
2ca217eb4a
merge with master
2018-07-30 17:43:15 -07:00
David Rowe
b36b981b55
Merge branch 'master' into M19690
...
# Conflicts:
# libraries/entities/src/EntityItemProperties.cpp
2018-07-31 08:41:32 +12:00
Sam Gondelman
8201997a16
Merge pull request #13660 from SamGondelman/parabolic
...
Parabolic Picking + Pointers
2018-07-30 10:49:02 -07:00
John Conklin II
fc88165e23
Merge pull request #13696 from SamGondelman/particleRot
...
Particles don't spin with head roll, new spin + rotateWithEntity properties
2018-07-27 14:54:48 -07:00
Sam Gateau
a95ddb0492
Merge pull request #13616 from AndrewMeadows/remove-cruft-001
...
remove cruft for rendering collision shapes
2018-07-27 19:19:44 +02:00
SamGondelman
6a52b7b8f3
CR improvements
2018-07-26 12:15:12 -07:00
SamGondelman
1c1b68ee66
emitterShouldTrail fix, review comments, rotateWithEntity
2018-07-26 11:41:16 -07:00
David Rowe
51865294ac
Fix radius and alpha start/finish values
2018-07-26 09:54:42 +12:00
John Conklin II
21d043d179
Merge pull request #13534 from huffman/fix/ess-avatar-entities
...
Fix crash when editing avatar entities with no myAvatar
2018-07-25 14:21:12 -07:00
Sam Gondelman
d29332595b
jsdoc fixes
2018-07-25 09:54:14 -07:00
SamGondelman
4750611af9
particles don't spin with head roll, add particle spin properties, negative emitSpeed
2018-07-24 23:47:58 -07:00
David Rowe
1ac6845899
Fix ParticleEffect entity JSDoc
2018-07-25 09:16:46 +12:00
SamGondelman
645f905239
cleanup, model performance improvements
2018-07-24 13:25:49 -07:00
SamGondelman
318ef907b8
parabola/polyvox, fixing some bugs
2018-07-24 10:08:35 -07:00
SamGondelman
956c1511b6
Merge remote-tracking branch 'upstream/master' into parabolic
2018-07-19 15:23:25 -07:00
SamGondelman
845ddda695
parabola-overlay and -avatar intersection, handle case where acceleration == 0
2018-07-17 12:41:03 -07:00
Andrew Meadows
207aea8712
remove cruft from rendering collision shapes
2018-07-16 10:29:34 -07:00
SamGondelman
f9cdfbad7c
cleanup
2018-07-12 17:59:57 -07:00
John Conklin II
a8c2f9c861
Merge pull request #13585 from thoys/fix/animationFPSChanging
...
MS14979: Fix Animation FPS changeability
2018-07-12 11:23:54 -07:00
SamGondelman
16ad9cb5d3
xcolor/rgbcolor conversion
2018-07-11 18:06:06 -07:00
SamGondelman
9929529f30
vec3 conversion
2018-07-11 14:18:22 -07:00
Thijs Wenker
e7345c5a27
fix changing allowTranslation / fps for entity model animation without having to change any other animation property value
2018-07-11 19:15:08 +02:00
SamGondelman
5bbd5b9e52
vec2 conversion
2018-07-10 16:32:49 -07:00
Andrew Meadows
0b87df45b5
cleanup return statement
2018-07-10 11:16:56 -07:00
SamGondelman
fcc523fbef
parabola sphere intersection
2018-07-09 15:15:36 -07:00
SamGondelman
bbe9a0005d
parabola vs. web and text
2018-07-05 17:02:55 -07:00
SamGondelman
7130b5aa7f
fixing findRayIntersection bugs
2018-07-05 10:27:12 -07:00
Ryan Huffman
a5a7f56a32
Fix crash when editing clientOnly entity with no myAvatar
2018-07-03 10:25:52 -07:00
SamGondelman
90091d11e4
parabola picks, started implementing math
2018-07-03 09:47:31 -07:00
Andrew Meadows
5b4b0a7c25
fix server-side bug in kinematics
2018-07-02 15:04:11 -07:00
John Conklin II
7834bca39a
Merge pull request #13508 from wayne-chen/crashEntityAppendPoint-case-12473
...
Fixing crash on appending a point to an entity
2018-07-02 12:36:51 -07:00
Wayne Chen
9e3626cca3
returning false if there is no entity to connect to
2018-06-29 14:42:33 -07:00
David Back
a8e231c5af
floats .0f
2018-06-28 11:33:38 -07:00
David Back
4f5a1bc340
zero out spread values for previous versions
2018-06-27 19:02:55 -07:00
Sam Gondelman
fbe54437b8
Merge pull request #13409 from humbletim/add-raypick-shapeID
...
Include shapeID in RayPick results
2018-06-26 10:25:39 -07:00
SamGondelman
d37a8bcd72
more jsdoc updates
2018-06-22 10:13:18 -07:00
Sam Gondelman
850e2d5cf5
Merge branch 'master' into particleFix
2018-06-21 17:32:24 -07:00
SamGondelman
8f411ad6c8
CR
2018-06-20 16:13:10 -07:00
SamGondelman
de5fcccc7b
proper reporting of nan values in get
2018-06-19 14:22:24 -07:00
SamGondelman
12a5d8b550
quiet ubuntu warnings, particle properties show radians
2018-06-19 12:51:35 -07:00
Andrew Meadows
44c3620b6e
remove cruft
2018-06-18 17:45:58 -07:00
humbletim
dc5c5c20df
raypick partIndex commit
...
include shapeID for accessing proper material index
add raypick shapeID test script
2018-06-18 18:22:30 -04:00
SamGondelman
0d34689320
spread variables jsdoc
2018-06-18 12:33:36 -07:00
SamGondelman
93fe0c60fa
correctly update bounding box based on radius and other properties
2018-06-18 11:26:09 -07:00
Andrew Meadows
6d422e4678
Merge 'master' into 'workload'
2018-06-18 10:30:13 -07:00
SamGondelman
7771661948
fix particle spread properties
2018-06-15 17:35:49 -07:00
SamGondelman
9ea65950d5
particles: threadsafe, cleanup, rework initialized logic
2018-06-15 15:45:06 -07:00
Andrew Meadows
be0899c41d
remove unnecessary writes to appease Xcode's static analyzer
2018-06-15 11:44:22 -07:00
Andrew Meadows
d0baa2d2a1
fix typos in simulation ownership documentation
2018-06-15 10:28:00 -07:00
Andrew Meadows
4329ea5240
Merge master' into 'workload'
2018-06-04 16:11:25 -07:00
David Rowe
b5028a9626
Merge branch 'master' into 21880
...
# Conflicts:
# interface./src/scripting/WindowScriptingInterface.h
2018-06-05 09:13:54 +12:00
John Conklin II
08fcad1932
Merge pull request #13227 from SamGondelman/entityMirror
...
Add local-only isVisibleInSecondaryCamera flag to entities
2018-06-04 11:06:00 -07:00
Seth Alves
97b3fdfe68
make legacy collisionless property work right
2018-06-01 09:34:34 -07:00
SamGondelman
86ee5c12d8
merge and update based on sam's changes
2018-05-31 17:53:36 -07:00
John Conklin II
ec3f9549f1
Merge pull request #13172 from wayne-chen/getChildrenIDs-issue-1934
...
Fix EntityScriptingInterface::getChildrenIDs function
2018-05-31 14:27:25 -07:00
Andrew Meadows
addbb597fc
move setSpaceIndex() to cpp file for easier debugging in future
2018-05-31 10:22:39 -07:00
Andrew Meadows
003e444246
Merge branch 'master' into 'workload'
2018-05-30 16:04:13 -07:00
Oren Hurvitz
b9306a35cc
Fixed formatting
2018-05-30 11:01:07 +03:00
David Rowe
ac0607b5ae
Review Entites.cloneEntity() JSDoc and add JSDoc for new properties
2018-05-30 10:02:10 +12:00
samcake
559d436dfa
Fixing the merge conflicts
2018-05-24 16:57:10 -07:00
Anthony Thibault
eae5215d94
Merge pull request #13206 from ctrlaltdavid/21872-c
...
JSDoc fixes
2018-05-24 16:44:55 -07:00
Andrew Meadows
d42375e4fe
finish uint8_t to uint16_t conversion
2018-05-24 11:28:52 -07:00
Andrew Meadows
31dd59d212
double bits in collision groups
2018-05-24 11:28:52 -07:00
SamGondelman
e6741a363e
add local-only isVisibleInSecondaryCamera flag to entities
2018-05-23 16:35:21 -07:00
Andrew Meadows
d50da2babc
Merge 'master' into 'workload'
2018-05-23 14:51:05 -07:00
Liv Erickson
56493346c1
fix permissions check
2018-05-22 15:41:48 -07:00
Liv Erickson
0ebd13b3e6
cannot edit origin from client / fix ICE issue
2018-05-22 13:17:23 -07:00
David Rowe
6a75e7acb6
Fix canCastShadow property JSDoc
2018-05-23 07:11:23 +12:00
Liv Erickson
7efcc135e4
reorder flags
2018-05-22 11:03:41 -07:00
Liv Erickson
e273a0c1a6
fix define properties
2018-05-22 09:10:50 -07:00
Liv Erickson
27c2bb9046
add properties group where missing
2018-05-21 17:39:08 -07:00
Liv Erickson
a1e7f648bc
add debug properties
2018-05-21 17:14:36 -07:00
Liv Erickson
e76829bb1d
change to DEFINE_PROPERTY_REF
2018-05-21 16:51:23 -07:00
Liv Erickson
604b3cac1c
check for null entities in grab, add conversion for old userdata cloneable
2018-05-21 16:19:43 -07:00
Thijs Wenker
7f4e9a0089
style
2018-05-21 06:17:08 +02:00
Thijs Wenker
f4df75d016
CR feedback
2018-05-21 06:04:05 +02:00
Livi Erickson
70bbac5c83
update with lastEditedCheck
2018-05-20 18:49:41 -07:00
Livi Erickson
9f7b383757
address CR feedback
2018-05-20 18:22:17 -07:00
Livi Erickson
9c0084209b
fix style error, start lifetime properly for cloned entities
2018-05-20 16:41:14 -07:00
David Rowe
6d4f704279
Regularize some JSDoc usage
2018-05-21 09:32:10 +12:00
Liv Erickson
6c8d68afc6
add extra cleanup in delete messages and simulation, as a fall back
2018-05-18 18:18:42 -07:00
Liv Erickson
29b11b9101
some fixes to server cloneables
2018-05-18 17:12:41 -07:00
Andrew Meadows
c8b8d0f1c4
remove commented out cruft
2018-05-18 10:31:08 -07:00
Andrew Meadows
063c2564d1
only clear bid state when ownership actually changed
2018-05-18 10:28:45 -07:00
Andrew Meadows
a9c193b672
merge 'workload-014' into 'workload'
2018-05-18 10:12:04 -07:00
Andrew Meadows
00e360aff0
reduce sim ownership priority when releasing grab
2018-05-17 17:25:07 -07:00
Andrew Meadows
926014b43f
entity-server always promotes VOLUNTEER to RECRUIT
2018-05-17 17:24:24 -07:00
David Back
4e14eb37e3
update comment
2018-05-17 16:34:19 -07:00
David Back
30855f94eb
set last edited to 0 to ensure server update
2018-05-17 16:02:58 -07:00
David Back
26b6b851f5
Merge branch 'cloneables' of github.com:dback2/hifi into cloneables
2018-05-17 14:50:39 -07:00
David Back
b8ce07744d
initialize prop defaults, no bool returns
2018-05-17 14:50:14 -07:00
Liv Erickson
ec8aa71dc4
Add JSDoc header to new clone function in Entity API
2018-05-17 11:25:20 -07:00
David Back
42d8492427
no clock skew
2018-05-17 11:17:04 -07:00
David Back
3730cbe36c
reconstruct cloneIDs lists on start, read/write locks on clone ID functions, fix removing last cloneable
2018-05-17 10:28:48 -07:00
David Back
1e2d2819d5
tweaks
2018-05-15 17:36:39 -07:00
David Back
f74e219029
rename properties, add clone avatar entity, remove worldEntityProps arg, fix clone ID cleanup on delete
2018-05-15 17:24:14 -07:00
Wayne Chen
92e9a8e064
fixing typo in documentation.
2018-05-15 16:32:01 -07:00
Andrew Meadows
c7c4324b3c
Merge 'master' into 'workload'
2018-05-15 10:22:50 -07:00
Wayne Chen
f82e597ac7
Updating documentation for getChildrenIDs + fixing issue #1934
2018-05-15 09:34:07 -07:00
Wayne Chen
bd6905b3d2
Adding possible solution to issue#1934.
2018-05-14 18:25:39 -07:00
David Back
3031bb05be
Merge branch 'master' of https://github.com/highfidelity/hifi into cloneables
2018-05-11 17:54:20 -07:00
David Back
a57c280813
convertToCloneProperties
2018-05-11 17:54:08 -07:00
MiladNazeri
ea26512793
Merge pull request #13147 from ctrlaltdavid/21872-a
...
Fix JSDoc function definitions specifying properties instead of params
2018-05-11 16:20:06 -07:00
David Back
65bda27ae3
Merge branch 'master' of https://github.com/highfidelity/hifi into cloneables
2018-05-11 13:03:27 -07:00
John Conklin II
4129664368
Merge pull request #13145 from highfidelity/stable
...
Merge RC67 stable into master
2018-05-10 17:07:20 -07:00
David Rowe
fab85c3f6d
Fix JSDoc function definitions specifying properties instead of params
2018-05-11 09:52:48 +12:00
David Back
7738a2bcdd
Merge branch 'master' of https://github.com/highfidelity/hifi into cloneables
2018-05-09 18:12:46 -07:00
David Back
dea588ae4a
remove prints
2018-05-09 18:12:04 -07:00
David Back
3241c18271
first pass cloneables WIP
2018-05-09 18:10:40 -07:00
Seth Alves
7466d08f1f
more suppression of logging
2018-05-09 13:01:49 -07:00
Seth Alves
db03265a6b
when in serverless mode, short-circuit simulation ownership bids
2018-05-09 10:53:46 -07:00
Clement
5a3773ba72
Fix compile error on linux/windows
2018-05-04 18:18:46 -07:00
Clement
da9fb9c751
Fix non self-sufficient headers
2018-05-04 16:26:41 -07:00
Clement
b04c5bd0db
CR
2018-05-04 14:43:16 -07:00
Clement
d774dc2060
WIP Only use conical frustums on the server
2018-05-03 18:19:29 -07:00
Stephen Birarda
21396287a4
Merge pull request #12990 from Atlante45/fix/spec-cam-av
...
Add support for multifrustum avatar queries
2018-05-03 18:18:51 -07:00
Stephen Birarda
31d5633b4a
Merge pull request #12930 from Atlante45/fix/spec-cam
...
Add support for multifrustum entity queries
2018-05-03 18:13:51 -07:00
Andrew Meadows
3d16c9014f
remove unowned 'dynamic' objects from kinematic integration
2018-05-03 16:22:36 -07:00
MiladNazeri
8e214d8ee8
Merge pull request #13049 from ctrlaltdavid/21856-d
...
List which contexts each namespace and class is available in
2018-05-03 01:29:14 -07:00
Andrew Meadows
99a75c5a87
Merge 'master' into 'workload'
2018-05-02 17:28:36 -07:00
Andrew Meadows
af85642ad4
editorial pass on simulation ownership overview
2018-05-02 09:10:10 -07:00
Ken Cooke
a4105f1081
Merge pull request #13052 from kitely/fix-gcc-warnings
...
Eliminated warnings in gcc
2018-05-02 06:43:32 -07:00
Oren Hurvitz
26ffb3213c
Changed "[[gnu::fallthrough]]" to "// FALLTHRU"
2018-05-02 07:06:47 +01:00
Clement
538f24162f
Define ViewFrustums type alias
2018-05-01 18:03:21 -07:00
Clement
d47ddbd6e4
CR
2018-05-01 18:02:29 -07:00
Atlante45
7a710093ac
Fix build error
2018-05-01 18:02:29 -07:00