Clement
|
d3b3dfd76d
|
Don't send a KillAvatar packet on kick
The DS already takes cares of removing nodes no longer allowed when
the permissions are updated and KillAvatar was never meant to be used
from the DS.
|
2019-02-25 09:47:55 -08:00 |
|
Shannon Romano
|
07a92aea95
|
Merge pull request #14894 from AndrewMeadows/update-collision-group-after-grab
Case 21093: recompute collision group/mask when Grab ends
|
2019-02-12 17:31:43 -08:00 |
|
Andrew Meadows
|
9f9f512c59
|
undoing markDirty() overhead because _flags is atomic
|
2019-02-12 13:22:22 -08:00 |
|
Andrew Meadows
|
3ea6241cc9
|
send update for AvatarEntity on deleteGrab
|
2019-02-12 12:50:47 -08:00 |
|
John Conklin II
|
4a3a6261a5
|
Merge pull request #14898 from danteruiz/rc-fix-soft-entities
Case 21102: Wearer and observer disagree on whether a worn item is correctly placed
|
2019-02-12 12:30:49 -08:00 |
|
danteruiz
|
a7e28f7a66
|
fix spatially nestable parent overwrite
|
2019-02-11 17:04:07 -08:00 |
|
Andrew Meadows
|
fab3e5e3fd
|
remember hash of AvatarEntityItemData
|
2019-02-11 16:13:56 -08:00 |
|
Andrew Meadows
|
ff746c3141
|
flag collision group/mask dirty after grab
|
2019-02-11 12:19:33 -08:00 |
|
Shannon Romano
|
9e862ba55b
|
Merge pull request #14872 from sabrina-shanman/RC79_bug_no-normal-textures
(case 21072) Fix missing normal textures on models
|
2019-02-07 14:51:07 -08:00 |
|
John Conklin II
|
b900b75840
|
Merge pull request #14870 from SamGondelman/color79
Case 21048: Fix black albedo coloring
|
2019-02-07 14:19:25 -08:00 |
|
sabrina-shanman
|
466c226193
|
Do not use continues in logic checking if we should calculate mesh tangents
|
2019-02-07 11:39:51 -08:00 |
|
sabrina-shanman
|
0e9e4b3332
|
Fix normal textures not being visible
|
2019-02-07 11:39:49 -08:00 |
|
SamGondelman
|
e0cb37af4b
|
fix black albedo coloring
(cherry picked from commit 7fe0e5909e )
|
2019-02-07 10:47:32 -08:00 |
|
John Conklin II
|
d8390ba18f
|
Merge pull request #14855 from AndrewMeadows/fix-log-crash-on-early-shutdown
case 21040: fix Interface crash on early shutdown
|
2019-02-06 10:57:34 -08:00 |
|
Andrew Meadows
|
c8a0d61fd1
|
don't flushRepeatedMessages() in LogHandler dtor
|
2019-02-05 17:00:18 -08:00 |
|
Shannon Romano
|
6555e6e8ef
|
Merge pull request #14849 from SamGondelman/owningAvatarID79
Case 21011: Fix getEntityProperties (79)
|
2019-02-05 09:20:15 -08:00 |
|
Shannon Romano
|
f82fed98e5
|
Merge pull request #14848 from AndrewMeadows/trust-the-packet-0.79
Case 20958: fix crash for incorrect parsing of AvatarEntity data, for 0.79.0
|
2019-02-05 09:18:29 -08:00 |
|
SamGondelman
|
17cafe7cce
|
fix getEntityProperties
(cherry picked from commit 6e61c02d04 )
|
2019-02-04 10:41:10 -08:00 |
|
Andrew Meadows
|
5f3e3309b8
|
0.79.0: trust the data in the packet, Luke
|
2019-02-04 09:47:04 -08:00 |
|
Shannon Romano
|
d2707ee03d
|
Merge pull request #14841 from danteruiz/asset79
Case 20972: Fix SendAsset.qml has wrong color
|
2019-02-01 15:52:27 -08:00 |
|
Shannon Romano
|
ffd47f3bb7
|
Merge pull request #14824 from Atlante45/fix/scripts-load-fail-79
[79.0] Fix reload mechanic for entity server scripts
|
2019-02-01 15:51:27 -08:00 |
|
Dante Ruiz
|
ab6048e922
|
give tablet root color
|
2019-02-01 10:20:40 -08:00 |
|
John Conklin II
|
3872cc1830
|
Merge pull request #14829 from thoys/fix/create/zoneShapeVisualizersIgnorePickrayRC79
[RC79] MS20909: ignore pickRay for zone shape visualizers
|
2019-02-01 09:37:42 -08:00 |
|
John Conklin II
|
3a39e1bc02
|
Merge pull request #14826 from luiscuenca/FixAssert79
[RC79] Fix assertion when trying to create multisphere shapeInfo with empty data.
|
2019-01-31 16:02:59 -08:00 |
|
Shannon Romano
|
8a68a481f7
|
Merge pull request #14832 from danteruiz/the-spot79
Case 20941: Goto the spot on first launch (79.0)
|
2019-01-31 13:50:40 -08:00 |
|
Thijs Wenker
|
ca4695377f
|
also ignore picking on the material entity
|
2019-01-31 22:12:35 +01:00 |
|
Shannon Romano
|
5aeaa87bc4
|
Merge pull request #14815 from SimonWalton-HiFi/avatar-data-packet-overrun-rc79
79.0: Include the new scale float in min remaining size calculation
|
2019-01-31 11:28:34 -08:00 |
|
Dante Ruiz
|
9082a3f4e5
|
to the spot on first launch
|
2019-01-31 10:58:20 -08:00 |
|
Thijs Wenker
|
fbdae18245
|
ignore pickRay for zone shape visualizers
|
2019-01-31 19:38:20 +01:00 |
|
John Conklin II
|
e1b9d84ec8
|
Merge pull request #14819 from wayne-chen/oculusLoginFeature
MS20921: Oculus login button not appearing (RC79)
|
2019-01-31 09:18:14 -08:00 |
|
luiscuenca
|
e2f82eb949
|
Fix assertion on shapeInfo
|
2019-01-31 09:35:42 -07:00 |
|
Clement
|
b09a939066
|
Fix reload mechanic for entity server scripts
|
2019-01-30 17:28:47 -08:00 |
|
Wayne Chen
|
03789e01da
|
adding fix for oculus store argument check
|
2019-01-30 15:53:21 -08:00 |
|
Simon Walton
|
c7e9f79200
|
Include the new scale float in min remaining size calculation
|
2019-01-30 14:48:37 -08:00 |
|
John Conklin II
|
10bb637753
|
Merge pull request #14810 from SamGondelman/skybox
Case 20833: Fix procedural skybox depth testing
|
2019-01-30 14:16:36 -08:00 |
|
SamGondelman
|
93e32f1bd5
|
fix skybox depth testing
|
2019-01-30 12:25:48 -08:00 |
|
Ryan Huffman
|
9c8e21ec6b
|
Merge pull request #14806 from thoys/fix/create/mismatchingEntityHostTypeChildren
MS20893 [CreateApp] Ignore children of mismatching entityHostTypes
|
2019-01-30 09:55:39 -08:00 |
|
Jeff Clinton
|
3b84580e88
|
Merge pull request #14794 from SamGondelman/colors
Case 20888: Fix color space
|
2019-01-30 09:09:07 -08:00 |
|
Sam Gateau
|
d418fa282a
|
Merge pull request #14801 from SamGondelman/transparent
Case 20867: Fix translucent textures not getting reset
|
2019-01-30 08:54:48 -08:00 |
|
Jeff Clinton
|
0def57f2c8
|
Merge pull request #14805 from danteruiz/fix-qml-rendering
Case 20902: Give SendAsset.qml a background color
|
2019-01-30 08:54:03 -08:00 |
|
Thijs Wenker
|
132d293c3c
|
skip child entities of mismatching entityHostType when copy/delete/duplication of entities
|
2019-01-30 03:15:32 +01:00 |
|
Dante Ruiz
|
ccf02d8b65
|
fix SendAssets.qml
|
2019-01-29 17:16:27 -08:00 |
|
Jamil Akram
|
cc38a96bff
|
Merge pull request #14415 from Atlante45/feat/rc-branch-script
RC branch script
|
2019-01-29 16:32:49 -08:00 |
|
Shannon Romano
|
4c4a2036c7
|
Merge pull request #14791 from SimonWalton-HiFi/pal_username_update
Don't update PAL namecard with empty strings
|
2019-01-29 15:41:31 -08:00 |
|
SamGondelman
|
56096708d3
|
one more try
|
2019-01-29 15:26:49 -08:00 |
|
SamGondelman
|
e41f5617e9
|
fix color space
|
2019-01-29 14:52:57 -08:00 |
|
Antonina Savinova
|
5d49a3f6df
|
Merge pull request #14732 from kencooke/audio-distattn-improvements
Bug fixes and improvements to audio distance attenuation
|
2019-01-29 14:02:29 -08:00 |
|
Shannon Romano
|
ce0334d10b
|
Merge pull request #14793 from jherico/fix/container_build_gradle_failures
79.0/master: Fix errors and intermittent failures in Android gradle builds in containers
|
2019-01-29 13:32:30 -08:00 |
|
Shannon Romano
|
2dbc4ff2a0
|
Merge pull request #14798 from jherico/fix/jenkins_toolchain_error
79.0/master: Fix erroneous 'CMAKE_TOOLCHAIN_FILE has changed' errors on Jenkins
|
2019-01-29 13:32:08 -08:00 |
|
Shannon Romano
|
72d3eb9d33
|
Merge pull request #14797 from kencooke/audio-injector-stereo-distattn-bugfix2
case 20805: RC78.1 to master: Fix the distance attenuation of stereo local injectors
|
2019-01-29 13:12:51 -08:00 |
|