Phil Palmer
72725e783a
Small optimisations and tidying of things that were noticed in passing. No behaviour should change.
...
* Removed the deprecated MyAvatar.setToggleHips script function and the "Toggle Hips Following" option from the Developer menu. They had no effect on any code.
* In CharacterController::applyMotor, prevented unnecessary calls to btVector3::rotate() when the motor has no rotation. This change also improves readability through the use of clearly-named lambdas.
* In AvatarData::getFauxJointIndex, prevented unnecessary string comparisons when the named joint is a real joint rather than a faux one.
* In Avatar::getJointIndex, removed an unnecessary call to QHash<QString, int>::contains(), by supplying a default index for QHash<QString, int>::value().
* Removed unnecessary condition "forwardLeanAmount < 0" in MyAvatar::FollowHelper::shouldActivateHorizontal_userSitting.
* Corrected the return type of MyAvatar::getSitStandStateChange from float to bool.
* Added a missing 'f' suffix to a float literal in PreferencesDialog.cpp.
2021-02-19 21:55:08 -05:00
Kalila L
8d8c141dff
Remove configWizard files in favor for hosting it in vircadia-content.
2021-02-19 07:42:14 -05:00
Kalila L
e296ea0b70
Revert onFirstRun.js to its original state.
2021-02-19 07:42:01 -05:00
Kalila L
01b65d134a
Update tutorial.json.
2021-02-19 07:34:04 -05:00
Kalila L
731d3f9a2c
Update get more avatars text, remove market place references.
2021-02-19 05:41:15 -05:00
HifiExperiments
852edec9e7
entities with billboardMode != none use local rotation so parent rotation doesn't affect them
2021-02-18 22:15:12 -08:00
Kalila
6732628d20
Merge pull request #1030 from AleziaKurdis/CreateApp_FEB2021_Bundle
...
Create App FEB2021 bundle
2021-02-17 16:09:57 -05:00
Alezia Kurdis
b2b38ad23b
Minor adjustments
...
Minor adjustments
2021-02-16 21:49:26 -05:00
Julian Groß
7e054ddbc4
Remove nvtt workaround since it has been taken care of by vcpkg for years
2021-02-17 02:14:52 +01:00
HifiExperiments
f9b88c68e0
treat non-uniform spheres as ellipsoids everywhere
2021-02-15 21:13:58 -08:00
HifiExperiments
30c4779eeb
name all the threads
2021-02-13 20:17:28 -08:00
Kalila L
88b9ebb11a
Update Audio.qml
...
"Noise Reduction: Manual/Automatic" -> "Manual Noise Reduction"
2021-02-13 17:17:27 -05:00
Kalila
26894b4325
Merge pull request #1020 from HifiExperiments/alignment
...
Text Entity alignment property
2021-02-13 01:28:41 -05:00
HifiExperiments
51bf54c703
fix EntityItem::contains sphere case
2021-02-12 12:27:35 -08:00
HifiExperiments
515ee40824
third times the charm
2021-02-12 10:38:40 -08:00
Kalila
d628b4f976
Merge pull request #1029 from HifiExperiments/offsetFix
...
Fix for offset soft attachments
2021-02-12 02:44:58 -05:00
HifiExperiments
56fa4698da
potential fix for offset soft attachments
2021-02-11 20:07:46 -08:00
HifiExperiments
f46f1b2219
Merge branch 'master' into alignment
2021-02-11 18:07:23 -08:00
HifiExperiments
a18c24832a
fix android build
2021-02-11 18:01:33 -08:00
Kalila L
799590a0fc
Add input level + gate indicator.
2021-02-11 20:41:47 -05:00
Kalila L
97fdd372af
Fix Noise Reduction visibility in Audio.qml
2021-02-11 06:09:28 -05:00
Kalila L
5b1549a24e
Fix typo + update JSDoc.
2021-02-11 05:59:08 -05:00
Kalila L
085bf8423c
Update APIs and add Noise Reduction section to Audio app.
2021-02-11 05:55:08 -05:00
HifiExperiments
b296fff197
add text alignment property
2021-02-10 21:45:53 -08:00
Alezia Kurdis
6ffb848596
Added a new column URL
...
Added a new column URL (full path & filename)
Searchable only if visible
Requested from Issue #977
2021-02-10 23:30:18 -05:00
Alezia Kurdis
55753abf51
CSS for menu reorganization
...
CSS for menu reorganization
2021-02-10 22:29:08 -05:00
Alezia Kurdis
3cbd0be069
CSS for menu reorganization
...
CSS for menu reorganization
2021-02-10 22:28:07 -05:00
Kalila
c869554d46
Merge pull request #1017 from vircadia/fix/pr-988-profiles
...
Fix profile errors in QML. (also add FIXME's)
2021-02-10 21:23:21 -05:00
Kalila L
dfa9b55223
Add back removed lines and add FIXME's.
2021-02-10 16:19:53 -05:00
Kalila L
65bef5d3d4
Fix profile errors in QML. (also add FIXME's)
2021-02-10 06:52:29 -05:00
Kalila
b995d6d4d7
Add "RELEASE_NAME" to BUILD.md
2021-02-10 02:58:48 -05:00
Kalila
fd6973bd0b
Merge pull request #961 from HifiExperiments/billboard
...
Implement billboardMode for all Entity types
2021-02-10 02:41:40 -05:00
HifiExperiments
0645866549
Merge branch 'master' into billboard
2021-02-09 23:28:58 -08:00
Kalila
312dc9fe22
Merge pull request #988 from digisomni/feature/web-entity-user-agent
...
Feature/web entity user agent
2021-02-10 02:12:29 -05:00
HifiExperiments
ae26416c59
Merge branch 'master' into billboard
2021-02-09 22:57:10 -08:00
HifiExperiments
f1d6a4e3d4
Merge branch 'master' into feature/web-entity-user-agent
2021-02-09 22:47:46 -08:00
Kalila
b826743212
Merge pull request #951 from HifiExperiments/pivot
...
Model Entities: useOriginalPivot Property
2021-02-10 00:42:51 -05:00
HifiExperiments
b6e7466804
triggerHapticPulse supports arbitrary device index instead of hands
2021-02-09 17:14:13 -08:00
Kalila
d249d0df83
Update README.md
2021-02-09 16:43:22 -05:00
Kalila
84da0771e0
Merge pull request #1009 from digisomni/fix/auto-networking-wizard
...
Various Domain Server Wizard Fixes
2021-02-09 16:40:45 -05:00
Kalila L
c80283ae8f
Also fix two other issues.
2021-02-09 02:02:06 -05:00
Kalila L
c3c9b638e1
When creating a domain ID, set networking to full (wizard)
2021-02-09 01:50:38 -05:00
Kalila L
5a40007758
Update default threshold value.
2021-02-09 00:46:46 -05:00
Kalila L
d2875c2c4f
Add manual mode to noise reduction + add noise reduction threshold
2021-02-09 00:44:01 -05:00
Alezia Kurdis
174ddb5957
Menu Bar reorganization
...
Menu Bar reorganization
-Add a new "Transform" menu
-Reorder the 4 menus: Edit - Select - Transform - Tools
-Redistribute the menu items
2021-02-07 22:34:05 -05:00
Alezia Kurdis
8aa6bf727a
Menu Bar reorganization
...
Menu Bar reorganization
-Add a new "Transform" menu
-Reorder the 4 menus: Edit - Select - Transform - Tools
-Redistribute the menu items
2021-02-07 22:33:14 -05:00
Alezia Kurdis
c6fd9dcb6c
Merge pull request #4 from vircadia/master
...
Upgrade from Vircadia Master
2021-02-07 22:03:29 -05:00
HifiExperiments
766b91f1a3
add note about only supporting 0,0,0 pivot
2021-02-05 20:46:14 -08:00
Kalila
69e5d1261b
Merge pull request #996 from digisomni/fix/vircadia-branding-alpha
...
Update About Dialog and remove Vircadia "Alpha" references
2021-02-04 17:18:39 -05:00
Kalila
62b70fda4e
Merge pull request #932 from AleziaKurdis/CreateApp_DEC2020_RotateAsNextClickedSurface
...
Create Application: Snap To Next Clicked Surface
2021-02-04 17:15:32 -05:00