kasenvr
2b3b3fb88f
Merge pull request #788 from kasenvr/fix/hifi-production-migration
...
Update hifi-production links
2020-10-15 17:17:36 -04:00
kasenvr
a934082bfc
Merge pull request #805 from kasenvr/feature/onboarding-experience
...
First run script.
2020-10-15 17:13:47 -04:00
kasenvr
97c823ab4d
Merge pull request #808 from JulianGro/valve_calibration_workaround
...
Workaround: Add Valve Index to calibratable devices
2020-10-15 17:11:45 -04:00
kasenvr
1e8b06f156
Merge pull request #814 from ctrlaltdavid/fix/fix-location-dialog
...
Rename field in Explore app's "add location" dialog
2020-10-15 17:09:40 -04:00
David Rowe
9431426f86
Update comments in Explore app header
2020-10-14 21:05:05 +13:00
David Rowe
728acd5ed5
Relable add location "name" field
2020-10-14 21:04:39 +13:00
kasenvr
908774ae53
Merge pull request #806 from daleglass/use_legacy_opengl
...
Set OpenGL_GL_PREFERENCE to LEGACY
2020-10-13 19:17:23 -04:00
kasenvr
2777854e73
Update scripts/system/onFirstRun.js
...
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-10-13 15:51:52 -04:00
Dale Glass
7b6fbe1f69
Set OpenGL_GL_PREFERENCE to LEGACY
...
GLVND appears to break the entire UI on ATI video cards.
It was set to GLVND due to an understanding that this was a no-op setting, but it turns
out the documentation in OpenGL_GL_PREFERENCE is confusing, and it looks like LEGACY
is the setting that was being used after all.
An additional point of interest is that debian/rules contained OpenGL_GL_PREFERENCE=GLVND,
and this was done back in the High Fidelity days. It's uncertain whether this was correct
or not, though.
2020-10-13 20:13:45 +02:00
Julian Groß
1a3f97bdc8
Change to Davids suggestion
2020-10-13 18:33:15 +02:00
kasenvr
3a665c6eac
Merge pull request #773 from ctrlaltdavid/fix/gltf-crash
...
Fix handling of missing glTF blendshape target meshes
2020-10-13 05:25:43 -04:00
kasenvr
36a4ab8c12
Merge pull request #789 from kasenvr/fix/apidocs-find-entities
...
Update API docs to specify entity-server-script findEntities caveat.
2020-10-13 05:20:43 -04:00
kasenvr
4dd1026e1f
Update onFirstRun.js
2020-10-13 04:59:49 -04:00
kasenvr
6442055600
Apply suggestions from code review
...
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-10-13 04:59:04 -04:00
Julian Groß
2b38c07aab
Add Valve Index to calibratable devices
2020-10-13 02:50:53 +02:00
kasenvr
58cfb75d41
Update onFirstRun.js
2020-10-12 18:03:21 -04:00
kasenvr
4154e16f77
Update onFirstRun.js
2020-10-12 16:46:46 -04:00
kasenvr
d12cd36eb3
Merge pull request #677 from HifiExperiments/mouse
...
Add option to capture mouse
2020-10-12 13:19:36 -04:00
HifiExperiments
e028943645
CR
2020-10-09 13:33:48 -07:00
Kalila L
af8ee9980c
CR
2020-10-09 00:43:05 -04:00
kasenvr
114b255668
Update libraries/entities/src/EntityScriptingInterface.h
...
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-10-09 00:41:59 -04:00
kasenvr
89c006d190
Merge pull request #737 from AleziaKurdis/721_entitySelectionTool_to_local_Entities
...
Replacement of 3D Overlays for Local Entities
2020-10-08 22:49:17 -04:00
kasenvr
35643e89f1
Merge pull request #546 from kasenvr/fix/domain-threading-defaults
...
Enable automatic avatar and audio mixer threading defaults
2020-10-08 22:46:40 -04:00
kasenvr
76093185b7
Merge pull request #763 from daleglass/fix-opengl-cmake-warning
...
Set GL preference to GLVND
2020-10-08 19:03:34 -04:00
Kalila L
fbae2d902b
Update API docs to specify entity-server-script findEntities caveat.
2020-10-07 20:40:29 -04:00
Kalila L
97d578a36f
https hifi-production DomainContent -> vircadia-content
2020-10-07 19:45:10 -04:00
Kalila L
60b31000d7
hifi-production DomainContent -> vircadia-content
2020-10-07 19:44:14 -04:00
Kalila L
46ddde0bd6
hifi-production tutorials -> vircadia-content
2020-10-07 19:42:51 -04:00
Kalila L
dc554bb8c6
Update some descriptions.
2020-10-07 19:37:10 -04:00
kasenvr
b182a7b371
Merge pull request #669 from odysseus654/pr/script-logging
...
add more details to messages logged in entity scripts
2020-10-06 04:35:11 -04:00
kasenvr
ea4ae45d9e
Merge pull request #778 from ctrlaltdavid/feature/chat-open-browser
...
Open chat hyperlinks in Interface browser window
2020-10-06 04:34:48 -04:00
kasenvr
baeb64a83b
Merge pull request #651 from kasenvr/feature/update-shortcut-names
...
Update shortcut names to include "Vircadia"
2020-10-06 04:34:35 -04:00
Kalila L
61d4fb2ad1
First run script.
2020-10-05 20:40:58 -04:00
kasenvr
01185c94b4
Merge pull request #761 from daleglass/fix-more-warnings
...
Fix more warnings
2020-10-03 14:25:09 -04:00
Kalila L
6e7e7f5c55
Correct applying of shortcut names.
2020-10-03 03:58:32 -04:00
David Rowe
081c0672bf
Fix JSDoc
2020-10-03 17:05:28 +13:00
David Rowe
cd7e1d0865
Miscellaneous tidying
2020-10-03 17:01:46 +13:00
David Rowe
3e94a034ca
Use Window.openWebBrowser() instead of About.openUrl() in chat script
2020-10-03 17:01:01 +13:00
David Rowe
64eb4d11e1
Add URL parameter to Window.openUrl() API function
2020-10-03 17:00:43 +13:00
David Rowe
86aa3c8709
Make chat open links in internal Web browser instead of custom window
2020-10-03 16:29:14 +13:00
David Rowe
7ea6452de0
Fix Interface crash when using About.openUrl() in script
2020-10-03 16:06:38 +13:00
Kalila L
5e43b3a550
Fix sandbox and console names on PR builds.
2020-10-02 20:52:03 -04:00
Kalila L
aa20fbb0d9
Fix double application of "Vircadia"
2020-10-02 16:48:54 -04:00
kasenvr
46442bf5af
Merge pull request #730 from kasenvr/fix/update-api-docs
...
API docs updates
2020-10-02 15:55:54 -04:00
kasenvr
ca80d79991
Merge branch 'master' into fix/update-api-docs
2020-10-02 15:33:28 -04:00
kasenvr
c975d1acec
Update libraries/script-engine/src/ScriptEngine.h
...
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-10-02 15:32:05 -04:00
Kalila L
853c8052f4
Merge branch 'master' into pr/669
2020-10-02 15:29:51 -04:00
Kalila L
ba67cc8254
Merge branch 'master' into fix/domain-threading-defaults
2020-10-02 15:28:31 -04:00
Kalila L
11d847b74b
Merge branch 'master' into feature/update-shortcut-names
2020-10-02 15:24:18 -04:00
David Rowe
6b7b1c5040
Fix handling of missing glTF blendshape target meshes
2020-10-02 16:23:00 +13:00