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 |
|
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 |
|
Andrew Meadows
|
9d11e44b4b
|
update AvatarEntity trait when parentID changes
|
2019-03-20 11:37:16 -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 |
|