Commit Graph

1250 Commits

Author SHA1 Message Date
pizzaboxer
7d2e7a0be6
QA builds: user agent, list all languages 2024-10-10 13:38:17 +01:00
pizzaboxer
8966babc40
Add missing launch menu strings 2024-10-09 16:24:00 +01:00
pizzaboxer
af19a353ff
Add QA build identification 2024-10-09 16:20:17 +01:00
pizzaboxer
f467259030
Update bug_report.yaml 2024-10-09 14:38:50 +01:00
pizzaboxer
c4918322fd
Fix installer nav buttons not being translated 2024-10-08 10:02:36 +01:00
pizzaboxer
d297c5a354
Fix label for V2 menu
i can't believe i didn't notice this for so long
2024-10-07 23:06:04 +01:00
pizzaboxer
687c88fc90
State use of wpfui fork in README 2024-10-07 16:41:44 +01:00
dependabot[bot]
75c627d81d
Bump Microsoft.Windows.CsWin32 from 0.3.18-beta to 0.3.106 (#3082)
Bumps [Microsoft.Windows.CsWin32](https://github.com/microsoft/CsWin32) from 0.3.18-beta to 0.3.106.
- [Release notes](https://github.com/microsoft/CsWin32/releases)
- [Commits](https://github.com/microsoft/CsWin32/compare/v0.3.18-beta...v0.3.106)

---
updated-dependencies:
- dependency-name: Microsoft.Windows.CsWin32
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-06 21:53:31 +01:00
pizzaboxer
c03bd70dac
Update all GitHub links 2024-10-06 21:52:54 +01:00
dependabot[bot]
1cf4237771
Bump wpfui from 8860d95 to c4c58c5 (#3081)
Bumps [wpfui](https://github.com/bloxstraplabs/wpfui) from `8860d95` to `c4c58c5`.
- [Commits](8860d95d46...c4c58c5899)

---
updated-dependencies:
- dependency-name: wpfui
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-06 21:20:17 +01:00
pizzaboxer
947033245f
Weed out some potential bugs 2024-10-06 21:12:34 +01:00
pizzaboxer
031b5a859f
get matt off my back 2024-10-06 20:45:04 +01:00
pizzaboxer
cb8f8a78bd
Update README.md 2024-10-06 19:56:42 +01:00
pizzaboxer
c22cb3a587
Publish new logo 2024-10-06 19:38:58 +01:00
pizzaboxer
8748b3c1cb
Rename "Fast Flags" tab to "Engine settings"
also remove debug flags
2024-10-06 18:12:16 +01:00
pizzaboxer
65a7bb1c04
Address new chrome AB test flag 2024-10-06 18:04:44 +01:00
pizzaboxer
2a19b4ab62
Finalize translations 2024-10-04 00:49:08 +01:00
Matt
4f1b4f2737
Add taskbar progress bar (#2757)
* add taskbar progress bar

does not support winform bootstrappers

* add winforms taskbar progress bar

* fix build
2024-10-03 10:24:01 +01:00
pizzaboxer
75f8be2f0f
Finalize installer/analytics handling 2024-10-03 00:15:49 +01:00
pizzaboxer
6cb1ca6170
Finishing touches 2024-10-02 23:50:54 +01:00
pizzaboxer
876480464b
Fix V1 menu 2024-10-02 23:09:40 +01:00
pizzaboxer
89b2ec96d1
Add missing idea credits 2024-10-02 22:43:09 +01:00
pizzaboxer
d09bffeb22
Add analytics datapoints for installs and channels 2024-10-02 22:34:24 +01:00
pizzaboxer
0cd87366a7
Add test mode (#3012) 2024-10-02 18:00:45 +01:00
pizzaboxer
0b15b62e3d
Fix font file validation (#2982) 2024-10-02 12:09:46 +01:00
pizzaboxer
d4d4636e8d
Add report button to exception dialog 2024-10-02 01:25:31 +01:00
pizzaboxer
8ed89bb65e
Improve bootstrapper cancelling (+ error handling) 2024-10-02 01:21:40 +01:00
pizzaboxer
9a21c47ef0
Restyle game history window 2024-10-02 00:16:20 +01:00
pizzaboxer
5b9c035b16
Add option for resetting flag config to defaults 2024-10-01 23:56:32 +01:00
pizzaboxer
ed36e7f2dd
Log environment-obtained paths 2024-10-01 15:14:20 +01:00
pizzaboxer
82869a14e4
Allow opting out of analytics 2024-10-01 14:46:06 +01:00
pizzaboxer
40b03a97b9
Split Behaviour page 2024-10-01 11:46:02 +01:00
pizzaboxer
84da94c3f2
Update HttpClient user agent format
TIL user agents have a specific syntax lol
2024-09-30 10:40:25 +01:00
pizzaboxer
43ab5626ee
Finish up on Axell's work
caching, better presentation, etc
2024-09-29 20:11:04 +01:00
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