Kalila L
8a71c66fcc
Added comments.
2020-09-16 20:01:47 -04:00
kasenvr
699425254d
Apply suggestions from code review
...
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-09-16 19:59:44 -04:00
kasenvr
66f953d957
Apply suggestions from code review
...
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-09-16 19:59:07 -04:00
kasenvr
fd5b84b6eb
Apply suggestions from code review
...
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-09-16 19:57:58 -04:00
Alezia Kurdis
ec4d559055
Added (Optional) to the label "Material URL"
...
Added "(Optional)" to the label "Material URL"
"Material URL (Optional)"
2020-09-15 22:24:08 -04:00
Kalila L
3610446150
Update metaverse paths for Android as well.
2020-09-15 22:00:36 -04:00
Kalila L
c5a618be8f
Fix indent...?
2020-09-15 21:09:39 -04:00
Kalila L
4224c8120f
Set metaverse and ice to Vircadia again.
2020-09-15 21:06:27 -04:00
Kalila L
9b0ac9d75f
Update endpoints to be consistent and work with the updates.
2020-09-15 21:05:00 -04:00
Kalila L
e3a6dc18af
Add support for metaverse API's with paths.
2020-09-15 20:07:00 -04:00
Kalila L
d5f5c76878
Update NetworkingConstants.h URLs to Vircadia Metaverse.
2020-09-15 19:57:30 -04:00
Kalila L
dcbf8c7663
Agnostify language "High Fidelity" -> "Metaverse" and implement dynamic retrieval of URL for metaverse.
2020-09-15 01:31:24 -04:00
Kalila L
7a033f93da
Add HTTP route to get metaverse info.
2020-09-15 00:54:52 -04:00
David Rowe
d6a49439b8
Fix "Serverless" capitalization in title bar
2020-09-15 15:57:34 +12:00
Kalila L
932a3b9e91
Update AudioClient.cpp
...
Fix double locking attempt if waitForFinished causes prepareLocalAudioInjectors to be called on this thread.
Co-Authored-By: Heather Anderson <1115056+odysseus654@users.noreply.github.com>
2020-09-14 02:58:36 -04:00
kasenvr
e6f3ba4458
Merge pull request #311 from odysseus654/pr/webpage-restrict-from-polling
...
[shutdown-deadlock] Restructure ContextAwareProfile from polling to notifications
2020-09-12 22:17:50 -04:00
kasenvr
370c2700be
Merge pull request #640 from kasenvr/feature/package-startup-interface
...
Add ability to package Interface with a custom startup location (also tacks on some build docs updates)
2020-09-12 22:17:25 -04:00
kasenvr
59ae17baf2
Merge pull request #689 from ctrlaltdavid/feature/open-ext-browser
...
Add open-in-external-browser button to web browser dialog
2020-09-12 22:15:23 -04:00
kasenvr
ad28067cbe
Merge pull request #699 from ctrlaltdavid/fix/gltf-raycasting
...
Fix pick rays not intersecting glTF models
2020-09-12 22:15:05 -04:00
kasenvr
a3219d854c
Merge pull request #701 from AleziaKurdis/Issue_696_ImageUrl_refresh_In_List
...
Fix for Issue 696. Create App - List refresh on updating image URL
2020-09-12 22:14:47 -04:00
HifiExperiments
954e8096bb
Merge pull request #309 from HifiExperiments/modelShader
...
Procedural Shader applies to entities other than target
2020-09-12 11:13:57 -07:00
David Rowe
432090e2e9
Quiet warning for unused blendshapeCoefficients property
2020-09-10 21:01:04 +12:00
kasenvr
8943032df8
Update INSTALL.md
2020-09-10 04:16:03 -04:00
kasenvr
8705873be5
Update BUILD.md
2020-09-10 04:15:07 -04:00
Alezia Kurdis
180742f790
Clarify the "materialURL" tooltip
...
Clarify the "materialURL" tooltip that was a bit obscure.
New value:
"The URL to an external JSON file or "materialData". Append "?<materialName>" to select a single material if multiple are defined."
2020-09-10 00:15:07 -04:00
Alezia Kurdis
da6a86b411
Create Material without url
...
This enhancement changes the behavior when a Material Entity is created using the Create App.
Previously, if we left the URL null, no entity was created.
With this fix, if we left the URL null, then the entity is created with "materialData" already set in materialURL (ready to use Material Data).
2020-09-10 00:11:50 -04:00
Alezia Kurdis
6337e84894
Fix for Issue #696
...
This fixes a refresh of the FILE value in the Create App Entity list when updating the imageURL of an Image Entity.
(It was missing in the condition that checks to add to the refresh of the list.)
This solves the issue #696 .
2020-09-09 22:41:05 -04:00
Alezia Kurdis
44cc060200
Merge pull request #4 from kasenvr/master
...
Make it even
2020-09-09 22:18:18 -04:00
David Rowe
2985ac2262
Twek browser bar layout
2020-09-10 13:15:56 +12:00
David Rowe
84cb3b2515
Fix pick rays not intersecting glTF models
2020-09-10 08:58:35 +12:00
David Rowe
dc04622a1d
Fix some JSDoc noticed in passing
2020-09-08 22:10:40 +12:00
David Rowe
d8a119c1b3
Support relative JSON URLs in model textures poperty
2020-09-08 22:10:24 +12:00
David Rowe
29b96432bc
Clear favicon image when page is changed
2020-09-06 21:04:13 +12:00
David Rowe
1d27c0138c
Fix browsing history
2020-09-06 21:00:45 +12:00
David Rowe
7da2fa1315
Add open-in-externa-window button
2020-09-06 20:56:44 +12:00
David Rowe
9d3b763256
Add hover state to browser window buttons
2020-09-06 20:49:29 +12:00
David Rowe
fd2535ecaf
Fix browser window buttons and Web page favicon display
2020-09-06 20:40:07 +12:00
kasenvr
7a686d95e0
Merge pull request #671 from ctrlaltdavid/fix/gltf-blendshapes
...
Fix and extend glTF blendshapes support
2020-09-03 13:57:57 -04:00
kasenvr
b9e72b803d
Merge pull request #653 from kasenvr/fix/osx-folder-icons
...
Update OSX folder icons to Vircadia & OSX build docs
2020-09-02 21:54:05 -04:00
kasenvr
bbc5044451
Merge pull request #639 from ctrlaltdavid/enhancement/domain-login-items
...
Don't display domain log-in items unless relevant
2020-09-02 18:51:14 -04:00
kasenvr
e2c5504be4
Merge pull request #441 from odysseus654/pr/cxx-crashing
...
improve crashpad reporting of unhandled c++ exceptions
2020-09-02 18:51:01 -04:00
kasenvr
c7fbddf024
Merge pull request #631 from vegaslon/bug/TestFixAvatarApp
...
Test moving to qt image error handling in avatar app
2020-09-02 18:50:31 -04:00
kasenvr
9004fb8060
Merge pull request #624 from ctrlaltdavid/feature/vircadia-about
...
Add "About" JavaScript API and platform string
2020-09-02 18:50:09 -04:00
kasenvr
b02205e5b8
Merge pull request #658 from kasenvr/feature/add-update-notififier
...
Feature/add update notififier
2020-09-02 18:49:13 -04:00
kasenvr
04aabff8c7
Merge pull request #672 from ctrlaltdavid/fix/relative-json-tidy
...
Tidy JSON relative URLs importing code
2020-09-02 18:48:35 -04:00
kasenvr
ee554ad8f1
Remove hardcoded checkForUpdates.js version value
...
Uses About API instead of the deprecated HifiAbout API.
2020-09-02 18:40:43 -04:00
Martin Allerton
86b2f1894c
Updated add location script code
...
Have not been able to test this due to not been near a proper machine, but I believe this code change should hopefully resolve the issue with the add location beacon script being wrong.
2020-09-02 19:46:47 +01:00
David Rowe
9fc9b203ae
Rename constant
2020-09-02 12:45:44 +12:00
Kalila L
b8181d92a5
Merge branch 'master' into pr/441
2020-09-01 17:42:35 -04:00
kasenvr
60e6d99aff
Merge branch 'master' into feature/package-startup-interface
2020-09-01 17:40:37 -04:00