pizzaboxer
517546087c
Remove install location changing post installation
2023-08-23 12:43:10 +01:00
pizzaboxer
cf09956258
Add more restrictions on install path selection
2023-08-23 11:27:45 +01:00
pizzaboxer
1f86996d7d
Skip mod check if Roblox is running
2023-08-23 11:12:48 +01:00
pizzaboxer
85c19a5e0d
Fix single-letter game names Again
2023-08-23 10:43:07 +01:00
pizzaboxer
ee8f583bae
Gatekeep channel selection
...
👍
2023-08-23 10:35:10 +01:00
pizzaboxer
1e8a4359d7
Fix selected menu version not applying ( #528 )
2023-08-23 10:27:30 +01:00
pizzaboxer
47dcec060b
Revert to LIVE if there's no Windows build ( #526 )
2023-08-23 10:10:33 +01:00
pizzaboxer
541a8bdc73
Fix clipboard copying ( #522 )
2023-08-23 09:57:11 +01:00
pizzaboxer
30b06947d1
Merge pull request #558 from apprehensions/main
...
Fix Typos
2023-08-19 12:40:56 +01:00
sewn
473cb5c70c
Fix Typos
2023-08-19 13:21:52 +03:00
pizzaboxer
f7592f3df8
Winget is BACK
2023-08-09 10:52:42 +01:00
pizzaboxer
e5bd4f3678
Fix bug with duplicate launch checking
2023-08-06 14:44:12 +01:00
pizzaboxer
f617700457
Unwrap inner exceptions when showing exception
2023-08-06 14:32:58 +01:00
pizzaboxer
53ccac4b37
(Attempt to) fix duplicate exception dialogs
2023-08-06 14:24:17 +01:00
pizzaboxer
b6de3645b7
Catch exceptions when deleting files/folders
2023-08-06 14:21:27 +01:00
pizzaboxer
b22d72a1b8
Allow for rich presence to be set on game join
...
better title: Allow for rich presence to be set through BloxstrapRPC on immediate game join
2023-08-05 01:03:33 +01:00
pizzaboxer
871bf2f9b1
Prompt to validate install location correction
2023-08-05 00:22:29 +01:00
pizzaboxer
292d07cdec
Set channel as production by default ( #509 )
2023-08-04 22:14:26 +01:00
pizzaboxer
e2041d5631
Fix typo in server location notification
2023-08-04 17:36:43 +01:00
pizzaboxer
81cdede240
Remove FastFlag preset for setting MSAA
2023-08-04 17:36:14 +01:00
pizzaboxer
db92b80e4c
Merge branch 'bugfix-490' into version-2.5.1
2023-08-02 17:10:47 +01:00
pizzaboxer
dd06d9c3d1
Bump to 2.5.1
2023-08-02 16:51:17 +01:00
pizzaboxer
ba57d584f0
Remove redundant connectivity check
...
keep the single connectivity check for testing if the roblox website can be contacted
2023-08-02 14:59:29 +01:00
pizzaboxer
d43aee3903
Remove Winget installation instructions (for now)
...
waiting for the packages to go through, don't want people downloading an out-of-date version
2023-08-02 10:41:19 +01:00
pizzaboxer
173494641a
Show all inner exceptions for connectivity dialog
...
maybe using a viewmodel isnt a bad idea after all...
2023-08-02 10:37:27 +01:00
pizzaboxer
b1d0e11121
Merge pull request #491 from sitiom/patch-1
...
Change Winget Releaser job to `ubuntu-latest`
2023-08-02 10:19:09 +01:00
sitiom
e6942ca71f
Change Winget Releaser job to ubuntu-latest
2023-08-02 09:29:32 +08:00
pizzaboxer
6618d989cc
Update README.md
...
tone down the happiness a lil bit
2023-08-01 23:17:47 +01:00
pizzaboxer
dca6fc46bb
Merge pull request #488 from pizzaboxer/version-2.4.1
...
Version 2.5.0
2023-08-01 21:22:35 +01:00
pizzaboxer
c0d173e87a
Minor changes to how rich presence setting works
2023-08-01 20:24:56 +01:00
pizzaboxer
04dda07620
Set default FPS limit as main display refresh rate
...
https: //cdn.discordapp.com/attachments/377894067712950275/1136002569660014653/image.png
Co-Authored-By: $wag Messiah <135360571+sahelantrophus@users.noreply.github.com>
2023-08-01 19:29:10 +01:00
pizzaboxer
48afdd7036
Use CsWin32 in favor of NativeMethods
...
i was planning to use pinvoke but turns out it was deprecated just 6 days ago lol
2023-08-01 19:09:52 +01:00
pizzaboxer
bf53b0642e
Improvements to web URL opening
2023-08-01 17:33:51 +01:00
pizzaboxer
f00de2bc2e
Make dialogs for connection errors more friendly
2023-08-01 14:16:11 +01:00
pizzaboxer
bca6e3d21b
Cleanup Roblox folder on uninstallation
2023-07-31 12:59:35 +01:00
pizzaboxer
767783ae22
Add verbosity for HTTP response exceptions
2023-07-31 11:57:45 +01:00
pizzaboxer
dae1dfd824
Ratelimit BloxstrapRPC requests
2023-07-31 11:06:12 +01:00
pizzaboxer
348154fded
Allow for rich presence fields to be reset
2023-07-31 10:42:13 +01:00
pizzaboxer
1073357569
Add extra read-only checks
2023-07-30 23:35:43 +01:00
pizzaboxer
894587554c
Sanity check install location/drive ( #474 )
...
moved to its own class for better flow control
2023-07-30 23:11:57 +01:00
pizzaboxer
ba45bf46b4
whoops shouldnt have hardcoded that
2023-07-29 23:39:04 +01:00
pizzaboxer
266cce763b
Bump to v2.5.0
...
bamboozled
2023-07-29 23:32:18 +01:00
pizzaboxer
92aaa86d4f
Add option to force MSAA samples ( #448 )
2023-07-29 23:29:53 +01:00
pizzaboxer
bfe32ab679
Add connectivity check on startup
2023-07-29 21:29:17 +01:00
pizzaboxer
3a826519fe
Miscellaneous HTTP/task improvements
2023-07-29 20:35:36 +01:00
pizzaboxer
cb19366db9
Fall back to clientsettings if CDN doesn't work
2023-07-29 12:48:23 +01:00
pizzaboxer
0da000a7b6
Add rendering mode notice for VR
2023-07-29 12:40:08 +01:00
pizzaboxer
667e020431
Make installing Roblox (hopefully?) more reliable
...
uhhhh, i dont know if this will work? who knows, it should though
basically just attempts to restart interrupted downloads from stuff like decryption errors and eof marks, whatever
also fixes package extraction errors not being handled properly
2023-07-28 23:43:48 +01:00
pizzaboxer
d6e0df8cb7
Circumvent ISPs blocking githubusercontent
2023-07-28 21:36:34 +01:00
pizzaboxer
c8c49a2921
Revamp Bloxstrap game messaging, now BloxstrapRPC
...
support for nested and dynamically-typed json fields, and games now have greater liberty over how the rich presence can be configured
2023-07-28 21:02:54 +01:00