Commit Graph

1533 Commits

Author SHA1 Message Date
Natsumi
1ed71c2596 chore(.NET): update Cef 111 2023-03-25 03:58:31 +13:00
Natsumi
4d97dcb798 small changes for resource loading logging 2023-03-25 03:58:14 +13:00
BoatFloater
3f0a479e1a Add GameLog entries for resource loading (#513)
* add log entries for resource loading

* add config for resource loading
2023-03-25 03:57:55 +13:00
Natsumi
11f1f8063e Relaunch on game crash, log udon exceptions 2023-03-23 02:30:06 +13:00
SpookySkeletons
2060e0e3de Update README.md (#512)
Better Linux experience in README
2023-03-23 00:57:27 +13:00
Natsumi
8eb3893f60 Fix zh_TW formatting 2023-03-21 03:06:04 +13:00
Natsumi
25c01f30a8 chore(npm): update deps 2023-03-21 03:03:42 +13:00
Natsumi
be2f23de15 Small fixes 2023-03-21 03:03:42 +13:00
Natsumi
bb8c3dcfa9 Refactor IPC 2023-03-21 03:03:42 +13:00
flower_elf
18aa24fa60 update localization (#503) 2023-03-21 03:03:06 +13:00
XoFKon
1bb8a9a60f Update Traditional Chinese Translation File (#504)
* Update zh_TW.json

* Update Zh-TW.json to lastest VRCX en.json
2023-03-21 03:02:52 +13:00
める
fade2c4410 Update Readme.md (#505)
* Update README.md

* update readme
2023-03-21 03:02:37 +13:00
galister
43a997cf30 change workflow 2023-03-06 09:54:46 +13:00
Natsumi
471e8ce06b Fix XSOverlay notifications on Linux 2023-03-06 02:22:28 +13:00
Natsumi
be2f2fd986 Bug fix 2023-03-05 01:07:16 +13:00
Natsumi
b085a75cb3 Report user for hacking 2023-03-05 00:50:19 +13:00
Natsumi
cd6856e581 ChangeLog dialog 2023-03-05 00:50:16 +13:00
Natsumi
e029faeffd Reinit VR overlay if it fails to load 2023-03-05 00:50:13 +13:00
Natsumi
8b59e0fab1 Upload screenshot to gallery 2023-02-27 21:04:03 +13:00
flower_elf
a27f3f390e fix:localization update (#497)
* localization update

* fix error

* fix error and finish work
2023-02-27 21:03:35 +13:00
Natsumi
7b824fb3f7 Various fixes and changes 2023-02-21 13:18:59 +13:00
Natsumi
e606a85cf2 Update readme theme link 2023-02-21 13:18:50 +13:00
pypy
6e75abb7c0 fix: localization update 2023-02-20 17:41:12 +09:00
pypy
3631e291a3 fix: update repository url 2023-02-20 17:38:14 +09:00
flower_elf
0c57b01426 feat: Add zh_CN Localization (#488)
* add zh_CN

* build

* prettier?

* Update zh_CN.json

* Update zh_CN.json

* finish work
2023-02-19 10:15:50 +13:00
Natsumi
1e4b427254 Screenshot metadata dialog (#490)
* docs: Add json schema for screenshot metadata

* feat(.NET): Add function to open a file and read screenshot metadata to AppApi

* refactor(.NET): Check initial file dialog directory before set

Paranoia is fun

* refactor(.NET): Stop reading entire png files into memory to check 8 bytes

* refactor(.NET): Handle endianness and keyword encoding correctly for screenshots

* docs: Add xmldocs and some comments to parts of the screenshot helper

* screenshot metadata dialog

* screenshot metadata dialog 1

* fix: file dialog open bool not resetting properly

* screenshot metadata dialog 2

* fix: Stop png parser from dying on bad files

Parser would keep reading past a file's IEND chunk, and it finally found one that had junk data past IEND. It died. This fixes that.

It also encapsulates the Read function in a try/catch so VRCX doesn't crash if it fails due to a corrupted file.

* fix: buggy carousel transition animation

---------

Co-authored-by: Teacup <git@teadev.xyz>
2023-02-19 10:14:29 +13:00
Natsumi
d56e00dd3c v2023.02.18 2023-02-18 04:16:50 +13:00
Natsumi
e3a58666be Create FUNDING.yml 2023-02-18 04:09:54 +13:00
Natsumi
e531a88f3c localization update 2023-02-18 04:05:55 +13:00
Natsumi
44e936c463 linter moment 2023-02-15 02:39:28 +13:00
Natsumi
4cdf2127eb Flash taskbar icon on 2FA prompt 2023-02-15 02:33:45 +13:00
Natsumi
edba9f6468 feat: use JSON for image metadata format 2023-02-15 02:33:43 +13:00
Natsumi
c46c97e51a fix: Add VR overlay scheme 2023-02-15 02:33:40 +13:00
Natsumi
a2ae97805b Merge pull request #483 from GroovyTeacup/screenshots
feat: Add the current world name/id to screenshots captured in-game
2023-02-15 02:33:27 +13:00
Teacup
8d8373aab8 Merge branch 'screenshots' of https://github.com/SwingingTeacup/VRCX into screenshots 2023-02-13 15:20:49 -05:00
Teacup
3931613a90 fix: fix custom css/js not being loaded
For some reason our new URI scheme prevented the file:// scheme from being used script-side. This fixes that. Thanks Natsumi
2023-02-13 15:20:36 -05:00
Teacup
910e8aa402 Merge branch 'vrcx-team:master' into screenshots 2023-02-13 15:09:13 -05:00
Natsumi
d7b9b8aa2c Resend email button 2023-02-13 16:16:50 +13:00
Natsumi
bfc9676885 Display 2FA dialog once 2023-02-13 16:16:47 +13:00
Teacup
dee66acef3 Restore a chinese translation tbl that got replaced by accident. Whoops. 2023-02-11 19:30:30 -05:00
Teacup
e0becbfa62 fix: screenshot helper toggle typo 2023-02-11 18:50:19 -05:00
Teacup
35b2a4a5a2 refactor: Remove screenshot helper option debug logging 2023-02-11 18:42:34 -05:00
Teacup
0f3b8c732a feat: Add options to save the current world name/id to screenshot metadata/filenames 2023-02-11 18:30:53 -05:00
Teacup
8aae8f3b78 fix(.NET): resolve cefsharp not loading uris with special characters
Before this change, the browser would fail to navigate to the local index.html page if the path leading to the file contained any special characters. This resulted in the browser loading into a file view.

This fix adds a custom URI scheme that retains the same base directory that was in use previously and sets the default file to index.html. This resolves the issue with cefsharp not loading uris with special characters.
2023-02-11 16:21:38 -05:00
Natsumi
b5916d0a50 Reverse avatar history 2023-02-12 00:21:00 +13:00
Natsumi
403578ec8e chore(.NET): update Cef 110 2023-02-12 00:20:57 +13:00
Natsumi
a6fef7a03b Copy world name 2023-02-12 00:20:55 +13:00
Natsumi
6b1ff166aa chore(npm): update deps 2023-02-12 00:20:52 +13:00
Natsumi
5484172df8 Fixes 2023-01-31 05:30:46 +13:00
Natsumi
da87bbe7ed Fix 2023-01-24 02:34:45 +13:00