Commit Graph

22 Commits

Author SHA1 Message Date
pizzaboxer
fd290f9ff7
Move activity watcher to separate process (#810)
this was done to:
- ensure robloxplayerbeta launches as an orphaned process
- help alleviate problems with multiple instances
- alleviate problems with the notifyicon causing blocking conflicts on the bootstrapper ui thread
- help reduce functional dependency on the bootstrapper, makes it less monolithic and more maintainable

ive always wanted to do this for a long while, but have always put it off because of how painful it would be

this may genuinely be the most painful refactoring i've ever had to do, but after 2 days, i managed to do it, and it works great!
2024-08-28 22:47:04 +01:00
pizzaboxer
765cccf89e
Refactor arg parser + channel handling
this commit changes way too many things to be stable. be warned of bugs if using this
2024-08-19 15:37:56 +01:00
pizzaboxer
cad7bfb23b
Add flag preset for Chrome UI 2024-06-28 17:34:54 +04:00
bluepilledgreat
30c7b779fd delete old x86 publish file 2024-02-01 21:31:57 +00:00
bluepilledgreat
47e8618dcc add studio to start menu 2023-10-04 22:23:41 +01:00
bluepilledgreat
8f6c95fed8 add studio launch to launch settings 2023-10-04 12:25:48 +01:00
pizzaboxer
258746f5fa
oops forgot this one 2023-07-15 08:36:00 +01:00
pizzaboxer
f3b7bbbbc6
turns out its 2008 and not 2009... 2023-07-15 00:07:36 +01:00
pizzaboxer
778a67dcb9
Add support for the 2023 v4 menu 2023-06-12 11:41:24 +01:00
1011025m
74d15c9bf3 Add Byfron logo 2023-05-13 11:57:16 +08:00
pizzaboxer
f8dd388f88 Finalize v2.1.0 update
extra quality assurance and stuff
2023-03-13 18:22:44 +00:00
pizzaboxer
2b646e2b55 Make logging more consistent
also added more verbosity, added -menu as an alias for -preferences, and added a migration for people using progress dialog
2023-02-16 10:29:40 +00:00
pizzaboxer
eb6b5a7216 Overhaul icon management
was expecting this to be really difficult but then i just winged it and it worked waht the fuck
2023-02-13 13:16:44 +00:00
pizzaboxer
93b082263b Refactor settings management 2023-02-04 17:03:26 +00:00
pizzaboxer
abd56959f2 Fix bug with Bloxstrap not staying open
looks like my dumbass completely forgot why i used application.run to begin with
2023-02-03 21:31:36 +00:00
pizzaboxer
19d3deecf4 Fix bug with app still runnning in background 2023-02-03 18:14:03 +00:00
pizzaboxer
000de99c37 Fix quiet launching
Since this isn't a WinForms app anymore, there's no need to start the bootstrapper dialog as a new application with Application.Run.
2023-01-27 19:12:34 +00:00
pizzaboxer
3f69b1a998 Fix directory structure 2023-01-27 15:26:41 +00:00
pizzaboxer
44183090e0 Initialize stock WPF application 2023-01-27 13:22:02 +00:00
pizzaboxer
246ae947b5 Add new icon 2022-08-26 16:25:03 +01:00
pizzaboxer
462d48fafd Finalize update for v1.2.0
- Features
    - Added three new bootstrapper styles (Vista, Legacy 2009 and Progress Dark Theme)
    - Added ability to disable rich presence activity buttons
    - Added ability to restore old mouse cursor

 - Quality of Life
    - Refactored code for bootstrapper styles
2022-08-16 23:06:08 +01:00
pizzaboxer
32227cfb55 Initial code
Version 1.0.0
2022-08-04 12:01:12 +01:00