Commit Graph

1166 Commits

Author SHA1 Message Date
axel
55f5ef48e8
Show account on discord rich presence (#2255)
* add functionality for grabbing userid

* Create UserInfoResponse.cs

* add user pfp small image thingy

* add missing semicolons

* get rid of semicolons

* debugging (remove later)

* make properties nullable

* forgot to put dollar sign before interpolated string

* make properties that cant be nullable not nullable

* more debugging

* remove thing

* remove other thing

* remove thing (again) (again)

* remove thing (again) (again) (again)

* add space between username and displayname to make it more visually pleasing

* matt review changes (better code readability)

* add strings for show account on profile

* add AccountShownOnProfile setting

* add DiscordActivityJoinEnabled to integrations viewmodel

* fix accidentally swapping 2 variables

* refrence correct variables

* refrence correct variables (again)

* add showaccountonprofile strings

* add option to integrations page

* add missing < that somehow got lost

* make that its own option

* dont invert that value

* dont invert that (again)

* Update IntegrationsViewModel.cs

* fix grammatical issue in string

* move else to new line

* fix merge conflicts

* move gameJoinLoadTime check

* matt review changes

* handle if parsing userid fails

---------

Co-authored-by: pizzaboxer <pizzaboxer@pizzaboxer.xyz>
2024-09-28 21:52:12 +01:00
pizzaboxer
0acf1ee24b
Show one-off supporters on supporters info page 2024-09-28 00:26:13 +01:00
pizzaboxer
d8f1e27585
Add exception handler for registry key writing 2024-09-27 23:48:59 +01:00
pizzaboxer
fe04b468b0
Add soft termination for settings window 2024-09-27 23:33:57 +01:00
pizzaboxer
81c6512055
Allow extraction of icons for shortcuts (#1143) 2024-09-27 23:08:57 +01:00
pizzaboxer
96ed47635e
Merge branch 'main' of https://github.com/pizzaboxer/bloxstrap 2024-09-27 23:08:24 +01:00
pizzaboxer
5a0149fca8
Implement WPF software rendering 2024-09-27 22:29:11 +01:00
pizzaboxer
90f358b7a8
Merge pull request #2953 from pizzaboxer/removal/hyperion-warning
Remove Hyperion update warning
2024-09-27 22:17:29 +01:00
pizzaboxer
1d03c216d1
Implement metrics 2024-09-27 22:14:39 +01:00
Matt
c1bfad3ab4
Merge pull request #2988 from pizzaboxer/bugfix/im-a-genius
fix ribbonconfig path
2024-09-27 19:05:01 +01:00
bluepilledgreat
2de686a71a fix ribbonconfig path 2024-09-27 19:04:46 +01:00
Matt
16feeca69d
Merge pull request #2978 from pizzaboxer/bugfix/new-roblox-package
Add RibbonConfig to studio package map
2024-09-26 16:05:07 +01:00
bluepilledgreat
3b51345819 add ribbonconfig to studio package map 2024-09-26 16:01:06 +01:00
bluepilledgreat
5e86f8ce02 remove hyperion update warning 2024-09-22 12:33:30 +01:00
pizzaboxer
ab6e3a02ea
Handle exception in Icon to ImageSource conversion 2024-09-21 20:28:57 +01:00
pizzaboxer
f844a654f6
Add missing credit for lolmanurfunny 2024-09-21 20:20:28 +01:00
pizzaboxer
1f48fa0584
Remove "Playing" from rich presence text (#2921) 2024-09-21 20:15:29 +01:00
pizzaboxer
f8d3c9618e
Merge branch 'main' of https://github.com/pizzaboxer/bloxstrap 2024-09-21 19:30:36 +01:00
pizzaboxer
5977b1b67f
Merge pull request #2945 from pizzaboxer/bugfix/you-forgot-to-use-strings-resx
Add string to translations
2024-09-21 19:26:42 +01:00
pizzaboxer
c6a6ab2dd6
Merge branch 'main' into bugfix/you-forgot-to-use-strings-resx 2024-09-21 19:26:17 +01:00
pizzaboxer
6e0d24e6b4
Merge pull request #2893 from Flikter/custom-integration-autofill
Custom integration name autofill
2024-09-21 19:25:32 +01:00
pizzaboxer
31d90dd6bf
Merge pull request #2939 from pizzaboxer/bugfix/jsonmanager-exception-handling
Add exception handling to JsonManager save
2024-09-21 19:25:14 +01:00
pizzaboxer
e992f074a7
Merge pull request #2943 from pizzaboxer/removal/win32-message-boxes
Remove Win32 message boxes
2024-09-21 19:23:42 +01:00
pizzaboxer
5d8dad903e
Merge pull request #2946 from pizzaboxer/bugfix/fix-indentation
Fix indentation
2024-09-21 19:21:43 +01:00
pizzaboxer
99d2d106fb
Merge pull request #2942 from pizzaboxer/qol/remove-unnecessary
Remove unnecessary stuff from the code
2024-09-21 19:21:20 +01:00
bluepilledgreat
d8b259ace6 fix indentation 2024-09-21 19:17:36 +01:00
bluepilledgreat
ab8034c13b add string to translations 2024-09-21 19:16:38 +01:00
bluepilledgreat
724677be64 remove win32 message boxes 2024-09-21 19:07:43 +01:00
bluepilledgreat
7e8b699adf remove unnecessary directory check 2024-09-21 18:55:43 +01:00
bluepilledgreat
2c3a4b4e5e remove unused value in activity watcher 2024-09-21 18:52:02 +01:00
bluepilledgreat
15904ff51f removed unused variable 2024-09-21 18:51:32 +01:00
bluepilledgreat
3f438e99b1 add exception handling to jsonmanager save 2024-09-21 14:18:14 +01:00
pizzaboxer
0b20720fdb
Reorganize models 2024-09-15 20:58:28 +01:00
pizzaboxer
c58a8ab739
Ensure installation ignores temp path (#2892) 2024-09-15 18:58:00 +01:00
pizzaboxer
6e8faff624
Improve querying of app theme preference 2024-09-15 18:26:42 +01:00
Flikter
1809359025
Update integration name while typing 2024-09-15 01:25:42 +02:00
Flikter
263617e409
Autofill file name 2024-09-15 01:25:14 +02:00
pizzaboxer
83e3c487a9
Persistence of settings window size/position (#2319)
should be good enough imo
2024-09-13 00:28:57 +01:00
pizzaboxer
47cf9e70cb
Auto updater shim for <2.8.0 versions 2024-09-12 22:06:50 +01:00
pizzaboxer
1b60e30a0b
Add easy access to player compatibility settings 2024-09-12 10:53:43 +01:00
pizzaboxer
c5fa2c0bc0
Hide game history if desktop app is disabled 2024-09-12 10:00:19 +01:00
pizzaboxer
717b57ea2a
Improve server location querying and general connectivity handling 2024-09-12 09:52:36 +01:00
pizzaboxer
3f0ab22393
Address "Access to the path is denied" error 2024-09-09 16:18:29 +01:00
pizzaboxer
ff387cfc59
Fix a few remaining things 2024-09-09 12:45:51 +01:00
pizzaboxer
7a0f50bd81
Remove flag preset for graphics quality slider
RIP
2024-09-09 12:45:40 +01:00
pizzaboxer
356155c75b
Fix potential bug in install checker
UB would occur if installer.CheckInstallLocation() failed when attempting to change the install location
2024-09-09 12:09:44 +01:00
pizzaboxer
62064117b6
Consolidate registry handling 2024-09-09 11:41:21 +01:00
pizzaboxer
dd568faf9c
Implement new bootstrapper error handling 2024-09-08 23:59:38 +01:00
pizzaboxer
cd411e33ff
Use state entry for WebView2 runtime prompt 2024-09-08 01:45:00 +01:00
pizzaboxer
2795ccf92e
Bulk restoration of deleted mod files 2024-09-08 01:23:35 +01:00