Commit Graph

413 Commits

Author SHA1 Message Date
Matt
96e4793ef6
Localisation updates (#4949)
* update supported locales

* update latvian translation

* update estonian translation

* update zh-hk translation

* update icelandic translation

* enable more locales

* add new locale to qa

* update translations

* update locale list

* update translator credits
2025-03-28 21:11:22 +00:00
bluepilledgreat
18ca67df27 update name (#4906) 2025-03-25 09:06:36 +00:00
Matt
4dcb72b27f
Add help link to web environments (#4934) 2025-03-25 09:02:44 +00:00
Matt
12bc3ef6e7
Web environments (#4911)
* add web environments

* add comment

* update enum name

* fixes and improvements

* add new enum value

* update enum names
2025-03-20 16:39:02 +00:00
bluepilledgreat
a037c9f867 update localisation 2025-03-16 11:18:23 +00:00
bluepilledgreat
4d50381115 fix string not being localised
Some checks are pending
CI (Debug) / build (push) Waiting to run
CI (Release) / build (push) Waiting to run
CI (Release) / release (push) Blocked by required conditions
CI (Release) / release-test (push) Blocked by required conditions
2025-03-16 02:15:57 +00:00
Matt
d244f42b49
Reintroduce multi-instance launching (#4888) 2025-03-15 17:42:21 +00:00
Matt
f0eb2eb745
use PathValidator for RenameCustomTheme (#4886) 2025-03-15 10:52:10 +00:00
Matt
338ebba191
Localise more custom dialog related strings (#4881)
Some checks are pending
CI (Debug) / build (push) Waiting to run
CI (Release) / build (push) Waiting to run
CI (Release) / release (push) Blocked by required conditions
CI (Release) / release-test (push) Blocked by required conditions
* translate template comments

* localise default custom theme name
2025-03-15 00:17:23 +00:00
bluepilledgreat
cdf129846d update custom theme strings 2025-03-13 20:13:52 +00:00
Matt
ca36306254
Background updates (#4861)
* add background updating

* add RobloxState

* fix potential race condition with RobloxState

* update ForceRobloxReinstallation in menu

* disable AssertReadOnlyDirectory

* add storage space check

* add logging to IsEligibleForBackgroundUpdate

* add a setting to toggle background updates

* fix mutex names being mixed up

* update string

* update strings

* update strings
2025-03-13 16:05:41 +00:00
Matt
9d356b0b71
Custom bootstrapper themes (#4380)
Some checks are pending
CI (Debug) / build (push) Waiting to run
CI (Release) / build (push) Waiting to run
CI (Release) / release (push) Blocked by required conditions
CI (Release) / release-test (push) Blocked by required conditions
* add custom bootstrappers

* add avalonedit to licenses page

* add gif support

* add stretch & stretchdirection to images

* dont create a bitmapimage for gifs

* remove maxheight and maxwidth sets

* remove comment

* add isenabled

* add more textblock properties

* add markdowntextblocks

* update how transform elements are stored

* overhaul textbox content

* dont set fontsize if not set

* fix warnings

* add foreground property to control

* add background property to textblock

* count descendants and increase element cap

* add auto complete

* dont display completion window if there is no data

* sort schema elements and types

* make ! close the completion window

* add end tag auto complete

* fix pos being wrong

* dont treat comments as elements

* add imagebrushes

* follow same conventions as brushes

* fix exception messages

* fix them again

* update schema

* fix crash

* now it works

* wrong attribute name

* add solidcolorbrush

* move converters into a separate file

* add lineargradientbrushes

* unify handlers

* update schema

* add fake BloxstrapCustomBootstrapper

* stop adding an extra end character

* add property element auto-complete

* add title attribute to custombloxstrapbootstrapper

* add shapes

* add string translation support

* use default wpf size instead of 100x100

* update min height of window

* fix verticalalignment not working

* uncap height and width

* add effects

* move transformation handler inside frameworkelement

* fix title bar effect & transformation removal

* add more frameworkelement properties

* add layout transform

* add font properties to control

* improve window border stuff

* make sure file contents are in CRLF

* add cornerradius to progress bar

* add progressring

* Update wpfui

* update schema

* update function names

* add children check to content

* make sure only one content is defined

* add fontfamily

* update schema

* only allow file uris for images

* disable backdrop

* move text setter to textblock handler from base

* split up creator into multiple files

* turn version into a constant

* add grids

* cleanup converters

* add IgnoreTitleBarInset

* add Version to schema

* reveal custom bootstrapper stuff on selection

* increase listbox height

* only set statustext binding in textblock

* update ui

* rename ZIndex to Panel.ZIndex

* add stackpanel

* add border

* fix being unable to apply transforms on grids

* rearrange and add new editor button

* use snackbars for saving

* add close confirmation message

* use viewmodel variable

* remove pointless onpropertychanged call

* add version string format

* start editor window in the centre

* update licenses page

also resized the about window so everything could fit nicely

* fix border not inheriting frameworkelement

* add WindowCornerPreference

* add the import dialog

* add an export theme button

* update version number

* localise CustomDialog exceptions

* localise custom theme editor

* localise custom theme add dialog

* localise frontend

* localise appearance menu page

* change customtheme error strings namespace

* change icons on appearance page

* update button margin on appearance page
2025-03-11 19:18:54 +00:00
Matt
2acd0162fb
Fix font related crashes (#4729)
* don't crash if mod or package extraction fails

* add to strings
2025-03-11 10:14:44 +00:00
bluepilledgreat
632b6d4db4 remove some commented out credits 2024-12-28 16:12:00 +00:00
bluepilledgreat
cbb1f6e516 add malay credits 2024-12-28 16:11:17 +00:00
Matt
5864f5bb10
Update translations (#4090)
* update translations

* add korean

* add swedish and thai

* fix danish language code

* update translations

* update translation credits
2024-12-26 16:47:36 +00:00
bluepilledgreat
59c85da405 remove ko-fi links 2024-12-08 12:10:50 +00:00
bluepilledgreat
5e53561cb9 add pizzaboxer to credits 2024-12-06 14:01:04 +00:00
Matt
b88751d825
fix exported zips being corrupted (#3901) 2024-12-05 13:27:06 +00:00
bluepilledgreat
eb9e1341c7 Merge branch 'main' into feature/improve-studio-support 2024-11-05 21:13:13 +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
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
637af71299
Trim name input in flag editor 2024-10-27 16:58:27 +00: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
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
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
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
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
pizzaboxer
8a21085f59
Update translation contribution credits 2024-10-15 22:28:46 +01: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
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
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
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
7d2e7a0be6
QA builds: user agent, list all languages 2024-10-10 13:38:17 +01:00