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
unknown
ca7cfc0240
only call onMove on lastMouseEvent change
2019-04-10 09:56:35 -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
Anthony J. Thibault
02d5769991
Better head vs camera checks for avatar head cauterization
...
* cameraInsideHead() check now uses detailed avatar collision when possible.
* head is now more constantly hidden in first person camera mode
* getEyeModelPositions() uses a better estimate when avatar eye joints are missing.
* moved findPointKDopDisplacement from Rig.cpp into AnimUtil.cpp
* added isPlayingOverrideAnimation() method to Rig class
2019-04-09 12:57:03 -07:00
NissimHadar
3e292c4b03
Install both oven and vhacd in both client and client+server builds.
2019-04-09 12:30:34 -07:00
NissimHadar
13f0b97d07
Added install_beside_console
2019-04-09 10:40:04 -07:00
raveenajain
c970a58715
comments, edge case for skinned
2019-04-09 17:29:07 +01: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
NissimHadar
781949da4c
Added package_libraries_for_deployment.
2019-04-08 18:33:33 -07:00
NissimHadar
523253aa13
Added vhacd-util to all installers.
2019-04-08 18:21:04 -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
unknown
d63c733b85
move undo edits after creates/deletes
2019-04-08 16:05:13 -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
raveenajain
40fe156c8b
naming, condition
2019-04-08 19:54:31 +01: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
Angus Antley
09e2da4c93
fixed out of range error in the two bone IK computation
2019-04-05 16:31:18 -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
r3tk0n
6d03182ed9
Fix scaling issue.
2019-04-05 16:21:42 -07:00
Roxanne Skelly
629d5e50ff
CR Fix
2019-04-05 16:16:34 -07:00
Shannon Romano
1b72a514d3
Merge pull request #15328 from Atlante45/fix/injectors
...
Case 21925: Warn mixer about stopped injectors
2019-04-05 16:09:41 -07:00
David Back
e8b4b8b74c
Merge pull request #15290 from dback2/fixDeleteKeyInHMDDoesCtrlDelete
...
Case 20880: Fix delete key doing ctrl + delete in HMD
2019-04-05 16:06:01 -07:00