Jeff Clinton
|
5a81d8c093
|
Merge pull request #14453 from danteruiz/keyboard-menus
Keyboard interaction menus
|
2018-12-12 17:53:59 -08:00 |
|
Dante Ruiz
|
f3fad52e1d
|
make CR changes
|
2018-12-12 13:29:32 -08:00 |
|
Dante Ruiz
|
51bdf1bf78
|
adding keyboards settings
|
2018-12-12 11:55:13 -08:00 |
|
Shannon Romano
|
a3c870ed90
|
Merge pull request #14479 from sabrina-shanman/hfm_mimetype
(case 20037) Add robust MIME type detection for loading models in ModelCache
|
2018-12-11 18:41:55 +00:00 |
|
Brad Hefta-Gaub
|
43bbba6635
|
Merge pull request #14554 from sethalves/break-parenting-loops
fix some parenting loops crashes
|
2018-12-11 10:02:17 -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 |
|
sabrina-shanman
|
79e9bff225
|
Nest if statement for invalid id checking in hfm::FormatRegistry::getSerializerForMediaType
|
2018-12-10 16:18:11 -08:00 |
|
sabrina-shanman
|
31d1512701
|
Simplify url empty check in GeometryReader::run
|
2018-12-10 16:12:23 -08:00 |
|
sabrina-shanman
|
b960b66542
|
Fix mac warning for std::move on temporary object
|
2018-12-10 11:10:29 -08:00 |
|
sabrina-shanman
|
8792824960
|
Remove FormatSerializerRegister as it is unused
|
2018-12-10 09:58:59 -08:00 |
|
Brad Hefta-Gaub
|
a005f9e9ab
|
Merge pull request #14546 from danteruiz/fix-reload-scripts
fix realod all scripts functionality broken by PR14478
|
2018-12-09 17:30:36 -08:00 |
|
Brad Hefta-Gaub
|
0425ae1231
|
Merge pull request #14239 from ElderOrb/FB19219
FB19219 - Make avatarapp to handle wearables update via drag&drop
|
2018-12-09 17:20:13 -08:00 |
|
Seth Alves
|
c1e2653526
|
check for and break parenting loops in hasAncestorOfType, findAncestorOfType, isParentPathComplete
|
2018-12-08 07:42:03 -08:00 |
|
Jamil Akram
|
4e7a777fda
|
Merge pull request #14486 from amantley/jointNameMapping
FST File Joint Name Mapping From FBX Joint Names to Hifi Skeleton Joint Names
|
2018-12-07 17:07:37 -08:00 |
|
sabrina-shanman
|
031085b384
|
Remove now unused HFMSimpleFormat
|
2018-12-07 16:17:33 -08:00 |
|
John Conklin II
|
69876bdec2
|
Merge pull request #14548 from SamGondelman/mirrorFix
Case 19473 (#2): Fix Mirror tonemapping
|
2018-12-07 16:11:59 -08:00 |
|
John Conklin II
|
0a80c16686
|
Merge pull request #14419 from SamGondelman/splash
Case 19740: Improve startup times by pre-compiling shaders with splash screen
|
2018-12-07 16:10:52 -08:00 |
|
sabrina-shanman
|
f2e69aec5e
|
Fix mac warning for OBJSerializer::getFactory not marked with override
|
2018-12-07 13:41:33 -08:00 |
|
Jeff Clinton
|
998ec20854
|
Merge pull request #14539 from Atlante45/fix/script-loading
Fix ESS scripts getting stuck on load
|
2018-12-07 12:07:44 -08:00 |
|
sabrina-shanman
|
7cbe3776f5
|
Simplify serializer registration process
|
2018-12-07 12:05:27 -08:00 |
|
Stephen Birarda
|
e3e400c86f
|
Merge pull request #14549 from birarda/bug/no-initial-send
fix for initial send of non-instanced trait
|
2018-12-07 12:02:08 -08:00 |
|
Brad Hefta-Gaub
|
9428f1de33
|
Merge pull request #14529 from SimonWalton-HiFi/avatar-mixer-downloads-fst
Don't fetch avatars' .fst files from within the AvatarData class
|
2018-12-07 12:01:58 -08:00 |
|
Dante Ruiz
|
177a94b9a9
|
fix realod all scripts functionality
|
2018-12-07 11:48:03 -08:00 |
|
birarda
|
51fd742722
|
fix for initial send of non-instanced trait
|
2018-12-07 11:17:44 -08:00 |
|
SamGondelman
|
8431b3b0c1
|
correct order of mixes
|
2018-12-07 10:39:10 -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 |
|
amantley
|
f8ae0227c3
|
added the lean joint back and fixed a name mapping reversal in fbxserializer.cpp
|
2018-12-06 20:16:03 -08:00 |
|
Stephen Birarda
|
fb3cdabd87
|
Merge pull request #14527 from birarda/bug/entity-traits-handler-deadlock
fix for deadlock between setAvatarEntityData and sendChangedTraitsToMixer
|
2018-12-06 17:28:45 -08:00 |
|
amantley
|
ca0133a2a6
|
put the lean joint back in
|
2018-12-06 16:24:06 -08:00 |
|
sabrina-shanman
|
6ea4769173
|
Re-name MIMETypeLibrary to MediaTypeLibrary and update related references
|
2018-12-06 13:39:18 -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 |
|
Jeff Clinton
|
43f84a9577
|
Merge pull request #14426 from ElderOrb/FB19400
FB19400 during shutdown -- TypeError: Cannot read property 'buttons' of null
|
2018-12-06 11:18:39 -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 |
|
Simon Walton
|
e03104cad5
|
Merge remote-tracking branch 'upstream/master' into avatar-mixer-downloads-fst
Remove the code that was fixed in the conflicting PR - it's
now fixed in the new location.
|
2018-12-05 17:58:38 -08:00 |
|
Adam Smith
|
653974ca30
|
Merge pull request #14293 from SamGondelman/branching
Case 19473: Reduce branching in our shaders
|
2018-12-05 16:42:42 -08:00 |
|
Clement
|
7723261cb9
|
Remove deferred script loading logic
|
2018-12-05 14:08:30 -08:00 |
|
SamGondelman
|
287878ff98
|
merge with master
|
2018-12-05 10:35:08 -08:00 |
|
Antonina Savinova
|
2dcfea5f7c
|
Merge pull request #14487 from SimonWalton-HiFi/avatar-mixer-memory-leak
Fix minor avatar-mixer memory leaks
|
2018-12-05 10:29:29 -08:00 |
|
amantley
|
edab74caa4
|
mapped the model joint names to hifi compliant joint names in FBX serializer
|
2018-12-04 16:20:46 -08:00 |
|
Brad Hefta-Gaub
|
77e1c98264
|
Merge pull request #14528 from sethalves/fix-delete-home
work around menu-item name hash collision for Home
|
2018-12-04 15:04:25 -08:00 |
|
Adam Smith
|
763e6d1a95
|
Merge pull request #14444 from SamGondelman/actionData
Case 19861: Fix: Shouldn't be able to write actionData from script
|
2018-12-04 11:25:00 -08:00 |
|
Adam Smith
|
864e9ca8ae
|
Merge pull request #14443 from SamGondelman/hud
Case 19660: Fix HUD crash
|
2018-12-04 11:10:43 -08:00 |
|
Simon Walton
|
f3236e0843
|
Remove FST joint members from AvatarData
|
2018-12-04 10:45:32 -08:00 |
|
sabrina-shanman
|
ed1684967f
|
Remove straggler HFMSimpleFormat.cpp
|
2018-12-04 10:08:14 -08:00 |
|
sabrina-shanman
|
1c9beed44f
|
Fix ModelFormatRegistry Dependency inheritance being private
|
2018-12-04 09:30:05 -08:00 |
|
sabrina-shanman
|
3c38b43a65
|
Fix compilation error due to static variable definition in MIMETypeLibrary header file
|
2018-12-04 09:30:04 -08:00 |
|
sabrina-shanman
|
a63888cac8
|
Remove unused default constructor for GLTFSerializer
|
2018-12-04 09:30:04 -08:00 |
|
sabrina-shanman
|
a04c822ef0
|
Oops, ModelFormatRegistry needs to be defined as a Dependency before it can be used by DependencyManager
|
2018-12-04 09:30:04 -08:00 |
|