Kasen IO
c6a178f72d
Update default texture memory from Auto (1GB) -> Auto (2GB).
2020-08-05 20:43:58 -04:00
kasenvr
75bd885efc
Merge pull request #564 from HifiExperiments/zoneImport
...
renderWithZones works on import from JSON
2020-07-30 17:16:41 -04:00
kasenvr
180b7f1bd3
Merge pull request #547 from HifiExperiments/scaled
...
Fix lag on restart with scaled avatar
2020-07-30 17:15:50 -04:00
kasenvr
65d1a88a0c
Merge pull request #545 from ctrlaltdavid/fix/fbx-single-color
...
Fix display of FBX models with only one color for vertices
2020-07-23 17:27:12 -04:00
kasenvr
ce6573333c
Merge pull request #543 from HifiExperiments/alpha
...
Fix shape alpha 0 issue
2020-07-23 17:23:20 -04:00
kasenvr
80d3e3c455
Merge pull request #520 from kasenvr/fix/move-user-agent
...
Fix/move user agent
2020-07-23 17:13:18 -04:00
HifiExperiments
1c8f783be6
try to fix renderWithZones from JSON
2020-07-22 14:38:33 -07:00
HifiExperiments
aa6eedf0fe
make sure render with zones works on models on restart/reload
2020-07-21 12:06:38 -07:00
Kasen IO
647b45323e
Update user agents.
2020-07-21 02:36:38 -04:00
HifiExperiments
cbce911e83
fix lag on restart with scaled avatar
2020-07-17 14:40:40 -07:00
David Rowe
335bc7b4db
Fix display of FBX models with only one color for vertices
2020-07-17 20:17:08 +12:00
HifiExperiments
e635d0ff87
fix alpha 0 issue
2020-07-16 15:29:58 -07:00
Kasen IO
ad2c3f08e6
Update further links.
2020-07-10 18:50:58 -04:00
Kasen IO
629b3c084c
Update user agent to use "Vircadia" + update getUserAgent function to use the same.
2020-07-10 00:08:46 -04:00
kasenvr
4b3765c9b3
Merge pull request #507 from AleziaKurdis/issue398
...
JS Doc update for enterEntity signal.
2020-07-09 17:34:35 -04:00
kasenvr
d5b5bdc382
Merge pull request #505 from daleglass/increase_max_texture_size
...
Increase maximum texture size to 8192
2020-07-09 17:33:51 -04:00
kasenvr
56b6d370fb
Merge pull request #504 from kasenvr/fix/import-entities-any-domain
...
Import entities now works on domains that you do not have rights on.
2020-07-09 17:18:48 -04:00
Kasen IO
4b1e82fc0b
Move user agent to networking constants.
2020-07-08 14:18:24 -04:00
Alezia Kurdis
6c24f646bb
Added an hyperlink to preload in enterEntity JSdoc
...
1- Added an hyperlink to "preload" signal in enterEntity JSdoc.
2- Removed the useless
", but only if the entity has an entity method exposed for this event."
from "enterEntity" and "leaveEntity" JSdoc (lines 2402 and 2413)
2020-07-07 23:05:24 -04:00
kasenvr
f22c56038c
Update libraries/octree/src/Octree.h
...
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-07-06 22:21:39 -04:00
Alezia Kurdis
a78446dbef
JS Doc update for enterEntity
...
JS Doc update for enterEntity:
Triggered when an avatar enters an entity, but only if the entity has an entity method exposed for this event. Note: At the initial loading of the script, if the avatar is already present inside the entity, it might be too late to catch this event when the script runs, so it won't trigger. The 'preload' signal can be used to handle those cases.
To solve issue #398
2020-07-04 23:15:10 -04:00
kasenvr
bc249abe48
Merge pull request #474 from kasenvr/fix/anim-warning-spam
...
Reduce Missing Joint Log Spam
2020-07-04 19:46:59 -04:00
kasenvr
2cc5679ca2
Merge pull request #435 from HifiExperiments/model
...
Possible fix for entity server crash
2020-07-04 17:38:21 -04:00
kasenvr
ed2894a9f9
Merge pull request #480 from kasenvr/fix/gltf-corrupt-crash
...
Prevent a crash for corrupted GLTF models.
2020-07-04 17:20:24 -04:00
Kasen IO
44e5bbb591
Add init for timer to constructor.
2020-07-04 00:48:03 -04:00
Dale Glass
9f25891639
Increase maximum texture size to 8192
2020-07-03 23:43:18 +02:00
Kasen IO
7ba3eba3b9
Add missing constant.
2020-07-03 16:44:41 -04:00
Kasen IO
afc23954c5
Import entities now works on domains that you do not have rights on.
2020-07-03 16:37:02 -04:00
Kasen IO
0ad7e25b49
Revise names.
2020-07-03 14:40:56 -04:00
Kasen IO
4c780a5997
Merge branch 'master' into fix/anim-warning-spam
2020-07-03 13:31:51 -04:00
Kasen IO
fe0109aa13
Fix crash for indices out of bounds in GLTF.
...
Co-Authored-By: hifiexperiments <hifiexperiments@users.noreply.github.com>
2020-07-02 23:52:26 -04:00
kasenvr
cf41ed40ae
Merge pull request #498 from HifiExperiments/particle
...
Properly pause particles when you look away
2020-07-02 23:00:58 -04:00
Kasen IO
fe7f89cc1b
Merge branch 'master' into fix/gltf-corrupt-crash
2020-07-02 21:36:21 -04: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
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
HifiExperiments
11ad64c606
properly pause particles when you look away
2020-07-01 14:37:09 -07:00
Kasen IO
859c78d8aa
Further updates.
2020-07-01 16:05:15 -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
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
71fec167ec
Prevent a crash for corrupted GLTF models.
...
Co-Authored-By: hifiexperiments <hifiexperiments@users.noreply.github.com>
2020-06-23 20:52:48 -04:00
Kasen IO
aaf19db286
Debounce missing joint log spam to 30s intervals
2020-06-23 00:42:05 -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
953ade0e98
Merge pull request #280 from daleglass/prometheus_exporter
...
Add Prometheus exporter
2020-06-18 17:08:39 -04:00