Natsumi-sama
released this
25 Oct 15:27
·
27 commits
to master
since this release
Fixes For VRC Open Beta
- Correctly parse gameLog player join/leave.
- Fix current player instance being shown as
#offline public
. - Fix broken double gameLog location change.
- Fix VRC crash detection causing VRCX to never let you quit VRC.
Linux users remove this line
export WINEDLLOVERRIDES=libglesv2=d
Additions
- Add delete persistent world data button to world dialog.
Changes
- Switch to GPU accelerated rendering for main app and overlay, this will bring major performance improvements to the VRCX overlay and increase its FPS from 15 to 60 (#944).
- Switch from n_users to userCount when displaying amount of users in an instance, userCount seems to be more accurate now.
- Remove unnecessary user API requests for friend online/offline state changes (by request of VRC), if everything goes well this change wont be noticeable.
- Remove pending offline timeout option.