Commit Graph

1048 Commits

Author SHA1 Message Date
Matt
fb52bb3e22
Merge pull request #3548 from bloxstraplabs/qol/resource-optimisations
Resource optimisations
2024-12-04 17:40:28 +00:00
bluepilledgreat
7f7b48889a still set FFlagDisableNewIGMinDUA to null 2024-11-29 20:38:15 +00:00
bluepilledgreat
5fa5fb73c4 remove migration code involving removed presets 2024-11-29 15:35:33 +00:00
bluepilledgreat
5294612d03 check if preset exists in getpreset 2024-11-29 15:30:40 +00:00
Marcel
a21d820af1
Spelling mistake fix (#3634) 2024-11-09 19:20:20 +00:00
bluepilledgreat
eb9e1341c7 Merge branch 'main' into feature/improve-studio-support 2024-11-05 21:13:13 +00:00
bluepilledgreat
7364618d8c update empty sound
removed all metadata + reduced quality
reduced from 32kb to 1.5kb
2024-10-30 00:09:23 +00:00
bluepilledgreat
9e2e57cb61 downscale message box icons 2024-10-30 00:03:58 +00:00
bluepilledgreat
a6016ebf09 downscale myself 2024-10-29 23:57:32 +00:00
pizzaboxer
749a8d6f3a
Add package entry for platform-dictionaries
on my life this is the *LAST* time we are doing this - i didn't get time to implement a remote config package map system
2024-10-29 22:07:23 +00:00
Matt
2c70430dfa
improve the flag editor warning viewmodel (#3532)
* improve the flag editor warning viewmodel

- no longer creates a new viewmodel every page reload
- fixes an oversight

* stop countdown on unload

* move the viewmodel to a variable

makes everything look cleaner

* remove initialload check
2024-10-29 21:55:34 +00:00
pizzaboxer
bd506ae545
Improve handling of bootstrapper connection errors 2024-10-29 21:54:35 +00:00
pizzaboxer
fa7ebf4f9d
Add easy exporting of diagnostic data 2024-10-28 00:35:37 +00:00
pizzaboxer
cac081eeb8
Add analytic logging of exceptions 2024-10-27 20:05:23 +00:00
pizzaboxer
59bcf6fd27
Fix edge case regarding package restoration
Exception is thrown if the Downloads folder does not exist when trying to restore the original version of a modded file

Addresses #3308
2024-10-27 17:15:41 +00:00
pizzaboxer
637af71299
Trim name input in flag editor 2024-10-27 16:58:27 +00:00
pizzaboxer
705cf07850
Update description for supporters page 2024-10-27 16:56:50 +00:00
pizzaboxer
72f1d70342
Fix log file access through activity watcher icon
wasn't showing due to the changes made to how the activity watcher works
2024-10-27 16:52:54 +00:00
pizzaboxer
aab9e153d1
Add support for running RobloxPlayerBeta as Admin
for some reason, i'm unable to delete the appcompatflags entry programatically in the uninstall process? weird
2024-10-26 23:51:40 +01:00
pizzaboxer
643a1f0db2
Merge branch 'main' of https://github.com/bloxstraplabs/bloxstrap 2024-10-26 23:51:31 +01:00
pizzaboxer
b3a1b1c55e
Dynamically resize supporter grid columns
+ fix bootstrapper bug from yesterday
2024-10-26 23:03:47 +01:00
Matt
ce6ab31c32
add length check to github issue url (#3485) 2024-10-26 20:38:11 +01:00
pizzaboxer
6a93624040
Improve Roblox upgrade reliability
Addresses #3408
2024-10-25 23:44:12 +01:00
pizzaboxer
c7ab37edf1
Add diagnostic log for version comparison 2024-10-25 21:47:59 +01:00
pizzaboxer
5bdac105c2
Add option to use classic Bloxstrap logo
for those afraid of change
2024-10-25 21:19:40 +01:00
pizzaboxer
a121e14f94
Make player launch error dialog less annoying
additionally added clarification about the "don't exit to desktop app" option breaking the ability to accept player invites
2024-10-25 21:06:16 +01:00
pizzaboxer
4bb623c64e
Add debounce for installer navigation buttons 2024-10-25 20:43:00 +01:00
pizzaboxer
4c29b1b6e6
Followup to 21396fb3
my bad
2024-10-25 00:04:28 +01:00
pizzaboxer
21396fb39e
Temporarily disable escape menu version preset
Will be readded a later time when it is convenient to do so
2024-10-24 23:49:23 +01:00
pizzaboxer
7e51852c0b
Fix emoji mod preset erroring on file existence
Addresses #3352
2024-10-24 23:44:15 +01:00
pizzaboxer
f822c36b92
Remove stat points for package download states 2024-10-24 23:39:52 +01:00
pizzaboxer
6dc8e286ce
Improve Roblox launch detection 2024-10-24 23:34:51 +01:00
pizzaboxer
d9a84f4cf9
Bump version 2024-10-24 23:20:04 +01:00
pizzaboxer
a34c73a1b0
Infer Roblox launch URIs in launch flag parser
Should fix problems with Firefox's launch handling

Addresses #3186
2024-10-24 23:19:17 +01:00
pizzaboxer
f1c320dc8f
Define tab indexes for launch dialog 2024-10-24 23:09:25 +01:00
pizzaboxer
2f3f52b1cc
Re-add missing flag things
i still have NO idea how this happened, please don't ask me :(
2024-10-24 20:49:06 +01:00
Matt
4998fcd72d
fix bloxstrap never closing if another menu is open (#3453) 2024-10-24 20:23:58 +01:00
BizzarBlitz
60beb1100f
Update Strings.resx (#3350)
Fast Flags tab -> Engine Settings tag
2024-10-20 21:39:04 +01:00
Matt
6a2799ec8a
update minimum window size (#3264) 2024-10-17 17:43:16 +01:00
Matt
8c5a004732
Enhance the error experience (#3259)
* set taskbar state to error upon failing

* add version text to the exception dialog

* vertically align version text
2024-10-17 15:34:03 +01:00
Matt
f19cc05ffb
fix connectivity check cancellation (#3184) 2024-10-16 23:03:41 +01:00
Matt
d4d41bdd4f
add in logging to HandleConnectionError (#3185) 2024-10-16 23:03:25 +01:00
bluepilledgreat
14c5ca53ea forgot to add launch menu studio visibility 2024-10-16 21:34:02 +01:00
bluepilledgreat
acc8b67c87 add App.IsStudioVisible 2024-10-16 21:32:11 +01:00
bluepilledgreat
dd7d870b90 add studio shortcut option 2024-10-16 21:30:10 +01:00
bluepilledgreat
72e2810a2d add roblox studio option to launch dialog 2024-10-16 21:20:14 +01:00
bluepilledgreat
0ffaec74ea add studio command line parsing 2024-10-16 21:07:24 +01:00
pizzaboxer
42ffec26cf
Update translations one last time 2024-10-16 10:40:40 +01:00
pizzaboxer
b41142a141
Publish translation updates 2024-10-16 01:48:03 +01:00
pizzaboxer
bd12d605a3
whoops didn't mean to push that 2024-10-16 01:17:34 +01:00
pizzaboxer
406bb7a54a
Last-minute legacy auto update shims 2024-10-16 00:28:54 +01:00
pizzaboxer
8a21085f59
Update translation contribution credits 2024-10-15 22:28:46 +01:00
reggie
f458c26afb
Matt OCD fix (remove redist.zip from Studio extract roots) 2024-10-15 14:16:24 -05:00
reggie
1f1d8257ec
Add redist.zip to common extract roots 2024-10-15 14:09:07 -05:00
pizzaboxer
2f2163a888
Patch installer nav button width for Bulgarian 2024-10-15 15:17:22 +01:00
pizzaboxer
e704a6c270
Fix PlaceFilter validation 2024-10-14 23:49:26 +01:00
pizzaboxer
9fd48762ae
Update help information for shortcut icons
i also forgot to uncomment that line
2024-10-14 23:35:37 +01:00
pizzaboxer
8b781c176d
Merge branch 'main' of https://github.com/bloxstraplabs/bloxstrap 2024-10-13 20:26:24 +01:00
nexpid
2bc46cb3d0
fix: include unfinished locales in QA builds (#3130)
* fix: uncomment czechia from Locale.cs

* Update Locale.cs
2024-10-12 21:51:25 +01:00
pizzaboxer
ff17343279
Fix display name for Malay 2024-10-12 19:30:55 +01:00
pizzaboxer
30c6e2db1b
Update translations w/ additional context 2024-10-12 19:01:58 +01:00
pizzaboxer
ba0b5e85be
Fix some bugs 2024-10-12 18:21:14 +01:00
pizzaboxer
aac6ec3d4c
Improve watcher/failed launch handling
Bloxstrap now attempts to identify the log file *when* Roblox launches, then passes it to the watcher
It does this so that it can determine if Roblox fails to launch
2024-10-12 17:37:25 +01:00
pizzaboxer
6ec17a8f49
Fix teleport identification in activity tracker 2024-10-11 19:09:56 +01:00
pizzaboxer
ce82c3faa7
Fix handling of RBX deployment interfacing 2024-10-11 18:28:08 +01:00
pizzaboxer
5c117423d0
Localize name of icons folder 2024-10-10 23:56:34 +01:00
pizzaboxer
d9c9a4cc28
Don't fail if start event is not signalled 2024-10-10 23:52:16 +01:00
pizzaboxer
d10b4fdfd0
Important feature 2024-10-10 23:41:20 +01:00
pizzaboxer
43921a6ddf
Patch text size for Turkish strings 2024-10-10 21:53:21 +01:00
pizzaboxer
890e4ea4f2
Localize game history timestamp 2024-10-10 21:43:58 +01:00
pizzaboxer
71d41b40a8
Fix bootstrapper cancelling that I broke earlier 2024-10-10 21:06:08 +01:00
pizzaboxer
173f1921a6
Fix settings singleton 2024-10-10 20:57:35 +01:00
pizzaboxer
35cb3b6024
Narrow installer sidebar and centred launch links 2024-10-10 20:42:09 +01:00
pizzaboxer
67492c8322
Fix uncovered text wrapping 2024-10-10 20:06:44 +01:00
pizzaboxer
d72f835ad1
Fix uninstallation not cleaning up properly 2024-10-10 20:01:51 +01:00
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
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
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
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
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