Shannon Romano
d321ae9b79
Merge pull request #15284 from amantley/eyeRotationOverrideBug
...
Fixes Bug that Prevented Eye Rotation Override When Procedural Eye Movement is Disabled
2019-04-12 17:06:11 -07:00
Shannon Romano
a0ddadc0e7
Merge pull request #15320 from ctrlaltdavid/M21989
...
Case 21989: AvatarList and AvatarManager JSDoc
2019-04-12 12:27:29 -07:00
Shannon Romano
11e5f0a101
Merge pull request #15323 from ctrlaltdavid/M22052
...
Case 22052: Camera JSDoc
2019-04-12 12:26:39 -07:00
Shannon Romano
5e8e44f97b
Merge pull request #15316 from amantley/bugSetRotation
...
Bug fixed for MyAvatar.getJointRotation(name, quat) and MyAvatar.setJointRotation(name, quat)
2019-04-12 12:23:03 -07:00
Shannon Romano
13fb3148a5
Merge pull request #15352 from dback2/materialTargetMasterFollowup
...
Case 22082, 22101: PR 15325 follow up and PR 15351 RC82 > Master
2019-04-11 17:53:05 -07:00
Shannon Romano
feeb057fef
Merge pull request #15371 from huffman/fix/edit-out-of-range-on-numerical-types
...
Case 22167: Fix lack of ranges on numerical types in Create
2019-04-11 17:27:39 -07:00
Roxanne Skelly
a1591061c6
Merge pull request #15368 from roxanneskelly/Case22140
...
Case 22140 - Dynamic Jitter Buffer switch on admin UI disables dynamic buffers when it's set to enable them.
2019-04-11 15:17:46 -07:00
Ryan Huffman
f2474b4d2b
Fix lack of ranges on numerical types in Create
2019-04-11 14:20:52 -07:00
Shannon Romano
5856ab3d3a
Merge pull request #15353 from roxanneskelly/Case819
...
Case 819 - Add min-listen-port command line parameter to assignment monitor
2019-04-10 16:32:30 -07:00
David Rowe
38e21dcaa2
Doc review
2019-04-11 11:04:02 +12:00
David Rowe
ca3f45163f
Merge branch 'master' into M21989
2019-04-11 10:37:34 +12:00
David Rowe
a7b1d613d3
Doc review updates
2019-04-11 10:27:17 +12:00
David Rowe
617617736e
Merge branch 'master' into M22052
2019-04-11 10:24:27 +12:00
Roxanne Skelly
1f838c681c
Case 22140 - Dynamic Jitter Buffer switch on admin UI disables dynamic buffers when it's set to enable them.
...
The dynamic jitter buffer switch is inverted in that it disables dynamic buffers
when it set to enable them, and vice versa. As it defaults to 'enable,' dynamic
buffers are basically disabled for everyone which will affect audio quality negatively.
2019-04-10 13:07:50 -07:00
Sam Gateau
51d1c4b1f3
Merge pull request #15357 from SamGondelman/cauterize
...
Case 21417: Fix cauterization of entities that are children of MyAvatar's head
2019-04-10 12:29:40 -07:00
Sam Gateau
c33efdf9e0
Merge pull request #15282 from kitely/fix-ray-local-entities
...
Case 21883: Fix safe landing code improperly finding local entities
2019-04-10 12:28:07 -07:00
Sam Gateau
6f4f7335dc
Merge pull request #15307 from kencooke/audio-gain-interpolation
...
Case 22019: Audio clicks/pops when gain is rapidly changing
2019-04-10 12:26:59 -07:00
Sam Gateau
feb2757990
Merge pull request #15302 from sethalves/fix-linux-window-manager-fight
...
case 21994: cooperate, rather than fight with, Linux window managers
2019-04-10 12:26:10 -07:00
Sam Gateau
d7e5f1eb8e
Merge pull request #15280 from kitely/fix-startup-race-condition
...
case 21981: Fix startup race conditions in Interface
2019-04-10 11:30:23 -07:00
Sam Gateau
081fdf14ef
Merge pull request #15283 from kitely/fix-script-warnings
...
case 21978: Eliminated some JavaScript warnings due to missing commas
2019-04-10 11:28:04 -07:00
Sam Gateau
89ff63e8bb
Merge pull request #15267 from jherico/fix/tracing
...
Case 21930: Don't change OpenGL context state every frame
2019-04-10 09:42:09 -07:00
Shannon Romano
6a05b7ec23
Merge pull request #15348 from SamGondelman/jsbaker
...
Case 22093: Disable JSBaker for now
2019-04-10 09:39:44 -07:00
Sam Gondelman
ab355c4c30
Merge pull request #15358 from SamGondelman/hashtag
...
Case 22108: Use # instead of ? for material URL name selection
2019-04-09 16:56:56 -07:00
SamGondelman
de3f07cea4
remove js option from parser
2019-04-09 16:39:46 -07:00
SamGondelman
a50cca006e
use # instead of ? for material URL name selection
2019-04-08 23:45:47 -07:00
SamGondelman
27338c3639
fix cauterization of entities that are children of MyAvatar's head
2019-04-08 19:48:11 -07:00
Roxanne Skelly
68cf18e2a0
Fix another compiler warning.
2019-04-08 16:35:15 -07:00
Roxanne Skelly
377d412264
Fix mac/ubuntu compiler warning
2019-04-08 16:29:42 -07:00
Roxanne Skelly
cb6f7a45f8
Case 819 - Add min-listen-port command line parameter to assignment monitor
...
This will allow users to specify a port range for assignment client UDP ports,
allowing easier port forwarding, etc.
2019-04-08 15:30:05 -07:00
unknown
1537d4351d
CR changes from PR 15325
2019-04-08 14:07:25 -07:00
unknown
b8b9035f9d
fix avatar/shape material targets, refresh material target when parent changes
2019-04-08 13:43:22 -07:00
John Conklin II
78256fb5bb
Merge pull request #15347 from luiscuenca/computeKdopsFix83
...
Fix out of bounds computing KDOPs when the model url is incorrect
2019-04-08 13:17:12 -07:00
luiscuenca
0d92ec1f5b
Fix comparison warning
2019-04-08 11:24:59 -07:00
SamGondelman
7cbda006a0
disable jsbaker
2019-04-08 11:03:21 -07:00
Thijs Wenker
98e0164964
Merge pull request #15281 from kitely/copy-grandchild-entities
...
case 21980: Allow copying grandchild entities
2019-04-08 19:59:46 +02:00
luiscuenca
d9eaa2076d
Fix out of bounds when the model url is incorrect
2019-04-08 10:36:58 -07:00
John Conklin II
c902e8392c
Merge pull request #15343 from luiscuenca/fixSimJoints
...
Fix error extracting SIM joints on Flow
2019-04-05 18:28:05 -07:00
Ryan Huffman
aff80dec26
Merge pull request #15325 from dback2/dynamicMaterialTargetProperties
...
Case 20738: add dynamic multiselect for material target property
2019-04-05 17:55:26 -07:00
John Conklin II
759d59c709
Merge pull request #15336 from r3tk0n/controller-help-update
...
Case 22069: Update Controller Help Screen
2019-04-05 17:31:29 -07:00
maspring
575d9673e2
Merge pull request #15338 from danteruiz/another-fading-avatar
...
Case 22074: Avatars ignored via PAL or bubble (shield) leave semi-permanent copies of themselves
2019-04-05 17:21:28 -07:00
Sam Gondelman
b12a0e5cce
Merge pull request #15342 from SamGondelman/material
...
Case 20513: Extra check to make sure we remove materials from MyAvatar
2019-04-05 17:18:37 -07:00
Roxanne Skelly
7dda4c7492
Merge pull request #15337 from roxanneskelly/Case22025
...
Case22025 - Show 'create temporary place' button when no places are present
2019-04-05 17:15:57 -07:00
Sam Gondelman
88c278d357
Merge pull request #15319 from SamGondelman/materialBaker
...
Case 21764: Oven bakes model materials directly to separate material description
2019-04-05 17:08:22 -07:00
Shannon Romano
7e354a953b
Merge pull request #15276 from huffman/fix/new-properties-in-create
...
Case 20739: Add new web and base properties to Create
2019-04-05 16:55:19 -07:00
Roxanne Skelly
4565bd7e77
Merge pull request #15340 from roxanneskelly/Case21890
...
Case 21890 - Marketplace search doesn't refresh when enter is pressed
2019-04-05 16:40:29 -07:00
luiscuenca
39b58a44ee
Fix error on sim joints for new flow app
2019-04-05 16:38:38 -07:00
r3tk0n
d6ff1caee9
Convert tabs to spaces.
2019-04-05 16:32:20 -07:00
Sam Gondelman
19b109c1f7
Merge pull request #15333 from highfidelity/revert-15266-stencil
...
Case 22070: Revert "Case 20060: Grab correct stencil masks from display plugins"
2019-04-05 16:23:26 -07:00
r3tk0n
9dda272acd
Update gamepad with new graphic.
2019-04-05 16:22:31 -07:00
SamGondelman
924bf53698
extra check to make sure we remove material from MyAvatar
2019-04-05 16:22:16 -07:00