Commit graph

83816 commits

Author SHA1 Message Date
David Rowe
98cef38aea Initial tidying 2020-08-29 09:14:49 +12:00
daleglass
c099cfe904
Merge pull request #652 from kasenvr/kasenvr-patch-1
Update BUILD.md
2020-08-27 23:39:31 +02:00
daleglass
0f6f788879
Merge pull request #641 from ArcadeFever/fix/AC-placeholder-rebrand
changed url for AC script examples from HiFi to Vircadia github
2020-08-27 23:34:58 +02:00
daleglass
aba63051e5
Merge pull request #606 from AleziaKurdis/530_593_CrAppUIadust
Change colorSpread color-picker and other small fixes
2020-08-27 23:30:16 +02:00
Kalila L
abac59c09b Add checkForUpdates.js to the defaultScripts.js 2020-08-27 05:38:50 -04:00
Kalila L
4836f4b369 NOTE: Undo commit before merging, for testing purposes only. 2020-08-27 05:32:07 -04:00
Kalila L
68055f2458 Add update checker and notifier for Interface. 2020-08-27 05:30:45 -04:00
Kalila L
e8526aa6b7 Update chat to accept system notifications. 2020-08-27 05:28:07 -04:00
Kalila L
2d7a640935 Create networkingConstants.js 2020-08-27 05:27:47 -04:00
Kalila L
d45c283f3b Add semanticVersionCompare function to utils.js 2020-08-27 03:53:04 -04:00
kasenvr
fabf8e9879
Add FAQ to BUILD_OSX.md 2020-08-27 03:40:05 -04:00
Kalila L
bfdcdee96b Attempt to fix isInEditMode error on line 780. 2020-08-27 01:52:21 -04:00
kasenvr
374b36539a
Update BUILD_OSX.md 2020-08-26 14:32:12 -04:00
kasenvr
693416cd0d
Update BUILD.md 2020-08-26 04:07:57 -04:00
Dale Glass
3615ca70b1 Fix build of hifiSdl2 on GCC 10
GCC 10 and above sets -fno-common by default, and causes a linking problem here:
ultiple definition of `WAYLAND_wl_proxy_marshal'

Work around it per https://medium.com/@clentfort/using-esy-sdl2-with-gcc-10-91b4fa0c5aa9
2020-08-26 00:40:20 +02:00
Martin Allerton
441381846b
Merge branch 'master' into feature/update-explore-ui 2020-08-25 20:33:28 +01:00
Kalila L
9f8107006e Update OSX build instructions. 2020-08-25 03:36:51 -04:00
Kalila L
ca15adc0da Update OSX folder icons to Vircadia. 2020-08-25 03:25:00 -04:00
kasenvr
a4bea1ce30
Update BUILD.md 2020-08-25 01:11:12 -04:00
kasenvr
3d8128cc08
Merge pull request #303 from MarcusLlewellyn/feature/reenable-signing
Re-enable and update code signing in the NSIS template.
2020-08-24 23:12:33 -04:00
Kalila L
7481925611 Add default timestamp server, remove obsolete comment. 2020-08-24 22:54:16 -04:00
Kalila L
d41cb0a5cd Update Install.md instructions for code signing. 2020-08-24 15:27:56 -04:00
Kalila L
be46e3d8f2 Code signing variables updated. 2020-08-24 15:23:13 -04:00
Kalila L
db13ea7614 Merge branch 'master' into pr/303 2020-08-23 17:32:18 -04:00
ArcadeFever
404e18296a changed url for AC script examples from HiFi to Vircadia github 2020-08-23 12:33:13 -07:00
Kalila L
b9a25905e2 Update build docs. 2020-08-23 14:49:21 -04:00
Kalila L
feac9683c4 Remove unneeded if checks for INITIAL_STARTUP_LOCATION assignment. 2020-08-23 01:52:53 -04:00
Kalila L
a2bd06993f Add option to build an Interface to go to specified address by default. 2020-08-23 01:49:32 -04:00
David Rowe
eb8ae74245 Tidying 2020-08-23 16:06:16 +12:00
David Rowe
67100b5a20 Display domain login menu item only on domains that have domain login 2020-08-23 15:56:27 +12:00
David Rowe
29e5bfdb94 Ignore residual "connection denied" packets from previous domain 2020-08-23 14:34:10 +12:00
Kalila L
a032ac66b1 Update AddressManager links to NetworkingConstants. 2020-08-22 20:03:57 -04:00
Kalila L
ebecbcc7f7 Update JSON structure for metadata. 2020-08-21 22:00:06 -04:00
Kalila L
a24b8f0fc6 Missed a spot, was wiping thumbnail string and replacing with an array. 2020-08-21 14:08:50 -04:00
Kalila L
c81365f4f0 Update description for Prometheus exporter. 2020-08-21 13:47:59 -04:00
Kalila L
a079afbb73 Update metadata exporting. 2020-08-21 13:40:38 -04:00
Robert Adams
c7f123c91f Add --get-temp-name to domain-server invocation in creation of Docker
domain-server image in pkg-scripts. This parameter is required
    by the domain-server so it will fetch a temporary domain name
    if it is not configured.
2020-08-20 16:33:30 -07:00
daleglass
90c957c9e9
Merge pull request #604 from AleziaKurdis/534_601_Default_images
New URL for default Particle and Image resource
2020-08-20 23:26:45 +02:00
daleglass
012b6b0c84
Merge pull request #603 from AleziaKurdis/575_DuplicateNaming
Incremental suffix to cloned entities's name (issue #575)
2020-08-20 23:22:37 +02:00
Vegaslon
c6fbe08a8f Test moving to qt image error handling instead of creating own in attempt to fix avatar app slow down. 2020-08-20 08:59:57 -04:00
David Rowe
6926cd205a Ignore residual "connection denied" packets from previous domain 2020-08-20 17:12:57 +12:00
HifiExperiments
af82860751 fix shape issue that alezia found 2020-08-19 19:51:16 -07:00
David Rowe
662b2bfc5e Handle log in for multiple domains with domain login 2020-08-20 12:32:03 +12:00
Martin Allerton
a08a54f646 Removed cdn dependancies
CDN dependencies replaced with physical local copied of the libraries
2020-08-19 22:26:33 +01:00
Martin Allerton
d10f02d02e Inital version of reworked explore 2020-08-19 21:54:46 +01:00
Kasen IO
b7e4362553 Make empty values no longer null, add name property, rename "Hosts" -> "Managers" 2020-08-19 00:01:47 -04:00
Kasen IO
c70a041490 Merge branch 'master' into feature/domain-metadata-exporter 2020-08-18 21:35:51 -04:00
David Rowe
bf60cf5b4c Tidying 2020-08-18 16:33:47 +12:00
Alezia Kurdis
8d217d215f
Better code fix for preview
being more specific on the validation for the unresolvable relative path.
checking now if the path start with "file:///~" instead of only: "file:/"
This was too much restrictive since those direct path works and wouldn't return a preview:
Ex: "file://MYSERVER/folder/100_0057.jpg"
2020-08-17 21:58:42 -04:00
David Rowe
9bb5add1ca Don't display domain login status in title bar unless relevant 2020-08-18 11:42:35 +12:00