Commit Graph

2029 Commits

Author SHA1 Message Date
Natsumi
c50a69c30f Rename hiddenFriendRequest to ignoredFriendRequest 2024-11-16 14:10:48 +13:00
Natsumi
f56f1b8a83 Add support for prints 2024-11-16 14:08:22 +13:00
Natsumi
f3a81ba702 New Instance and Self Invite 2024-11-15 14:06:28 +13:00
Natsumi
5540acce2d Group edit mode visibility dropdown 2024-11-15 14:06:23 +13:00
Natsumi
cb3078e73b Woah, another user state bug 2024-11-15 14:06:19 +13:00
Natsumi
e903b27c27 User dialog group edit mode 2024-11-12 11:41:59 +13:00
Natsumi
435a2e3d3d Highlight the differences of the updated bio text in Feed 1 2024-11-12 11:41:55 +13:00
ColorlessColor
c052a28aa6 Fixed window will never show up again if the window is closed when minimized (#977)
* `Show()` must be called before changing `WindowState`, otherwise the internal state of the window will be messed up.

If you don't do this, when the window is closed when minimized, even if you click the tray menu icon, it will never show up.

* Remember window state before minimized. If window was maximized before minimized, it should be restore to maximized when `Focus_Window` called.
2024-11-12 11:41:26 +13:00
EbonCorvin
0b3a7670f1 Highlight the differences of the updated bio text in Feed (#972)
Co-authored-by: EbonCorvin <{ID}+{username}@users.noreply.github.com>
2024-11-12 11:41:22 +13:00
Assault1892
cd9729ef38 Update JP Translation (#964)
* maybe

* Impostorの表記揺れを修正
「インポスター」に統一

* Privateの表記揺れを修正
Private→プライベートに統一
もしかしたらUIが一部ズレるかも、その場合は「プラベ」に短縮か?

* テーマ名を翻訳
Dark Vanilla, Dark Vanilla (old)
もしかしたら戻すかも

* Memo Nicknamesを翻訳
UI崩れるかも

* ノート/メモ系を翻訳
2024-11-12 11:41:14 +13:00
Natsumi
683ffd1fc2 ok maybe not 2024-11-11 08:30:01 +13:00
Natsumi
c853a2346f Another update to friend state handling 2024-11-10 22:06:07 +13:00
Natsumi
0c1ba1f162 Continue on group moderation error 2024-11-10 22:06:02 +13:00
Natsumi
a47c5f8f7a DisableGpuAcceleration option 2024-11-08 00:02:46 +13:00
Natsumi
10dae1707e Bulk copy favorites 2024-11-08 00:02:41 +13:00
Natsumi
066b031f66 User dialog group sorting, fixes 2024-11-07 19:16:19 +13:00
Natsumi
65c8ad4161 Refresh local avatars/worlds button 2024-11-05 23:25:12 +13:00
Natsumi
7f08dc0350 pending offline rework 2024-11-05 23:25:08 +13:00
Natsumi
e69787e989 friendLog full date 2024-11-05 23:25:05 +13:00
Natsumi
a7c5a59689 Fix empty GPS while friend is coming online 2024-11-02 16:14:26 +13:00
Natsumi
e3fa956be5 Fix friends list sorting 2024-11-01 14:58:53 +13:00
Natsumi
418c1f2aa4 Change current instance to use userId instead of displayName
Retroactively fix existing database entries
2024-11-01 14:58:48 +13:00
Natsumi
05a5b0807b Change startup friends load, fix primary password 2024-11-01 02:07:16 +13:00
Natsumi
97385d4769 Fixes 2024-10-31 13:54:30 +13:00
Natsumi
0870805222 Cef 130.1.90 2024-10-31 13:54:26 +13:00
Natsumi
43873b04cb Fix $utils 2024-10-30 20:40:43 +13:00
Natsumi
27f0006810 Fix removing local favorited avatars from cache 2024-10-30 20:40:39 +13:00
Natsumi
fd42c0a372 Refactor 1 2024-10-30 15:53:48 +13:00
Natsumi
6b7ea9de01 Chrome cache size 2024-10-30 15:52:42 +13:00
Natsumi
5cbb6bc61d Adjustments to handling of friend state
the endless battle
2024-10-30 15:52:38 +13:00
Natsumi
01a35fa007 Move where wal is set 2024-10-30 15:52:35 +13:00
Natsumi
64947e57cb Remove VRCX Auto Install
Most people get hit with a UAC prompt that will either lock them out of their overlay or timeout leaving VRCX closed.
2024-10-30 15:52:31 +13:00
BenjaminZehowlt
8f10ca6386 Set handles to null on OVR Shutdown 2024-10-28 19:36:41 +13:00
BenjaminZehowlt
e8d278753d Respect if overlay is toggled 2024-10-28 19:36:37 +13:00
Natsumi
c4d958b8ba Fixes 2024-10-28 19:36:34 +13:00
Ethan Cordray
9496d2fe38 Request High Performance GPU (#959) 2024-10-28 19:35:56 +13:00
Natsumi
65ccf70fec Fix removing avatar from database when deleting favorite group 2024-10-26 11:00:04 +13:00
Natsumi
0ed4f6832f v2024.10.25 2024-10-26 11:00:04 +13:00
Natsumi
f94c714306 handle traveling:traveling 2024-10-26 11:00:04 +13:00
Regalia
49b6afcbb9 Remove libglesv2 WINEDLLOVERRIDES (#958)
Apparently very much doesn't like the new GPU renderer (I thought it was for the overlay only?)
2024-10-26 10:59:10 +13:00
Natsumi
12ed7faa1a handling of offline:offline 2024-10-24 23:58:15 +13:00
Natsumi
49742f146c Fix desktop notification when set to inside/outside VR 2024-10-24 23:58:09 +13:00
Natsumi
1eefbb4fc4 Actually fix Application Quit detection and parsing of user id 2024-10-24 23:58:06 +13:00
Usman Shafiq
f244639fbc Fix Application Quit detection (#953) 2024-10-24 23:57:56 +13:00
Usman Shafiq
66f8e9252d Fix parsing of user id (#952) 2024-10-24 23:57:48 +13:00
Natsumi
766ef240c9 Linter 2024-10-22 11:06:06 +13:00
Natsumi
c03f453fda n_users -> userCount 2024-10-22 11:05:07 +13:00
Natsumi
b5f4f0a30a Lower amount of user requests on state changes
remove pending offline option
2024-10-22 11:05:02 +13:00
Natsumi
be52f3b885 Fetch user from gameLog join 2024-10-22 11:04:58 +13:00
Natsumi
7a213761f6 Delete world persistent data button 2024-10-22 11:04:48 +13:00