Zach Fox
53742e90f5
Cleanup after merge
2018-11-06 10:30:10 -08:00
Zach Fox
58dd690c0a
Merge branch 'master' of github.com:highfidelity/hifi into textToSpeech
2018-11-06 10:29:05 -08:00
luiscuenca
e0d1ef3be3
Fix debug output
2018-11-06 11:11:16 -07:00
luiscuenca
599b7761b2
Read quats from fst
2018-11-06 11:09:56 -07:00
luiscuenca
0f1b12475e
Use clamp
2018-11-06 10:15:17 -07:00
luiscuenca
0f183b409b
Fix warnings
2018-11-06 10:08:06 -07:00
Alexander Ivash
27bb8a0de7
rename stylues-uit => stylesUit & controls-uit => controlsUit
...
note:
the idea is to make imports like 'import controlsUit 1.0' to work
with 'styles-uit'/'controls-uit' it is not possible because of two reasons:
1. import controls-uit 1.0 is invalid syntax
2. qmldir inside controls-uit is 'module controlsUit'
2018-11-06 14:21:14 +05:30
Clement
37c69ebe62
Add audio soloing feature
2018-11-05 19:02:26 -08:00
luiscuenca
dceeadd99a
change transit speed
2018-11-05 19:35:37 -07:00
luiscuenca
f9b6d3dc6f
Merge addTransitAPI branch
2018-11-05 19:02:35 -07:00
amantley
f0c02bb49b
more debug
2018-11-05 17:36:54 -08:00
Howard Stearns
a99facb793
Merge pull request #14261 from howard-stearns/oculus-store-commerce
...
Oculus store commerce
2018-11-05 16:13:04 -08:00
John Conklin II
4d74f7a0da
Merge pull request #14338 from sabrina-shanman/hfm_geo2model
...
(case 19302) Rename HFMGeometry to HFMModel and adjust related variables
2018-11-05 15:00:06 -08:00
amantley
484eb8ba09
debugging unity offsets
2018-11-05 14:56:58 -08:00
luiscuenca
8310dd0cba
Delete leftovers
2018-11-05 15:10:09 -07:00
sabrina-shanman
c85b809e04
Fix Qt metatypes breaking by moving them back out of the hfm namespace
2018-11-05 13:40:38 -08:00
luiscuenca
bcde01621d
set offsets on FBXGeometry
2018-11-05 14:25:52 -07:00
sabrina-shanman
a98a9b1c0c
Move HFM prefixed classes to hfm namespace and add HFM prefixed names as typedefs
2018-11-05 12:47:34 -08:00
sabrina-shanman
2801f324b7
Switch references to HFM to the HFM lib and remove HFM classes in FBX
2018-11-05 12:47:34 -08:00
sabrina-shanman
e00024e8b0
Create HFM library
2018-11-05 12:47:34 -08:00
sabrina-shanman
30eb360f62
Convert remaining HFMModels called model to hfmModel, and rename some missed local variables
2018-11-05 12:07:17 -08:00
Andrew Meadows
228847b507
only look in _activeStaticBodies when body is static
2018-11-05 11:44:58 -08:00
Andrew Meadows
9e7b68fead
find and remove dangling pointers from _activeStaticBodies on remove
2018-11-05 11:19:15 -08:00
Andrew Meadows
c6cde2d412
don't assign null Shape to RigidBody already in physics simulation
2018-11-05 11:19:15 -08:00
Zach Fox
a4d36b3845
Merge branch 'master' of github.com:highfidelity/hifi into oculus-store-commerce
2018-11-05 10:25:58 -08:00
amantley
d231a35dfa
changes to get spine2 and neck to work almost there
2018-11-05 08:35:01 -08:00
Gabriel Calero
58c135a74d
Merge remote-tracking branch 'upstream/master' into enable_aec_by_default
2018-11-05 11:25:09 -03:00
Alexander Ivash
cdfa38d4dd
FB19514 - Interface crashes on attempt to apply new animation url via AvatarApp
2018-11-04 19:16:43 +05:30
Nex-Pro
3eb70a7617
Change to English spelling of 'declination'
...
Addressed other minor typos.
NB: Searched all sources in the project for the call and it is only found in this file.
2018-11-03 16:08:53 +00:00
amantley
5392d21b1c
loading test file to check rotation offsets
2018-11-02 17:59:18 -07:00
Anthony Thibault
dc43d1bf8f
AnimDebugDraw: Prevent multi-threaded access to shared map collection.
...
It was possible for the render thread to iterate over a map while the main thread mutates the same map.
This could have led to memory corruption and crashes.
To fix this we make a copy of the collection and pass the copy to the lambda that executes on the render thread.
2018-11-02 17:53:07 -07:00
Zach Fox
a87142b8b7
Merge branch 'master' of github.com:highfidelity/hifi into oculus-store-commerce
2018-11-02 16:49:20 -07:00
Brad Hefta-Gaub
d0181283dd
Merge pull request #14308 from sabrina-shanman/fbx2hfm
...
(case 19302) Re-name FBXGeometry to HFMGeometry and do the same for related classes
2018-11-02 16:44:31 -07:00
Zach Fox
d0854ca2ab
Use AccountManager instead of settings
2018-11-02 16:42:18 -07:00
Zach Fox
402c23e359
Use useragent instead of queryparam to determine limitedCommerce
2018-11-02 16:07:29 -07:00
Simon Walton
26b9e2e162
Fix a URL while we're in the file
2018-11-02 14:47:40 -07:00
Ken Cooke
77988e400e
Merge pull request #14247 from sethalves/dont-let-checkdevices-swap-pool
...
don't let checkDevices swamp thread pool
2018-11-02 14:25:39 -07:00
Gabriel Calero
6a3ccbbe02
Merge remote-tracking branch 'upstream/master' into android_new_login
2018-11-02 17:08:55 -03:00
Gabriel Calero
160e633af5
Implement login through oauth for steam login button
2018-11-02 17:08:19 -03:00
Simon Walton
e64557a46c
Clamp the fixed-point network values to their limits
2018-11-02 11:52:40 -07:00
Cristian Luis Duarte
c310d41af7
Change GPU_RESOURCE_BUFFER_SLOT1_TEXTURE to 36
2018-11-02 14:59:30 -03:00
Sam Gateau
fa0c58fa0e
Assign the correct binding slots for the Resource Buffers to fix the deformed mesh rendering of the Avatar in gles backend
2018-11-02 00:08:47 -07:00
sabrina-shanman
cbca77b12f
Rename HFMGeometry to HFMModel and adjust related variables
2018-11-01 17:17:48 -07:00
sam gateau
e5a96f265d
Merge branch 'master' of github.com:highfidelity/hifi into black-bis
2018-11-01 16:57:13 -07:00
Zach Fox
20cd1df22c
Lotsa changes
2018-11-01 16:48:08 -07:00
amantley
64d8fa6875
added the const argument to the AnimSkeleton constructor that allows the offset rotations to be passed in
2018-11-01 13:33:03 -07:00
Brad Davis
80c83fb4fb
Switch back to Qt for GL context creation by default
2018-11-01 12:28:21 -07:00
Zach Fox
b43ad15fa7
Merge branch 'master' of github.com:highfidelity/hifi into textToSpeech
2018-11-01 11:32:38 -07:00
Anthony Thibault
5c78a463de
Merge pull request #14270 from luiscuenca/softEntitiesLooseJointsFix
...
Extra joints on soft entities keep their local transform
2018-11-01 09:29:16 -07:00
Andrew Meadows
cfec94f3ff
larger threshold btw 1 vs 2 workload views for 3rd person
2018-11-01 09:28:31 -07:00
Dante Ruiz
a4b345bb58
fix interstitial domain loading due to bad texture url
2018-11-01 09:25:46 -07:00
Andrew Meadows
317f4d28ba
always keep a workload view around MyAvatar
2018-10-31 15:42:24 -07:00
sabrina-shanman
0b7ddca5f6
Change naming for straggler names in model loading debug dumps
2018-10-31 14:03:20 -07:00
Stephen Birarda
41ec026f8d
cleanup packet times, avoid ambiguous RTT calcs, allow fast re-transmit
2018-10-31 13:32:27 -07:00
SamGondelman
c4c4d2c98d
possibly fix mac issues
2018-10-31 13:28:07 -07:00
SamGondelman
8633dc0f66
disable interstitial on android
2018-10-31 12:34:20 -07:00
luiscuenca
914491ae27
fix YX coord swamp
2018-10-31 11:48:55 -07:00
amantley
f1d9ab76b4
Merge remote-tracking branch 'luis/readRotationOffsetsFromFst' into avatarPipelineOffsets
...
merging code from luis case #19420 for getting the rotations from the
fst into the rig class
2018-10-31 10:29:58 -07:00
luiscuenca
c070bce2ec
Read joint rotation offsets from .fst
2018-10-31 08:39:35 -07:00
amantley
e24f10a125
debugging offset vector
2018-10-30 17:33:28 -07:00
sabrina-shanman
becee7f010
Re-name FBXGeometry to HFMGeometry and do the same for related classes
2018-10-30 17:28:42 -07:00
amantley
339ecb1faa
adding the offsets to the AnimSkeleton.cpp
2018-10-30 16:54:34 -07:00
Cristian Luis Duarte
bc7e49482a
Add Android for the condition of _meshBlendshapeBuffer usage
2018-10-30 19:44:39 -03:00
sam gateau
592c2b267d
Merge branch 'master' of github.com:highfidelity/hifi into black-bis
2018-10-30 15:07:20 -07:00
SamGondelman
e64a4d0536
try to fix unnecessary queryAACube updates
2018-10-30 12:47:44 -07:00
Cristian Luis Duarte
a09b1adb6c
Android temporal change - Bring back GLESBackend TEX_UNIT constants
2018-10-30 16:45:25 -03:00
SamGondelman
dd96881724
don't submit frames while oculus says it's not visible
2018-10-30 12:15:46 -07:00
Simon Walton
6f6c92e647
Remove unused variable
2018-10-30 09:40:08 -07:00
SamGondelman
df005eedbf
fix shape not getting marked changed
2018-10-29 17:43:16 -07:00
Cristian Luis Duarte
f00f1931f3
Merge branch 'master' into gles_use_tbo_no_ssbo
2018-10-29 20:06:32 -03:00
John Conklin II
db87fe9696
Merge pull request #14288 from luiscuenca/avatarTransitFreezeFix
...
Fix avatars remain stuck in place for other users intermittently
2018-10-29 15:03:43 -07:00
luiscuenca
056fe338e1
Apply transit logic if avatar instance is client side
2018-10-27 07:15:31 -07:00
luiscuenca
767f4e9d6d
Return server position
2018-10-26 17:16:43 -07:00
luiscuenca
62e4b3fead
Avatar mixer gets the updated position
2018-10-26 16:02:17 -07:00
Sam Gateau
439452f9ee
Merge pull request #14123 from jherico/fix/mac_gl2
...
Additional Mac OpenGL work
2018-10-26 15:38:23 -07:00
John Conklin II
fa2fb3a87a
Merge pull request #14246 from sethalves/sync-grab-props
...
keep userData and new grab properties in sync
2018-10-26 11:52:47 -07:00
Brad Davis
a3a952265a
Fix android crash
2018-10-26 11:23:30 -07:00
Brad Davis
7ca8b54039
Fix crash on startup on windows / android
2018-10-26 11:23:30 -07:00
Brad Davis
9a30073f27
Only enable debug GL context on demand
2018-10-26 11:23:29 -07:00
Bradley Austin Davis
28b45ce1d9
Resolve compositing glitches
2018-10-26 11:23:29 -07:00
Bradley Austin Davis
95d160a170
Working on mac GL issues
2018-10-26 11:23:29 -07:00
Sam Gondelman
7339a43536
Merge pull request #14278 from SamGondelman/macbs
...
Mac: Possibly fix a completely different blendshapes bug
2018-10-26 09:26:30 -07:00
SamGondelman
7dff015585
maybe?
2018-10-25 14:40:58 -07:00
Jeff Clinton
946d68af6a
Merge pull request #14262 from SamGondelman/particleLoad
...
Fix and expose Particle Entity emitRadiusStart
2018-10-25 12:41:02 -07:00
John Conklin II
2eb801bdc6
Merge pull request #14035 from SimonWalton-HiFi/avatar-mixer-improvements
...
Further avatar-mixer improvements
2018-10-25 12:25:32 -07:00
SamGondelman
faff5f11e8
Merge remote-tracking branch 'upstream/master' into particleLoad
2018-10-25 10:56:11 -07:00
Jeff Clinton
eb383b1d09
Merge pull request #14040 from hyperlogic/feature/acceleration-limit-filter
...
Quality Improvements to Avatars driven by Vive Trackers
2018-10-25 08:51:59 -07:00
Seth Alves
c5aafd4644
fix spatialKey conversion
2018-10-25 07:47:16 -07:00
Seth Alves
387a8ce933
fix QJsonArray handling
2018-10-25 07:47:15 -07:00
Seth Alves
252e504ab9
attempt to keep userData and new grab properties in sync
2018-10-25 07:47:15 -07:00
Sam Gateau
6afd9a1dca
Merge pull request #14269 from SamGondelman/bs
...
Possible fix for yet another blendshape crash
2018-10-24 17:51:23 -07:00
Jeff Clinton
67fe43ebb1
Merge pull request #14243 from hyperlogic/bug-fix/small-jumping-avatars
...
Small avatars now have a minimum jump height of 0.25 meters
2018-10-24 17:08:28 -07:00
sam gateau
36f2b3543c
Merge branch 'master' of github.com:highfidelity/hifi into black-bis
2018-10-24 15:50:05 -07:00
Seth Alves
4d34b12f06
rather than do checkDevices to find new audio devices every 2 seconds, do each check 2 seconds after the previous one has completed. This is done to avoid swamping the thread pool when the check takes a long time
2018-10-24 14:00:23 -07:00
Simon Walton
b6f259fc42
Fix incorrect merge-resolution
2018-10-24 13:17:45 -07:00
luiscuenca
b8cd5045c7
Extra joints on soft entities keep their local transform
2018-10-24 12:54:09 -07:00
SamGondelman
a3c42363cc
please for the love of god
2018-10-24 12:43:01 -07:00
Simon Walton
e22e0ecb04
Merge branch 'master' into avatar-mixer-improvements
2018-10-24 10:39:23 -09:00
Luis Cuenca
fac9188dfb
Merge pull request #14187 from luiscuenca/transitAddAnimation
...
Add animations to Avatar Transit
2018-10-24 10:51:21 -07:00
Olivier Prat
aa64e51281
Fixed shaders for GLSL 4.1
2018-10-24 11:04:32 +02:00
Olivier Prat
69ace03919
Merged with master
2018-10-24 08:27:39 +02:00
Simon Walton
0a78eeaf1a
Merge branch 'master' into avatar-mixer-improvements
2018-10-23 15:56:56 -07:00
Zach Fox
d1556ae4e8
Merge branch 'master' of github.com:highfidelity/hifi into textToSpeech
2018-10-23 15:51:34 -07:00
Zach Fox
8395132830
Attempt to resolve final warnings
2018-10-23 15:45:29 -07:00
John Conklin II
e21e7d30d7
Merge pull request #14126 from amantley/squattyPottyFix
...
Sit State for the seated user in HMD: Squatty Potty Fix
2018-10-23 15:20:49 -07:00
Kerry Ivan Kurian
3cf000a71b
Merge pull request #14232 from kkurian/log-resource-requests-2
...
Display resource-access events in marketplace item tester
2018-10-23 15:18:30 -07:00
John Conklin II
7019439356
Merge pull request #14260 from SamGondelman/resourceCrash
...
Fix ResourceCache crash on shutdown
2018-10-23 15:03:55 -07:00
Stephen Birarda
b789fa96f8
Merge pull request #14192 from Atlante45/fix/traits-race
...
Prevent race on internal client traits members
2018-10-23 14:53:11 -07:00
SamGondelman
0efbdc1ab5
merge with master
2018-10-23 14:33:57 -07:00
Stephen Birarda
061f86e550
Merge pull request #14051 from birarda/feat/improve-sock-addr-belongs
...
consider all node sockets in sockAddrBelongsToNode
2018-10-23 14:21:42 -07:00
sam gateau
4565422876
Merge branch 'master' of github.com:highfidelity/hifi into black-bis
2018-10-23 14:02:15 -07:00
Kerry Ivan Kurian
e7d1c2873a
Merge branch 'master' into log-resource-requests-2
2018-10-23 13:46:59 -07:00
Zach Fox
988bca201b
Merge branch 'master' of github.com:highfidelity/hifi into textToSpeech
2018-10-23 13:36:46 -07:00
Stephen Birarda
5cbddfe0c4
consider all sockets in findNodeWithAddr
2018-10-23 13:35:07 -07:00
SamGondelman
8807b90474
fix emitRadiusStart
2018-10-23 13:33:14 -07:00
Bradley Austin Davis
5416de9a02
Merge pull request #13951 from jherico/feature/spirv
...
Bug 15087: Updating our shader tool chain to enable SPIRV optimization
2018-10-23 13:27:49 -07:00
Zach Fox
897d21bea2
Merge branch 'master' of github.com:highfidelity/hifi into textToSpeech
2018-10-23 13:18:08 -07:00
SamGondelman
78f0afd39f
fix crash on shutdown
2018-10-23 12:13:41 -07:00
SamGondelman
2755cbcf4f
enable interaction with locked web entity
2018-10-23 12:00:50 -07:00
luiscuenca
fa67e1b269
Remove logs and magic numbers
2018-10-23 11:51:15 -07:00
SamGondelman
d254db02dc
small cleanup
2018-10-23 11:27:17 -07:00
Brad Hefta-Gaub
405b1d5725
Revert "Better imports for controls and styles"
2018-10-23 10:58:28 -07:00
Brad Davis
5a43462218
Remove unneeded shader directive
2018-10-23 10:40:12 -07:00
Brad Davis
85b92a372d
Don't use optimized GLSL on android for now
2018-10-23 10:40:12 -07:00
Brad Davis
4cf4a5582d
Fix Android build on Windows hosts
2018-10-23 10:40:12 -07:00
Brad Davis
3f2f5b18ec
Reimplement procedural uniforms without extension requirements
2018-10-23 10:40:12 -07:00
Brad Davis
c8e664a0a1
New SPIRV Shader toolchain
2018-10-23 10:40:12 -07:00
Zach Fox
22c3321400
Merge branch 'master' of github.com:highfidelity/hifi into textToSpeech
2018-10-23 09:52:37 -07:00
sam gateau
702f6229b8
Removing the pseudo fix for lod culling that is not ready in this pr
2018-10-23 08:50:10 -07:00
Brad Davis
339b25a362
Fix access to uniforms at index 0
2018-10-23 08:36:18 -07:00
Sam Gateau
7007abf6f9
Merge branch 'master' of https://github.com/highfidelity/hifi into black-bis
2018-10-22 20:02:25 -07:00
David Rowe
794767144f
Fix Interface crash importing JSON with duplicate entity IDs in file
2018-10-23 15:30:33 +13:00
amantley
cce2f295a1
fixed conflict in myskeletonmodel.cpp
2018-10-22 17:49:30 -07:00
luiscuenca
afc76fec72
Added overrideNetworkAnimation and restoreNetworkAnimation methods
2018-10-22 15:20:32 -07:00
Gabriel Calero
5a8a5bbc55
Set AEC enabled by default
2018-10-22 18:18:16 -03:00
SamGondelman
09ea32dcc0
fix fading and highlighting issues
2018-10-22 14:12:43 -07:00
Sam Gateau
40b77c338c
Merge pull request #14176 from jherico/fix/fb19156
...
Add additional safety checks to gl::Uniform::load
2018-10-22 14:12:36 -07:00
Kerry Ivan Kurian
a2a6acd45c
Improve code formatting
2018-10-22 14:04:59 -07:00
Kerry Ivan Kurian
a1bb685176
Remove cruft
2018-10-22 14:00:08 -07:00
Zach Fox
bccca94111
Prevent duplicate resources in logs. Thanks to Roxanne!
2018-10-22 13:59:55 -07:00
Zach Fox
493262052c
Remove extraneous code changes; remove QUrlAncestry code; remove extra logging
2018-10-22 13:59:52 -07:00
Zach Fox
7be5d5674d
Merge branch 'master' of github.com:highfidelity/hifi into log-resource-requests-2
2018-10-22 13:59:35 -07:00
Stephen Birarda
3aac294a92
optimize sockAddrBelongsToNode and reduce connection filter usage
2018-10-22 13:57:30 -07:00
Alexander Ivash
657ff7f6f8
eliminate signal, introduce deletion list
2018-10-22 23:29:39 +03:00
John Conklin II
e40a021339
Merge pull request #13401 from ElderOrb/better_imports_for_controls_and_styles
...
Better imports for controls and styles
2018-10-22 11:50:09 -07:00
Zach Fox
1eca1bfd55
Merge branch 'master' of github.com:highfidelity/hifi into textToSpeech
2018-10-22 11:18:10 -07:00
SamGondelman
5652fa0b1e
merge with master
2018-10-22 10:18:52 -07:00
Stephen Birarda
3c79a79487
Merge pull request #14163 from Atlante45/fix/bw-recorder
...
Fix crash with BandwidthRecorder
2018-10-22 10:11:26 -07:00
Seth Alves
a2d4c236c1
Merge pull request #14220 from SamGondelman/pickFree
...
Fix PickManager::removePick heap use after free
2018-10-22 09:48:22 -07:00
Stephen Birarda
ea3bdeb26e
Merge pull request #14181 from Atlante45/feat/timebox-packet-processing
...
Timebox packet processing
2018-10-22 09:43:30 -07:00
Olivier Prat
5f3a299fd9
Merge with master
2018-10-22 14:02:24 +02:00
Sam Gateau
0379e0dd05
Merge branch 'master' of https://github.com/highfidelity/hifi into black-bis
2018-10-20 23:52:35 -07:00
Luis Cuenca
e1c760b566
Merge branch 'master' into transitAddAnimation
2018-10-20 15:30:23 -07:00
luiscuenca
f8d67d124f
Hold flickering fixed and refactor
2018-10-20 15:22:25 -07:00
Seth Alves
2ce8ed25f8
Merge pull request #14125 from Atlante45/fix/mac-warnings
...
Fix new Mac warnings
2018-10-20 13:40:53 -07:00
Brad Hefta-Gaub
23ddb7dea6
Merge pull request #14207 from Atlante45/fix/white-spheres
...
Remove pending avatars data structure
2018-10-20 12:09:51 -07:00
sam gateau
9c06967ac1
Merge branch 'master' of github.com:highfidelity/hifi into black-bis
2018-10-19 17:09:43 -07:00
Sam Gateau
6005b934ad
Merge pull request #13979 from AndrewMeadows/game-loop-optimizations-001
...
minor bug fix and optimization in ModelEntity animation
2018-10-19 17:02:48 -07:00
Brad Hefta-Gaub
e6ec32e515
Merge pull request #14222 from SamGondelman/material
...
Fix material entity opacity maps
2018-10-19 16:45:31 -07:00
sam gateau
cd444c8f01
Merge branch 'master' of github.com:highfidelity/hifi into black-bis
2018-10-19 16:45:16 -07:00
Brad Hefta-Gaub
219302a9b6
Merge pull request #14157 from SimonWalton-HiFi/domain-checkin-limit
...
Cap the number of domain-server duplicate check-ins sent upon retransmission
2018-10-19 16:41:09 -07:00
Brad Davis
a93aa68901
Add additional safety checks to gl::Uniform::load
2018-10-19 16:20:09 -07:00
Brad Hefta-Gaub
881f7f0142
Merge pull request #14242 from jherico/fix/light_channels
...
Fix light color serialization
2018-10-19 16:17:21 -07:00
Brad Hefta-Gaub
c6fff83805
Merge pull request #14145 from ctrlaltdavid/M17223
...
JSDoc fixes
2018-10-19 16:16:19 -07:00
Brad Davis
2687c024eb
Fix light color / serialization
2018-10-19 14:47:02 -07:00
Anthony Thibault
6cc7c861d1
Merge pull request #14221 from hyperlogic/feature/disable-hands-if-too-far-or-at-rest
...
Disable user hand controllers if they are too far away or not moving.
2018-10-19 14:02:32 -07:00
luiscuenca
31d099907a
Fix warnings
2018-10-19 14:00:52 -07:00
Anthony Thibault
ef74014075
Small avatars now have a minimum jump height of 0.25 meters
...
This should improve the quality of the jump animation and improve the mobility of small avatars.
2018-10-19 13:55:56 -07:00
sam gateau
1ad556a075
Merge branch 'master' of github.com:highfidelity/hifi into black-bis
2018-10-19 11:59:32 -07:00
Sam Gateau
388b31acf7
Merge pull request #14169 from SamGondelman/highlight
...
Fix highlight not working after HMD switch
2018-10-19 11:58:25 -07:00
John Conklin II
9c841db9fb
Merge pull request #14184 from SamGondelman/blendshape
...
Move blendshape buffers to render thread
2018-10-19 11:55:44 -07:00
John Conklin II
9750cc2416
Merge pull request #14173 from sethalves/fix-linux-build
...
fix build on clang 7
2018-10-19 11:13:43 -07:00
John Conklin II
81fbb5a332
Merge pull request #14140 from AndrewMeadows/dps-setPos-vs-grab
...
Make EntityScriptingInterface aware of distributed physics simulation (DPS) rules
2018-10-19 10:33:14 -07:00
Zach Fox
2df9d28c5b
Merge branch 'master' of github.com:highfidelity/hifi into textToSpeech
2018-10-19 09:42:06 -07:00
Alexander Ivash
5d8a253785
FB19400 during shutdown -- TypeError: Cannot read property 'buttons' of null
...
note: change also resolve a lot of other shutdown errors from QML (related to null parent)
2018-10-19 18:57:07 +03:00
John Conklin II
4dec304d66
Merge pull request #14162 from luiscuenca/cleanElbowPoleVectorSmooth
...
Clean up elbow smoothing code
2018-10-18 19:16:32 -07:00
luiscuenca
bb5c042f16
Blend network animation
2018-10-18 17:51:20 -07:00
John Conklin II
5095a4e0eb
Merge pull request #14196 from sethalves/interstitial-domain-full
...
go to error-room when failing to connect to a full domain
2018-10-18 17:49:35 -07:00
Anthony Thibault
3e68a1d5a5
Merge branch 'master' into feature/acceleration-limit-filter
2018-10-18 16:51:57 -07:00
Zach Fox
41742aaf9e
Merge branch 'master' of github.com:highfidelity/hifi into textToSpeech
2018-10-18 16:22:41 -07:00
John Conklin II
1f06c87580
Merge pull request #14096 from Zvork/mipgen
...
Added generateTextureMipsWithPipeline function in gpu::Batch
2018-10-18 16:06:28 -07:00
Simon Walton
0b2ee35907
Merge branch 'master' into avatar-mixer-improvements
2018-10-18 14:13:39 -07:00
Zach Fox
2f37a2b1a1
Merge branch 'master' of github.com:highfidelity/hifi into log-resource-requests-2
2018-10-18 11:12:26 -07:00
SamGondelman
47c6825aea
CR
2018-10-18 11:08:53 -07:00
Alexander Ivash
740123b853
rename stylues-uit => stylesUit & controls-uit => controlsUit
...
note:
the idea is to make imports like 'import controlsUit 1.0' to work
with 'styles-uit'/'controls-uit' it is not possible because of two reasons:
1. import controls-uit 1.0 is invalid syntax
2. qmldir inside controls-uit is 'module controlsUit'
2018-10-18 21:05:20 +03:00
sam gateau
72c8ea9f99
Merge branch 'master' of github.com:highfidelity/hifi into black-bis
2018-10-18 11:02:19 -07:00
Andrew Meadows
6558d539e4
adjust simulation bid priority by props changed
2018-10-18 10:33:02 -07:00
Andrew Meadows
9bfa4a5267
remove unhelpful/wrong TODO comment
2018-10-18 10:33:02 -07:00
Andrew Meadows
1a685d2409
set script-triggerd sim ownership priority correctly
2018-10-18 10:33:02 -07:00
Andrew Meadows
ce81ab1f9d
don't edit restricted properties unless sim ownership possible
2018-10-18 10:33:02 -07:00
Andrew Meadows
bb51079284
move some bid-prep logic from EntityMotionState to EntityItem
2018-10-18 10:33:02 -07:00
Andrew Meadows
0b34524ba0
minimimze time holding locks on tree in editEntity()
2018-10-18 10:31:27 -07:00
Andrew Meadows
21654ba77c
cleanup access to sessionID
2018-10-18 10:31:27 -07:00
Andrew Meadows
f63610af2b
namechange: TerseUpdate --> TransformAndVelocities
2018-10-18 10:31:27 -07:00
Zach Fox
2a9e0041b2
Merge branch 'master' of github.com:highfidelity/hifi into textToSpeech
2018-10-18 10:16:07 -07:00
John Conklin II
1cc2569bd8
Merge pull request #13596 from SamGondelman/scriptvec3
...
Replace vec2, vec3, and xColor properties with JS prototypes
2018-10-18 09:47:56 -07:00
Kerry Ivan Kurian
89a5da80e0
Do not display incomplete metadata
2018-10-18 01:39:20 -07:00
Kerry Ivan Kurian
3b15548ea3
Display resource-access events in marketplace item tester
...
Includes refactoring marketplace item tester into a single-page app.
2018-10-18 01:04:47 -07:00
SamGondelman
7ffa1aa48c
Merge remote-tracking branch 'upstream/master' into police
2018-10-17 16:51:55 -07:00
sam gateau
04383dae09
Merge branch 'master' of github.com:highfidelity/hifi into black-bis
2018-10-17 16:33:57 -07:00
SamGondelman
de4dff5202
fix highlight weirdness
2018-10-17 16:18:55 -07:00
Simon Walton
be279f08dc
Restore the addMarketplaceIDToDocumentEntities() hack
...
Fixes for Linux compiles; other improvements
2018-10-17 15:43:38 -07:00
John Conklin II
8e5bc1678f
Merge pull request #14219 from SamGondelman/materialCull
...
QueryAACube fixes and materials expand to include their parent
2018-10-17 15:15:23 -07:00
Sam Gondelman
3f117cd3e0
Merge branch 'master' into scriptvec3
2018-10-17 13:57:21 -07:00
Brad Hefta-Gaub
0e0542ec6e
Merge pull request #13890 from sethalves/grab-properties-1
...
move grab pseudo-properties (userData) into first-class EntityItemProperties
2018-10-17 13:29:20 -07:00
Sam Gondelman
e3543cf098
Merge branch 'master' into scriptvec3
2018-10-17 13:10:29 -07:00
sam gateau
4fecc8d37d
Merge branch 'master' of github.com:highfidelity/hifi into black-bis
2018-10-17 12:38:37 -07:00
Andrew Meadows
3b1b64b057
fix logic in readyToAnimate()
2018-10-17 11:45:39 -07:00
Andrew Meadows
da0d70af3f
don't use string comparison when polling for changed animation URL
2018-10-17 11:45:39 -07:00
Andrew Meadows
0c61779331
remove deprecated cruft; stub setAnimationURL() override
2018-10-17 11:45:39 -07:00
Andrew Meadows
148944814b
consolidate two bad string checks into one
2018-10-17 11:45:39 -07:00
SamGondelman
cce0981d6c
Merge remote-tracking branch 'upstream/master' into police
2018-10-17 11:40:01 -07:00
John Conklin II
7b226aa559
Merge pull request #14124 from SamGondelman/particle
...
Don't render particles without textures
2018-10-17 11:17:23 -07:00
John Conklin II
72c9f697ab
Merge pull request #14119 from SamGondelman/varying
...
Move stage frames to Varyings
2018-10-17 11:16:28 -07:00
John Conklin II
e59e3720fe
Merge pull request #14139 from SamGondelman/animation
...
Fix various ResourceCache bugs
2018-10-17 11:13:35 -07:00
John Conklin II
eb088772d0
Merge pull request #14156 from sabrina-shanman/bug_dynamic-hulls
...
Fix "Good" collision not honoring mesh groups in OBJ files
2018-10-17 11:12:21 -07:00
SamGondelman
c5a94a415d
fix material entity opacity maps
2018-10-17 09:59:43 -07:00
John Conklin II
9f0b4fb437
Merge pull request #14122 from SamGondelman/skybox
...
Rebake default skybox for all platforms
2018-10-17 09:50:00 -07:00
Sam Gondelman
cba4a4139a
fix compile error
2018-10-16 18:25:17 -07:00
Sam Gondelman
19fd7b5ac7
cr
2018-10-16 18:24:14 -07:00
Simon Walton
c031769c67
Faster JSON entities parser
2018-10-16 18:08:07 -07:00
Zach Fox
26e388b139
Some experimentation yields promising results...
2018-10-16 17:34:48 -07:00
Anthony Thibault
27c495406e
Disable user hand controllers if they are too far away or not moving.
2018-10-16 17:24:47 -07:00
SamGondelman
a8a0671d6c
fix heap use after free
2018-10-16 15:00:19 -07:00
SamGondelman
49b496046b
queryAACube fixes
2018-10-16 14:35:39 -07:00
Simon Walton
0b77eb5e9c
Control UUID inclusion in avatar data with new param
...
Increase estimate of avatars to be sent; remove start/end segment
in avatar identity writes.
2018-10-16 14:25:38 -07:00
luiscuenca
078baa86e4
Sitting abort post transit animation
2018-10-16 13:16:01 -07:00
SamGondelman
ded8d4b547
variant conversions
2018-10-16 11:55:28 -07:00
luiscuenca
7da5fa9ea7
Transit animations won't play, they just get sent over the network
2018-10-16 11:33:58 -07:00
Olivier Prat
6abffceb43
Mip generation texture slot is higher and doesn't interfere anymore
2018-10-16 09:39:32 +02:00
Simon Walton
f5f34e8e7d
Pasre Entities JSON with our own top-level parser
...
Use QJsonDocument for each individual entity.
2018-10-15 18:14:40 -07:00
sam gateau
ae3d5c148a
Debugging the tablet disappearing in hmd
2018-10-15 17:48:16 -07:00
Anthony Thibault
640ed6a32a
Added "Developer > Avatar > Show Tracked Objects" menu
2018-10-15 12:42:07 -07:00
Zach Fox
d9873d3633
Adding some debug stuff...
2018-10-15 11:33:42 -07:00
Sam Gondelman
121fc7205c
Delete Default-Sky-9-cubemap.texmeta
2018-10-14 22:36:22 -07:00
luiscuenca
ad09007bd8
Fix flickering holded entity, renames and refactors
2018-10-13 16:32:51 -07:00
Clement
3bfc5011f5
Remove _pendingAvatars struct
2018-10-12 17:57:48 -07:00
Simon Walton
e86d1691ce
Cache the local Entities file to avoid reading 2 or 3 times
2018-10-12 17:26:46 -07:00
Cristian Luis Duarte
837dabd30c
GLES - use GPU_SSBO_TRANSFORM_OBJECT to test whether they should use SSBOs, not a specific GL version
2018-10-12 16:55:46 -03:00
Zach Fox
34befd4a52
Just to make sure, writes data back to a WAV file
2018-10-12 12:14:51 -07:00
luiscuenca
52ed6cb6e9
Abort settle animation if already moving
2018-10-12 11:35:51 -07:00
Seth Alves
47d3c9ba27
go to error-room when failing to connect to a full domain
2018-10-12 11:28:54 -07:00
Zach Fox
53226e7924
Prevent overflows; still not working
2018-10-12 11:19:52 -07:00
Simon Walton
ad9f7f3a1d
Include the skipDefaults option in case we ever need it
...
Also print errors from parsing entities file; other tweaks
2018-10-12 11:18:38 -07:00
Cristian Luis Duarte
ec2170fdd8
GLES - Use TBO instead of SSBO and make shaders use it when not having gl45
2018-10-12 14:58:13 -03:00
amantley
ab7a70acba
Merge remote-tracking branch 'origin/squattyPottyFix' into squattyPottyFix
2018-10-11 22:55:55 -07:00
Simon Walton
0eec0e376c
Convert EntityTree direct to JSON, not via QJsonDocument
2018-10-11 18:13:26 -07:00
Zach Fox
daeedc6ef1
Lots of progress today
2018-10-11 17:10:14 -07:00
Clement
1bcbda7ad6
Prevent race on internal client traits members
2018-10-11 16:16:24 -07:00
luiscuenca
de1b6e717f
Cancel animation on chained trasits
2018-10-11 11:35:56 -07:00