Commit graph

84607 commits

Author SHA1 Message Date
David Rowe
46bf065ef7
Merge pull request #1064 from ctrlaltdavid/fix/osx-exit-crash
Fix OSX crash on shutdown
2021-03-02 17:08:26 +13:00
Kalila
945e9bb9e9
Update INSTALLER.md 2021-03-01 19:07:05 -05:00
Kalila
138e8a0007
Update INSTALLER.md 2021-03-01 19:05:39 -05:00
Kalila
0693fcbf60
Apply suggestions from code review
Co-authored-by: Julian Groß  <firedefender1@googlemail.com>
2021-03-01 17:55:09 -05:00
David Rowe
3beceb4d7d Clear user's avatar entities if rez permissions change to "no" 2021-03-01 22:03:02 +13:00
David Rowe
e7a97c6117 Don't accept avatar entity data in message mixer if no rez permissions 2021-03-01 21:23:50 +13:00
David Rowe
3f01bd9250 Undo EntityData and EntityErase changes - these aren't avatar entities 2021-03-01 21:23:13 +13:00
David Rowe
8b6182e756 Misc fixes 2021-03-01 15:24:13 +13:00
David Rowe
ee892cdf86 Make wording consistent with rest of sysstem 2021-03-01 15:23:50 +13:00
David Rowe
4a9d4d4cbe Fix privacy setting text 2021-02-28 14:04:27 +13:00
David Rowe
036329fc61 Fix domain server missions table help and layout 2021-02-27 21:20:58 +13:00
Kalila L
3a945f87dd Add messaging mixer rate limiting per node functionality. 2021-02-26 21:01:22 -05:00
Dale Glass
b102b3477a Set resource total size to content size when using a qrc:// resource
When a Resource is requested from qrc://, the Resource::handleDownloadProgress
event is never called, and therefore _bytesTotal remains at zero. This confuses
ResourceCache later, which has a sanity check that doesn't pass when resources
are retrieved, yet no data accumulates.

Fixes #1065
2021-02-26 20:04:53 +01:00
Kalila L
6b5cffa5e4 Initial pass at adding canRezAvatarEntities. 2021-02-26 06:14:06 -05:00
Kalila L
df7fd920d7 Change INVALID_JOINT_INDEX to AnimSkeleton::INVALID_JOINT_INDEX 2021-02-25 23:28:00 -05:00
Kalila
520d21b797
Update Audio.cpp 2021-02-25 23:15:36 -05:00
Kalila L
b1273a0616 Update domain-settings. 2021-02-25 23:04:09 -05:00
Kalila L
0e03eccbdf Change NO_PARENT_INDEX to INVALID_JOINT_INDEX. 2021-02-25 21:43:17 -05:00
Kalila L
4276ea295c Change -1 to NO_PARENT_INDEX. 2021-02-25 21:29:54 -05:00
Kalila
14292a042b
Merge pull request #999 from digisomni/feature/onboarding-config
Add onboarding configuration wizard to tutorial serverless
2021-02-25 20:49:22 -05:00
Kalila
c79eb479f0
Update AnimInverseKinematics.cpp 2021-02-25 20:36:45 -05:00
Kalila
080d42be39
Update AnimInverseKinematics.cpp 2021-02-25 20:35:02 -05:00
Kalila
75dad297f5
Update scripts/system/away.js
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2021-02-25 17:36:56 -05:00
Kalila
45fc0baf19
Merge pull request #1014 from vircadia/digisomni-patch-1
Add "RELEASE_NAME" to BUILD.md
2021-02-25 17:31:34 -05:00
Kalila
3d39c96092
Merge pull request #1055 from digisomni/feature/pkg-scripts-env
Update pkg-scripts.
2021-02-25 17:10:07 -05:00
Kalila
59743865dc
Merge pull request #1057 from digisomni/fix/installer-release-names
Add release name to end of installers.
2021-02-25 17:09:00 -05:00
Kalila
d8946f7f35
Merge pull request #1063 from HifiExperiments/tooltipFix
Fix tooltips
2021-02-25 17:08:36 -05:00
Kalila
9b2c6d8850
Update tutorial.json
Fix indentation.
2021-02-25 16:20:10 -05:00
Kalila
e5ab46341f
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2021-02-25 16:18:51 -05:00
David Rowe
5ad2f9d192 Fix OSX crash on shutdown 2021-02-26 09:05:52 +13:00
Kalila
61defe74ce
Update interface/src/scripting/Audio.h
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2021-02-24 15:32:36 -05:00
Kalila L
83c8b71fa5 Add missing JSDocs. 2021-02-24 00:58:50 -05:00
HifiExperiments
91dd004043 fix tooltips 2021-02-23 20:57:40 -08:00
Kalila
13e51dfd91
Update make-rpm-server 2021-02-23 23:08:14 -05:00
Kalila
0a6e220c74
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2021-02-23 20:29:46 -05:00
Kalila L
357aa9a08b Update GenerateInstallers.cmake
Add release name to end of installers.
2021-02-22 23:28:27 -05:00
Kalila L
44da6dca36 Merge remote-tracking branch 'upstream/master' into docs/deb-rpm-package-instructions 2021-02-22 03:35:28 -05:00
Kalila L
eb581f891c Merge branch 'master' into docs/deb-rpm-package-instructions 2021-02-22 03:35:11 -05:00
Kalila
0b1db1ab50
Update make-rpm-server
Fix typo.
2021-02-22 03:30:33 -05:00
Kalila
82436b6f33
Update INSTALL.md 2021-02-22 03:14:22 -05:00
Kalila
ba54dd755c
Merge pull request #1034 from vircadia/v2021.1.0-rc
merge V2021.1.0 rc into master
2021-02-22 00:16:36 -05:00
Kalila
94192a5657
Update INSTALL.md 2021-02-21 19:45:14 -05:00
Kalila L
3d26391069 Update pkg-scripts. 2021-02-21 19:41:44 -05:00
Kalila
87b94c8b14
Update INSTALL.md 2021-02-21 17:25:06 -05:00
Kalila
e64c9ad0ce
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2021-02-21 16:47:55 -05:00
HifiExperiments
5677b5d5dc docs 2021-02-20 23:03:30 -08:00
HifiExperiments
30cf1555e4 fix keepAspectRatio, give text entities naturalDimensions 2021-02-20 22:47:33 -08:00
Kalila
6648a74c2e
Merge pull request #800 from ArcadeFever/fix/build-android-docs
Updated build instructions for Oculus Quest
2021-02-20 18:12:52 -05:00
Kalila
c57d3ab8d0
Update BUILD_ANDROID.md 2021-02-20 18:11:59 -05:00
daleglass
4c90dfbb02
Merge pull request #1040 from HifiExperiments/threadingCrashes
Name a bunch of threads
2021-02-20 20:18:56 +01:00