-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Promote code for testing #221
Merged
Merged
Conversation
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
plsdontbreakplsdontbreakplsdontbreakplsdontbreakplsdontbreak
* Fix full package detection Attempt to fix full package detection that returned 0 even if the file was fully downloaded * Fix typo English shenanigans
* Pre-load check Attempt to identify if either full zip or slices preload are available * Pre-load fix pt2 Why in the world was I calling the whole start download function while I could just run the get package list?
Using my domain for now due to the emergency of the situation
- Reduced overhead while fetching launcher's sprites by using local ``FallbackCDNUtil``'s HTTP Client method. - Using direct JSON deserialization from ``FallbackCDNUtil``'s ``DownloadAsJSONType<T>()`` for fetching launcher's API - Improving Color Palette generation by using the latest ``ColorThief`` changes. - Moving unrelated methods from ``BackgroundManagement`` to ``RegionManagement`` - Back to previous method while downloading game packages where merging the chunk is required before verification and extraction - Removed overused ``GC.Collect()`` - Minor UI Changes, including: - Adding an ability to go back to the previous page - Making title icon clickable for "Back to Homepage" button (Issue: #131) - Adding an ability to disable acrylic effect (Issue: #190) - Adding failsafe if the user choose invalid folders to be used as "App Folder" for the launcher on the first set-up. - Fixed the rare state where the foreground image is shown outside of the home page.
Elysian Realm Build Guide
Also fixes some warnings in the code
oh ma gawd
why... Co-authored-by: Kemal Setya Adhi <dev.kemalsetyaa@gmail.com> Co-authored-by: Iskandar Montano <muscularcandy67@gmail.com>
using email from @neon-nyan profile
- Move around some parts to make settings page a little bit more compact - Hide some settings that depends on other - [New] Add toggle to include Game logs inside Collapse Logs - [New] Add contributors list button
- Localize `Region:` string - [New] Add Collapse version and branch string to SmallText
In search of incredi- I mean bug in which RegistryMonitor randomly forces updates on HomePage
- Disable debug artifact upload - Fix artifact not uploading when selecting other SDK version - Add branch name to artifact file name
Button located in Quick Settings panel
* Fix not compiling on Debug Logger issue * Fix GetVersion logic * Try to fix size detection in preload check * Actually fixes preload check
Code Changes from neon-changes Branch
* First attempt to fix main Removed duplicate #GameState region * Second attempt to fix main * Third and hopefully final commit to fix main Too many commits merged * Fix preload slices being detected as unused assets
WinAppSDK NuGet update to 1.3.230724000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
From 03e358a to f2f2044