Commit Graph

77 Commits

Author SHA1 Message Date
Natsumi
b2942e5981 World memos 2023-06-25 02:32:57 +12:00
Natsumi
62e350cc91 Emoji manager 2023-06-25 02:32:53 +12:00
Natsumi
6cda4eae3e Avatar scaling tag and toggle option 2023-06-23 21:21:52 +12:00
Natsumi
2ed0ed7d62 Instance info tooltip and random fixes 2023-06-23 21:21:26 +12:00
flower_elf
e024de6d0b Update zh_CN localization and README.md (#580)
* translate README.md

* Update README.zh_CN.md

* Update README.zh_CN.md

* Update localization

* fix: improve translation

* improve translation again

oh

* Just small modify
2023-06-23 21:21:10 +12:00
あさると
a030d856ce update jp translation (#563)
* update jp translation

* feat: 📝 update jp translation

* fix: 📝 fixed translation omission

* fix: 📝 fixed translation omission 2

* fix: 📝 translate omission 3

* feat: 📝 update

* docs: 📝 update to latest commit
2023-06-15 01:06:44 +12:00
XoFKon
1ee15989b9 Update zh_TW.json (#561) 2023-06-15 01:06:33 +12:00
Natsumi
f418b208f3 Bulk unfavorite mode 2023-06-14 07:42:55 +12:00
Natsumi
c19a7101a6 Build user created themes into app 2023-06-09 02:20:07 +12:00
Natsumi
f674b61b73 New instance for groups, small changes 2023-06-07 01:05:06 +12:00
Natsumi
e0bde3be98 Tabbed side panel 2023-06-04 11:07:45 +12:00
Natsumi
fc4d94c279 Group instances 2023-06-03 07:25:07 +12:00
Natsumi
2fbc880c87 Group search 2023-06-01 10:37:43 +12:00
Natsumi
c409a8189c Groups plus 2023-06-01 10:37:40 +12:00
Natsumi
47ddea756f Change VRCX default settings 2023-06-01 10:37:34 +12:00
flower_elf
b06cba0669 Update localization (#552)
* Update localization

* Update zh_CN.json

* Update zh_CN.json
2023-06-01 10:34:43 +12:00
Natsumi
fcfa1d06f1 Add tooltips 2023-05-28 11:01:29 +12:00
Natsumi
7d7a71b74e GroupAccessType 2023-05-23 19:56:04 +12:00
Natsumi
33a19efe33 Lint 2023-05-18 10:59:58 +12:00
Kamiya
b4f9210077 Update zh_TW.json (#546) 2023-05-18 10:57:45 +12:00
Hactazia
d0030d8b31 Adding French language (#547) 2023-05-18 10:57:38 +12:00
あさると
19b03454fa update jp translation (#549) 2023-05-18 10:57:30 +12:00
Natsumi
5ef68eb2be Lint 2023-05-13 22:28:53 +12:00
あさると
9e141d8a4d update translation PR 536 (#539) 2023-05-13 22:28:11 +12:00
XoFKon
42b9c51801 Update zh_TW.json (#543) 2023-05-13 22:28:06 +12:00
Teacup
24f1a57c5d Add applauncher settings, refactor some pug code (#544)
* fix(.NET): Stop CheckGameRunning from force checking processes

I'm not really sure what I was thinking when I did that the way I did; They are not supposed to force check if they're closed after the first time...That's what the monitor is for.

* feat(.NET): Add optional child process culling, clean up applauncher

Add an AppApi method to set applauncher settings Enabled/KillChildrenOnExit

Refactor repeated applauncher event code, move into methods

* refactor: Move the pug code for every tab into its own file

* refactor: Add PoC mixins to settings.pug ^& add comments for navigation

Some proof of concept replacements of the categories, switches and a radio group in the General settings seection.
Also added comments for each header-separated section for marginally better navigation of the file.

* refactor: Move the login page to its own file

* fix(.NET): Correct wrong variable being set in SetAppLauncherSettings

* fix(.NET): Remove redundant/exception causing process refresh in monitor

* refactor(.NET): Allow launcher to be disabled; Disabled by default.

* refactor: Change screenshot helper default to true

* feat: Expose new app launcher settings, add new settings category

Translation keys added/removed:
+ view.settings.advanced.advanced.app_launcher.header
+ view.settings.advanced.advanced.app_launcher.folder_tooltip
+ view.settings.advanced.advanced.app_launcher.enable
+ view.settings.advanced.advanced.app_launcher.auto_close
- view.settings.advanced.advanced.auto_launch
- view.settings.advanced.advanced.auto_launch_tooltip

* Add GPU Fix and Udon Exception Logging options, unload favorites tab when not in use

* Fix GPUFix typo

* Fix GPUFix typo 1

* Add logging for AVPro streams without usharp videoplayer

* Lint

---------

Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2023-05-13 22:26:29 +12:00
Natsumi
b538d614e3 Linter bracket spacing 1 2023-05-10 17:11:14 +12:00
Natsumi
bb31ce5736 feat: Add an automatic app launcher (#541)
* refactor: Change OpenImageFolder to use a winapi call

It will open the given file in any existing explorer instances instead of opening a new shell every time, handle longer paths, and work with third-party filesystem viewers with winapi hooks(well, this one).

* feat: Add an automatic app launcher

The launcer will automatically launch apps in the 'startup' folder under the VRCX appdata folder when VRChat has started, and close them when VRChat dies(or is closed).

* refactor: Add new class for monitoring VRC processes

This replaces the old AppApi functionality that would poll all processes twice to grab the status of both VRChat and vrserver.exe every... *checks app.js* 500ms.

It also raises events for when a monitored process is started/closed, mainly for the new AppLauncher feature, which is now using this class instead of monitoring vrchat itself.

* refactor: Add tooltip for launch folder button

* docs: Add some notes on potential issues with Process.HasExited

* Change CheckGameRunning from polling to events

---------

Co-authored-by: Teacup <git@teadev.xyz>
2023-05-10 16:57:25 +12:00
Natsumi
4387719907 feat: Copy/open image, open last image 2023-05-08 14:53:47 +12:00
あさると
2a23e97cb6 fix translation & add japanese link (readme.md) (#534)
* add jp link and linted

* some fix

* fix 2

* fix mis-translation

* fix 2

* fix 3

* fix 4

* update translation
2023-05-08 14:51:25 +12:00
Natsumi
3f2ad3ff62 Group member sorting and filtering 2023-05-05 21:06:31 +12:00
Natsumi
f9bfeb67e4 Linter 2023-04-27 13:53:19 +12:00
あさると
1bc28e2443 Add japanese localization (#522)
* 1

* update ja.json

* translate to side_panel

* translate to notifications

* translate to Discord RPC

* translate to sqlite_table_size

* update when_to_play

* translate to user

* translate to world actions

* translate to world info

* translate to avatar actions

* translate to group tags

* translate to world_import and several changes

* clear, 削除→消去

* 書き出す→エクスポート

* translate to friend_import

* finally

* add readme.jp

* translate to screenshots

* translate to launch parameter

* translate to repair db

* fix

* translate to how to build

* fix

* fix translation

* change screenshots (en to ja

* some fix

* update translation

* update translation
2023-04-27 13:23:10 +12:00
Natsumi
47e1047220 Fix random memos being nuked when opening user dialog 2023-04-22 06:56:30 +12:00
Natsumi
e1d3a1d412 Instance full indicator 2023-04-22 01:06:54 +12:00
Natsumi
f6b68c33f5 Trim direct access input 2023-04-11 02:52:56 +12:00
Natsumi
8baa43a57e Linter moment 2023-04-04 17:29:35 +12:00
Natsumi
4112eafe68 Fixes, option to delete gameLog entries 2023-04-04 17:23:53 +12:00
flower_elf
1417a5b952 Update localization (#516) 2023-04-04 17:23:42 +12: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
Natsumi
8eb3893f60 Fix zh_TW formatting 2023-03-21 03:06:04 +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
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
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
pypy
6e75abb7c0 fix: localization update 2023-02-20 17:41:12 +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