dependabot[bot]
03d01d8210
Bump dns-packet from 1.3.1 to 1.3.4 in /scripts/system/inventory
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
---
updated-dependencies:
- dependency-name: dns-packet
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-13 19:54:14 +00:00
dependabot[bot]
f6f1a6f1c5
Bump path-parse from 1.0.6 to 1.0.7 in /scripts/system/inventory
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-13 19:54:13 +00:00
Kalila
865ee60cbf
Merge pull request #1412 from vircadia/dependabot/npm_and_yarn/screenshare/electron-11.5.0
...
Bump electron from 9.4.0 to 11.5.0 in /screenshare
2021-11-13 14:53:26 -05:00
Alezia Kurdis
e109b202ba
Entity List: Indicator for Client and Server Scripts
...
In the Entity List, there is a column to indicate the presence of script on an entity.
Before that modification, it was only present for entities having a Client Script.
Now it will be present if there is a Client and/or Server Script.
2021-11-13 00:02:36 -05:00
David Rowe
a2ac43289c
Use avatar position as orb position when head position not available
2021-11-09 12:12:55 +13:00
Kalila
db08a6322b
Merge pull request #1424 from ksuprynowicz/new_compiler_flags
...
Increase performance on macOS and Linux with CMake variables for optimization and architecture-specific options.
2021-11-06 19:22:39 -04:00
Dale Glass
a95b4f48cc
Merge pull request #1436 from daleglass/require-openssl1.1
...
Require OpenSSL 1.1.0 in CMake.
2021-11-06 19:39:35 +01:00
Dale Glass
b3722b050c
Merge pull request #1438 from namark/settings-null-deref-fix
...
Fixed empty POST request to settings.json crashing the Domain server.
2021-11-06 19:31:34 +01:00
Dale Glass
35a420d312
Merge pull request #1422 from Penguin-Guru/master
...
Changed preset framerates; Add "low power" preset.
2021-11-06 19:30:01 +01:00
David Rowe
afd7993152
Disable WebRTC debug
2021-11-06 22:31:52 +13:00
Kalila
457c622598
Merge pull request #1435 from daleglass/fix-html-mime-type
...
Fix mime type for serving .htm and .html files with the embedded webserver.
2021-11-04 19:11:05 -04:00
Dale Glass
b4727adecc
Update comment as per review
2021-11-04 23:53:56 +01:00
namark
7fac5dd8b8
Preserving _requestContent invariant in HTTPConnection class,
...
in the case when Content-Length header is empty, to avoid null
dereference in the requestContent() getter.
2021-11-05 00:16:59 +04:00
Dale Glass
732b32b68e
Require OpenSSL 1.1.0 in all other parts of the build
2021-11-04 18:54:35 +01:00
Dale Glass
2eabd40215
Require OpenSSL 1.1.0 at the very least
...
Earlier versions don't work with WebRTC, and cause linking errors.
OpenSSL 1.1 is supported in Ubuntu 18.04, although 1.0 can still be
installed.
2021-11-04 18:43:39 +01:00
Dale Glass
5759c76154
Fix mime type for .htm and .html files
...
The code forces text/html for .shtml files, but if .html ones were used,
it would look up in the mime database and come up with application/x-extension-html
Web browsers try downloading that instead of rendering it.
2021-11-03 01:12:48 +01:00
Kalila
61367ffd47
Merge pull request #1427 from Penguin-Guru/AntialiasingSetting
...
Add antialiasing setting.
2021-11-02 16:09:15 -04:00
a94541d7e9
Added debug flags
2021-11-01 13:15:45 +01:00
9221d33ed2
Fixed build flags for MacOS
2021-10-31 19:59:48 +01:00
8f286205eb
Added empty CPU architecture variable to Github builds to ensure compatibility
2021-10-31 13:45:40 +01:00
712a546381
Merge branch 'vircadia:master' into new_compiler_flags
2021-10-31 13:30:23 +01:00
David Rowe
c76dc5358b
Rename domain server cert files
2021-10-31 10:01:04 +13:00
Penguin-Guru
021268696c
Adjusted for rebase on typo correction.
2021-10-30 12:58:32 -07:00
Penguin-Guru
6dd26c53a9
Maybe this helps?
2021-10-30 12:57:41 -07:00
Penguin-Guru
727ac38372
Removed typo newline.
2021-10-30 12:57:00 -07:00
Penguin-Guru
56bc962d36
Changed preset framerates. Added preset.
2021-10-30 12:57:00 -07:00
Penguin-Guru
44fb53d4f2
Removed comment.
2021-10-30 10:43:10 -07:00
afae963031
Update BUILD.md
2021-10-30 15:18:48 +02:00
f2e4c4daa2
Update BUILD_OSX.md
2021-10-30 15:17:49 +02:00
6394dc8662
Update BUILD_LINUX.md
2021-10-30 15:16:32 +02:00
a31350678f
Added CPU architecture variable info to BUILD_LINUX.md
2021-10-30 15:15:28 +02:00
ac984d5e06
Added information about optimization variables
2021-10-30 15:08:52 +02:00
124f4b5e83
Removed unnecessary line in CMakeLists.txt
2021-10-30 14:55:48 +02:00
David Rowe
ccd525a89b
CR
2021-10-30 08:30:05 +13:00
David Rowe
8e3cfe9805
Fix non-const lvalue reference
2021-10-29 23:04:41 +13:00
Kalila
55d27f5813
Merge pull request #1406 from daleglass/update-webrtc-linux
...
Update WebRTC for Linux.
2021-10-28 17:55:59 -04:00
Dale Glass
4d190df3cd
Merge pull request #1407 from JulianGro/macOS_fix_crashpad
...
Fix crashpad on macOS.
2021-10-28 23:45:09 +02:00
Dale Glass
17b4bf1c2c
Merge pull request #1398 from JulianGro/macOS_fix_texture_memory
...
Fix automatic texture memory on macOS, Android, OpenGL ES, and Intel graphics.
2021-10-28 23:35:06 +02:00
Dale Glass
54db82b2b7
Merge pull request #1426 from daleglass/remove-headsha
...
Don't retrieve repository's SHA in prebuild
2021-10-28 23:33:15 +02:00
Dale Glass
5c721655a6
Merge pull request #1425 from Penguin-Guru/RecommandedTypo
...
Fixed typo in Performance Manager.
2021-10-28 23:31:56 +02:00
David Rowe
bb3d0fa5fa
Add secure WebSocket support
2021-10-27 21:42:58 +13:00
David Rowe
92e3d1465e
Reduce the number of ICE servers used
2021-10-27 21:41:12 +13:00
David Rowe
eb21eb3f38
Add WebRTC on/off switch to domain server settings
2021-10-26 21:06:23 +13:00
David Rowe
2971dd6185
Fix handling of ICE candidate received from client
2021-10-26 12:13:25 +13:00
David Rowe
0fcb9423bf
Fix ICE servers used for STUN
2021-10-26 11:21:23 +13:00
Penguin-Guru
e6a41e85b2
Added comments. Referenced all enums explicitly.
2021-10-25 13:40:36 -07:00
Penguin-Guru
fc1a0d6a4c
Apparently it worked.
2021-10-25 13:35:24 -07:00
Penguin-Guru
3c85964c5d
Hopefully works.
2021-10-25 13:25:31 -07:00
Penguin-Guru
e7d5a005b8
Forgot to remove these.
2021-10-24 19:24:00 -07:00
Penguin-Guru
8386f2eb61
Clumsy fix for enum storage.
2021-10-24 19:19:20 -07:00