-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add studio support #739
Merged
pizzaboxer
merged 46 commits into
bloxstraplabs:version-2.5.3
from
bluepilledgreat:feature/studio
Oct 10, 2023
Merged
Add studio support #739
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
a70ed1a
create studio guid property
bluepilledgreat 2c1c2a3
add studio protocols
bluepilledgreat e70dc6d
fix still installed check
bluepilledgreat bb5b46a
check for studio arg
bluepilledgreat 1fcd050
add studio support
bluepilledgreat 05c643a
forgot to set this
bluepilledgreat c8b6395
fix getinfo cache
bluepilledgreat 8f6c95f
add studio launch to launch settings
bluepilledgreat b9d32fc
add libraries to common packages
bluepilledgreat db33276
add extracontent scripts to studio packages
bluepilledgreat 6306242
add redist to studio packages
bluepilledgreat f407aa6
add faster zip implementation
bluepilledgreat 9b1f4ee
disable activity tracking if studio
bluepilledgreat cc4e5d1
update event name
bluepilledgreat 5292625
add task to uri map
bluepilledgreat 35c1a36
add other uri args
bluepilledgreat c0b972e
log arguments for debug builds
bluepilledgreat f426e6d
fix studio auth handling
bluepilledgreat c5c5ff9
fix studio auth
bluepilledgreat dc65f62
register rbxl and rbxlx extensions
bluepilledgreat 92bcd04
add product format to setstatus
bluepilledgreat 1ae9578
fix roblox running check
bluepilledgreat dce26a1
fix rbxl opening
bluepilledgreat f971be3
disable multi instance launching for studio
bluepilledgreat 63ba260
close studios on uninstall
bluepilledgreat 2040dde
add studio constant and update process checks
bluepilledgreat ba031a6
update byfron dialog player location
bluepilledgreat 9dc836f
make register function cleaner
bluepilledgreat 0b25566
use sharpziplib instead
bluepilledgreat 78d345f
fix RegisterProgramSize
bluepilledgreat 6dafc22
fix version being deleted after install
bluepilledgreat 8f6f687
change player & studio sizes to int
bluepilledgreat ed62491
forgot
bluepilledgreat 47e8618
add studio to start menu
bluepilledgreat 276ea26
make shortcut name use project name
bluepilledgreat ae1051c
add studio to force roblox reinstall
bluepilledgreat c46a4ec
forgot to add studio to get
bluepilledgreat cf963c4
use a function for byfron dialog version text
bluepilledgreat 1dc52d2
add sharpziplib to licenses
bluepilledgreat c206858
make the 3rd argument null
bluepilledgreat fba342b
fix debug build warning
bluepilledgreat 12faf50
fix ide check
bluepilledgreat 50c5cf0
set package directories in constructor
bluepilledgreat e1d2d84
remove version file manifest
bluepilledgreat 4a0df1e
remove protocolstring todo
bluepilledgreat d7f2579
Merge branch 'version-2.5.3' into feature/studio
pizzaboxer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can simply pass Studio
-protocolString
, the same can be said for player by simply providing the launch URI, as player and studio can handle the URI independently!