Dale Glass
9e478ba458
More variable renaming
2020-06-07 02:47:39 +02:00
Dale Glass
01b0317348
Add missing gauges
2020-06-07 02:47:39 +02:00
Dale Glass
303f10dada
Review fixes
2020-06-07 02:47:39 +02:00
Dale Glass
da5e4d3cfc
Review fixes
2020-06-07 02:47:39 +02:00
Dale Glass
bc40bc5e52
Update stats backlist for the exporter
2020-06-07 02:47:39 +02:00
Dale Glass
8700214239
Add alternate audio stats without text formatting for the exporter
2020-06-07 02:47:39 +02:00
Dale Glass
443d769eac
Make it possible to turn the Prometheus exporter on and off
...
The settings are available from the domain settings page.
2020-06-07 02:47:39 +02:00
Dale Glass
a8bd627cda
Add Prometheus exporter
...
Exports domain statistics for the domain on port 9703 (officially reserved)
2020-06-07 02:47:39 +02:00
Kasen IO
085b9e11c5
Fix tabletAboutDialog fit for logo.
2020-06-06 20:21:17 -04:00
Kasen IO
fda40d56d4
Merge branch 'master' into feature/further-rebranding
2020-06-06 18:43:03 -04:00
Kasen IO
01b02881dc
Height, width, and centering updates.
2020-06-06 18:40:19 -04:00
Kasen IO
b74ccef418
Address CR from Thoys and David.
2020-06-06 18:35:02 -04:00
Heather Anderson
db9139f75c
Added more "echo -n" commands to prevent unusable end-of-line characters
2020-06-05 23:34:33 -07:00
Heather Anderson
bb97592dd4
Testing complete (thanks to Kalila for helping!)
2020-06-05 23:34:32 -07:00
Heather Anderson
d8d740d369
Migration progressed far enough to get a .deb file out of this, installation has not yet been tested on any machine
2020-06-05 23:34:32 -07:00
Heather Anderson
00e8ce9bb8
Initial code pass:
...
- adding migrate-from-athena (copying server state over, launching services)
- deletes all server files on purge
2020-06-05 23:34:32 -07:00
Heather Anderson
ffc1b7ee53
Initial pass renaming athena -> vircadia
2020-06-05 23:34:31 -07:00
David Rowe
8494e6e6b5
Fix visibility of values in Wearables dialog
2020-06-06 15:15:03 +12:00
Alezia Kurdis
34afd94562
Merge pull request #1 from kasenvr/master
...
Merge from Master
2020-06-05 22:41:42 -04:00
David Rowe
5f83827198
Fix not being able to delete entities in serverless domains
2020-06-06 10:36:30 +12:00
kasenvr
72d931688c
Merge pull request #409 from kasenvr/fix/entity-null-check
...
Bugfix: Add null check to entity render clearing to fix crash.
2020-06-05 13:09:41 -04:00
kasenvr
886f44321f
Merge pull request #421 from ctrlaltdavid/fix/fix-gha-pr-builds
...
Fix GitHub Actions PR builds
2020-06-04 23:18:22 -04:00
David Rowe
9e9469fd6d
Tidy residual High Fidelity reference
2020-06-05 11:22:15 +12:00
David Rowe
ef268c6207
Fix PR builds
2020-06-05 11:21:59 +12:00
kasenvr
5f15e8df04
Merge pull request #418 from Misterblue/fix/includes-for-VS-build
...
Include <stdexcept> for building on Windows10 with Visual Studio 2019
2020-06-04 17:30:15 -04:00
kasenvr
250ec64edf
Merge pull request #410 from kasenvr/fix/vircadia-packaging
...
Update packaging parameters for Vircadia
2020-06-04 16:50:29 -04:00
Robert Adams
0bc6296591
Move metaverse server URL update: revert nearly all changes to
...
Javascript scripts because the 'require' of the central
definition file was not included.
2020-06-04 12:58:28 -07:00
Robert Adams
ee1d46af94
Include <stdexcept> so building on Windows10 with Visual Studio 2019 works.
2020-06-04 09:35:45 -07:00
Robert Adams
4b27f80c89
Move metaverse server URL update: remove unnecessary spaces.
...
Remove added "include <stdexcept>" (for VS compiling) to separate PR.
2020-06-04 09:01:51 -07:00
kasenvr
86dbf3f3f9
Merge pull request #414 from kasenvr/fix/revert-instancing-temporarily-1
...
Revert commit 359248829c
using -m 1 to temporarily fix issue 383.
2020-06-04 00:54:10 -04:00
kasenvr
103fd8eef2
Merge branch 'master' into fix/revert-instancing-temporarily-1
2020-06-03 22:44:32 -04:00
kasenvr
d69c89583f
Merge pull request #394 from ctrlaltdavid/feature/enable-vr-flying
...
Enable flying in VR by default
2020-06-03 22:40:05 -04:00
kasenvr
ec9c584eaa
Merge pull request #416 from HifiExperiments/model
...
Fix issues with glb urls
2020-06-03 22:37:00 -04:00
HifiExperiments
ade6bf24bb
fix issues with glb urls
2020-06-03 15:19:54 -07:00
Kasen IO
21fd10d154
Revert commit 359248829c
using -m 1 to temporarily fix issue 383.
2020-06-03 16:08:18 -04:00
Robert Adams
f26c7d3cee
Move metaverse server URL info into NetworkingConstants.h (for C++
...
code) and into shared.js (for JS code).
Modify references to the metaverse server from constants to
references to the new central definitions.
2020-06-01 20:34:35 -07:00
Kasen IO
cefda3f7f2
Update packaging parameters for Vircadia.
2020-06-01 22:48:38 -04:00
Kasen IO
94c230b78b
Add null check to entity render clearing to fix crash.
...
Co-Authored-By: null <HifiExperiments@users.noreply.github.com>
2020-06-01 22:13:52 -04:00
Kasen IO
f1aa7391ec
Fix test data.
2020-06-01 16:43:04 -04:00
Kasen IO
100bf3a91e
Add .glb item type.
2020-06-01 15:41:09 -04:00
kasenvr
079c0c022e
Merge pull request #406 from kasenvr/fix/entity-size-on-create
...
Bugfix: Create app now uses proper dimensions on create
2020-06-01 12:40:50 -04:00
kasenvr
1a46b28b71
Merge pull request #62 from HifiExperiments/blendshapes
...
Support blendshapes on model entities
2020-05-31 18:34:42 -04:00
kasenvr
4cca7f6f75
Merge pull request #281 from HifiExperiments/parenting2
...
Improve performance of MyAvatar::simulate when you have lots of descendants
2020-05-31 14:47:22 -04:00
Kasen IO
778276bb43
Adjust how check is performed.
2020-05-30 20:56:28 -04:00
Kasen IO
3c21a4d3f6
Fix Create app using naturalDimensions for all entity types.
2020-05-30 19:58:54 -04:00
kasenvr
8157be5b5a
Merge pull request #405 from kasenvr/v0.86.0-k2.1
...
Merge K2.1 into Master
2020-05-30 18:49:38 -04:00
kasenvr
41c961198c
Merge pull request #369 from AleziaKurdis/feature/zonesSelectorSorted
...
Zones Selector sorted by zone names
2020-05-29 20:44:45 -04:00
Alezia Kurdis
0b330dfcd6
Zone selector sorting vs uppercases
...
This makes the sorting of the Zone in the Zone selector
with the uppercase grouped with the lowercase for a same letter
but uppercase always first.
(Note: Accented char are considered as a different letter. We would need to support exception cases for all the existing charsets. These are only entities descriptors, not really for literature.)
2020-05-28 23:32:44 -04:00
HifiExperiments
d15527dd04
no negatives
2020-05-28 15:47:05 -07:00
HifiExperiments
3850271b97
fix various crashes/issues in controller scripting API
2020-05-28 15:18:22 -07:00