Commit graph

84693 commits

Author SHA1 Message Date
Kalila
ef9d2d95db
Merge pull request #1097 from ctrlaltdavid/fix/audio-dialog-spam
Fix program log spam after using Audio dialog
2021-03-16 23:08:11 -04:00
David Rowe
d4c2829147 Fix program log spam after using Audio dialog 2021-03-16 21:22:19 +13:00
Kalila
75ca7d86f9
Merge pull request #1084 from digisomni/feature/messaging-mixer-rate-limiting
Add messaging mixer rate limiting per node functionality.
2021-03-16 02:44:18 -04:00
David Rowe
2030d24523 Tidying 2021-03-16 14:37:16 +13:00
Kalila
48cd8febc3
Merge pull request #1094 from digisomni/fix/mute-domain-default
Domain chat muted by default
2021-03-15 21:06:33 -04:00
Kalila
440618825d
Update README.md 2021-03-15 20:24:25 -04:00
David Rowe
55dcf6534c Remove MyAvatar.storeAvatarEntityDataPayload() from API 2021-03-16 12:13:27 +13:00
David Rowe
b48d3e0387 Tidy disabling of avatar entity manipulation if don't have permission 2021-03-16 12:00:34 +13:00
David Rowe
0c1f775dc5 Don't warn user if permission removed while they're connected 2021-03-15 20:55:42 +13:00
David Rowe
e23251df4e Ignore Entities.addEntity() for avatar entities if don't have permission 2021-03-15 20:25:18 +13:00
Kalila L
c278122f9a CR. 2021-03-15 01:26:07 -04:00
David Rowe
0adfd8b806 Ask user whether to continue to a domain if their wearables won't rez 2021-03-15 16:30:46 +13:00
Kalila L
14d1af05a3 Missed comment. 2021-03-14 22:36:32 -04:00
Kalila L
008c0f0b1e Add iterator to improve max messages check performance. 2021-03-14 22:35:56 -04:00
Kalila L
9d15b00fbb Add check to stop processor before starting. 2021-03-14 21:50:08 -04:00
Kalila L
13a9989fba Domain chat muted by default. 2021-03-14 19:28:41 -04:00
Kalila
6c223be3f4
Merge pull request #1081 from digisomni/feature/pkg-updates
Rename to "Vircadia Server" and disable server shortcuts with Express install on Windows
2021-03-14 17:35:03 -04:00
Dale Glass
1ed767df41 Implement Linux machine fingerprints
We do this by using either /etc/machine-id, or hashing the MACs of all
non-virtual networking devices.

We make this fingerpint unique to our platform by adding our own string
to the hash, and add some stretching for good measure. This way Vircadia's
fingerprint isn't going to match the system's ID or anything another
application generates.
2021-03-14 21:15:33 +01:00
Kalila L
ecda58dc2e Tray "Visit Sandbox" -> "Visit Local Server" 2021-03-13 14:00:23 -05:00
Kalila L
e12e746698 Optimize rate limiting on messaging mixer further. 2021-03-12 17:36:01 -05:00
Kalila L
4b61d3328d CR. 2021-03-12 10:50:50 -05:00
David Rowe
1b33339995 Make avatar mixer remove clients' unremoved avatar entities 2021-03-12 22:15:26 +13:00
Kalila
5e2cc4c4bf
Merge pull request #1068 from daleglass/fix_resource_totals
Set resource total size to content size when using a qrc:// resource
2021-03-11 18:30:56 -05:00
Kalila
1b8800f772
Merge pull request #1082 from digisomni/feature/preloaded-whitelist
Add ability to preload entity script whitelist
2021-03-11 18:05:32 -05:00
Kalila
d8a3d56da2
Merge branch 'master' into feature/preloaded-whitelist 2021-03-11 17:38:07 -05:00
Kalila
90fb70e041
Merge pull request #1013 from HifiExperiments/haptics
triggerHapticPulse supports arbitrary device index instead of just two hands
2021-03-11 17:29:45 -05:00
Kalila
712b5e5088
Update DomainServerSettingsManager.cpp 2021-03-11 17:06:07 -05:00
David Rowe
fa77441fda Fix avatar entity not disappearing from other users' view 2021-03-11 20:19:38 +13:00
David Rowe
db0f7a9884 Fix flash of avatar entity when domain restarts 2021-03-11 20:14:03 +13:00
Kalila L
78cc98bc7b Add improved functionality for Users.kick API.
Add banByUsername, banByFingerprint, and banByIP parameters.
2021-03-11 01:03:54 -05:00
David Rowe
38738a69ac Fix locking 2021-03-11 14:56:24 +13:00
Kalila
1f4cb7b9d6
Update ScriptGatekeeper.cpp 2021-03-10 01:27:32 -05:00
Kalila
3dc11637ed
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2021-03-10 01:27:05 -05:00
HifiExperiments
9a247172f3 non-parented material use the right cull mode 2021-03-09 21:09:48 -08:00
Kalila
d9caba9741
Merge pull request #1083 from JulianGro/fix_more_sphinx_warnings
Define undefined code blocks to fix Sphinx warnings
2021-03-09 03:23:53 -05:00
David Rowe
4834c002da Disable wearables scripting API calls if don't have permissions 2021-03-09 16:21:45 +13:00
David Rowe
13b9a2a67b Disable wearables buttons in avatar app if don't have permissions 2021-03-09 15:24:58 +13:00
David Rowe
283f7d61e2 Don't send avatar entities if don't have permission 2021-03-09 11:15:37 +13:00
David Rowe
091efaee60 Don't rez own avatar entities if don't have permission 2021-03-09 11:15:26 +13:00
Julian Groß
308ebc0812 Define undefined code blocks to fix Sphinx warnings 2021-03-08 20:46:27 +01:00
Kalila
48564667df
Merge pull request #1078 from JulianGro/fix_sphinx_warnings
Define code block language to fix sphinx warnings
2021-03-08 02:16:18 -05:00
Kalila L
b5d89c44bf Rename "INITIAL_STARTUP_LOCATION" -> "PRELOADED_STARTUP_LOCATION". 2021-03-08 02:01:53 -05:00
Kalila L
3ed98d0f3e Add "ScriptGatekeeper" class and "PRELOADED_SCRIPT_WHITELIST" variable. 2021-03-08 02:00:34 -05:00
Kalila
fe3f006953
Update SetPackagingParameters.cmake
Try to fix Apple builds.
2021-03-08 00:14:50 -05:00
Kalila L
c9ab2a686f Update conditional checking. 2021-03-07 21:16:53 -05:00
Kalila L
9d7fa10092 Don't create server start menu shortcut if using Windows express install 2021-03-07 21:03:30 -05:00
Kalila L
6ad9113bcc Rename "Vircadia Sandbox" -> "Vircadia Server" 2021-03-07 20:57:04 -05:00
daleglass
86d89bfaa8
Merge pull request #1044 from JulianGro/linux_build_docs
Remove nvtt workaround from linux build docs
2021-03-06 20:58:47 +01:00
Julian Groß
c434783b10 Define code block language to fix sphinx warnings 2021-03-06 19:48:20 +01:00
David Rowe
dd674c395e Default canRezAvatarEntities on domains without new permission 2021-03-05 16:27:32 +13:00