Julian Groß
9d2785f4e5
Update BUILD_OSX.md
...
Co-authored-by: kasenvr <52365539+kasenvr@users.noreply.github.com>
2020-07-07 04:51:28 +02:00
Julian Groß
cdb770b407
move npm into dependencies
2020-07-03 03:27:45 +02:00
Julian Groß
567b793b17
Update BUILD_OSX.md
2020-07-02 22:49:01 +00:00
kasenvr
bfe08f23c7
Merge pull request #497 from kasenvr/feature/paste-entities-host-type
...
Add ability to paste entities to any host type
2020-07-02 17:29:13 -04:00
kasenvr
11ce437987
Merge pull request #486 from ctrlaltdavid/fix/sandbox-ui-tweak
...
Improve wording of Sandbox's get/set private user data descriptions
2020-07-02 17:26:56 -04:00
kasenvr
d6d79c3a95
Merge pull request #481 from daleglass/fix_avx_crash
...
Fix illegal instruction in libaudio.dylib on OSX
2020-07-02 17:21:15 -04:00
kasenvr
b7b902b755
Merge pull request #459 from ctrlaltdavid/feature/tutorial-menu-item
...
Add Help > Tutorial menu item
2020-07-02 17:10:38 -04:00
kasenvr
e1ab52d97e
Apply suggestions from code review
...
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-07-02 16:52:12 -04:00
Kasen IO
859c78d8aa
Further updates.
2020-07-01 16:05:15 -04:00
Kasen IO
5f0caf7de8
Update pasteEntities to const per suggestion.
2020-07-01 01:29:47 -04:00
Kasen IO
d881e1e3c2
Alter references per suggestion.
2020-06-30 18:24:21 -04:00
Kasen IO
d9e0605b4d
Improve code per HiFiExperiments' suggestions.
2020-06-30 15:46:26 -04:00
Kasen IO
12446bdb45
Add ability to paste entities to any host type. Default "domain"
2020-06-30 15:18:51 -04:00
kasenvr
82638e47c4
Merge pull request #476 from ctrlaltdavid/fix/update-more-app
...
Update More app from community apps repo
2020-06-29 23:18:03 -04:00
kasenvr
7f8bc2710f
Merge pull request #487 from kasenvr/fix/build-docs-variables
...
Update BUILD.md
2020-06-29 14:05:28 -04:00
kasenvr
6a159fd34f
Add missing release_type
2020-06-27 20:39:19 -04:00
kasenvr
69b407f001
Update BUILD.md
...
I removed a build variable that does not exist and added one that does after doing a codebase search.
2020-06-27 20:26:35 -04:00
David Rowe
a78bd7025f
Improve wording of get/set privateUserData description
2020-06-28 11:04:59 +12:00
kasenvr
7af73db252
Merge pull request #482 from kasenvr/v2020.2.2-rc
...
v2020.2.2-rc -> master
2020-06-25 17:30:14 -04:00
kasenvr
4480d3e7bf
Merge pull request #478 from kasenvr/fix/unused-track-script
...
Remove script that no longer exists created by the Vive Pro Eye PR.
2020-06-25 17:27:46 -04:00
Dale Glass
bc2c6a280d
Fix illegal instruction in libaudio.dylib on OSX
...
This file gets included by AudioHRTF_avx512.cpp, which contains code
that should only be getting executed on CPUs with the appropriate support.
Unfortunately, when that file is compiled with -mavx512f, GCC also generates
AVX instructions in the code that initializes the value of SQUARE_ROOT_OF_2,
and this crashes on CPUs without AVX because it runs unconditionally.
Avoid the issue entirely by just making it a constant so no code needs to
be run.
2020-06-25 19:31:46 +02:00
Kasen IO
fc418fa9e4
Remove script that no longer exists created by the Vive Pro Eye PR.
2020-06-23 15:57:15 -04:00
David Rowe
84a2fe061f
Update More app from community apps repo
2020-06-23 20:27:08 +12:00
kasenvr
f6ee158731
Merge pull request #475 from kasenvr/v2020.2.2-rc
...
Merge v2020.2.2-rc into master
2020-06-23 02:35:31 -04:00
kasenvr
227e8a1ec6
Merge pull request #473 from ctrlaltdavid/fix-login-indents
...
Fix code indentation
2020-06-22 05:27:15 -04:00
David Rowe
147bea6ba9
Fix indentation
2020-06-22 21:12:46 +12:00
kasenvr
840d465064
Merge pull request #471 from JulianGro/login-screen
...
Update login screen dismissal
2020-06-22 00:34:09 -04:00
Julian Groß
5b0855fa6e
Fix indentation
2020-06-22 06:18:05 +02:00
Julian Groß
3fe1dddee2
Replace tabs with spaces
2020-06-22 04:19:10 +02:00
Julian Groß
ef5d6bfc2f
Remove unnessesary copyright
2020-06-22 04:11:34 +02:00
Julian Groß
34887ec604
Remove unnessesary whitespaces
2020-06-22 04:10:21 +02:00
motofckr9k
56362461fc
Fix "or" not dissappearing in popup window
2020-06-21 05:51:37 +02:00
motofckr9k
7b34872b81
Replace domain-server favicon
2020-06-21 03:59:33 +02:00
motofckr9k
75f6246ac9
Move them even closer
2020-06-21 03:16:19 +02:00
motofckr9k
41563b14a8
Move signUpContainer closer to loginContainer
2020-06-21 03:05:54 +02:00
motofckr9k
3da755fb95
Change button text, and move it to answer "Don't have an account?"
2020-06-21 02:53:05 +02:00
motofckr9k
e8a3009b96
Remove color from dismissButton
2020-06-21 01:51:05 +02:00
motofckr9k
bf230a415a
Initial commit
2020-06-21 01:51:04 +02:00
kasenvr
4cc31fc427
Merge pull request #442 from kasenvr/fix/fix-model-scale-create-app
...
Fix models not scaling correctly when loading due to timeout.
2020-06-20 17:09:09 -04:00
kasenvr
32ef399302
Merge pull request #447 from ctrlaltdavid/fix/reloading-serverless
...
Fix reloading content in serverless domain
2020-06-18 17:29:31 -04:00
kasenvr
c7bcb03132
Merge pull request #438 from kasenvr/fix/prevent-cert-auto-remove
...
Disable Certified Entity Auto Deletion
2020-06-18 17:25:43 -04:00
kasenvr
63e3c001c3
Merge pull request #411 from Misterblue/fix/central-metaverse-urls
...
Move metaverse server URL info into central files for easier updating
2020-06-18 17:23:05 -04:00
kasenvr
2ecbf49176
Merge pull request #399 from HifiExperiments/controller
...
Fix various crashes/issues in controller scripting API
2020-06-18 17:21:43 -04:00
kasenvr
13451bd275
Merge pull request #384 from JulianGro/rebrand
...
Rebranding stuff
2020-06-18 17:12:47 -04:00
kasenvr
d79e5d4a35
Merge pull request #377 from daleglass/fix_linux_audio_warning
...
Fix Linux default audio device debug messages
2020-06-18 17:11:21 -04:00
kasenvr
a4c4e76274
Merge pull request #350 from ctrlaltdavid/feature/vive-pro-eye-tracking
...
Vive PRO Eye support
2020-06-18 17:10:37 -04:00
kasenvr
953ade0e98
Merge pull request #280 from daleglass/prometheus_exporter
...
Add Prometheus exporter
2020-06-18 17:08:39 -04:00
Julian Groß
18318fdf71
Merge branch 'v2020.2.2-rc' into rebrand
2020-06-18 09:16:47 +02:00
motofckr9k
256b466e84
Add vircadia-banner.svg for login dialogs
2020-06-18 09:12:01 +02:00
Kasen IO
3e585267e4
Fix gizmo size issue post auto-resize of a new model.
2020-06-18 01:11:07 -04:00