[release/3.7] 优化陶瓦联机#4751
Merged
Merged
Conversation
Co-authored-by: Glavo <zjx001202@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive platform compatibility documentation and updates Terracotta (multiplayer) support with improved platform detection and error messaging.
- Adds launcher, game, and Terracotta compatibility tables to documentation files
- Updates Terracotta to version 0.3.13 with new platform support including FreeBSD
- Improves unsupported platform handling with specific error messages instead of generic fatal errors
- Enhances macOS installation process with proper error handling and cleanup
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/PLATFORM.md | Adds detailed compatibility tables for launcher, game, and Terracotta across platforms |
| docs/PLATFORM_zh.md | Chinese (Simplified) translation of platform compatibility documentation |
| docs/PLATFORM_zh_Hant.md | Chinese (Traditional) translation of platform compatibility documentation |
| HMCL/src/main/resources/assets/terracotta.json | Updates Terracotta version to 0.3.13 and adds FreeBSD support with new checksums |
| HMCL/src/main/resources/assets/lang/I18N.properties | Replaces generic OS error with specific unsupported platform messages |
| HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties | Chinese (Simplified) translation of new error messages |
| HMCL/src/main/resources/assets/lang/I18N_zh.properties | Chinese (Traditional) translation of new error messages |
| HMCL/src/main/java/org/jackhuang/hmcl/ui/main/RootPage.java | Adds platform-specific error messages when Terracotta is unsupported |
| HMCL/src/main/java/org/jackhuang/hmcl/terracotta/provider/MacOSProvider.java | Improves installation with osascript path validation, temp file handling, and exit code checking |
| HMCL/src/main/java/org/jackhuang/hmcl/terracotta/TerracottaState.java | Removes OS-specific error type from recoverable check |
| HMCL/src/main/java/org/jackhuang/hmcl/terracotta/TerracottaMetadata.java | Updates minimum Windows version requirement from 8.1 to 10 |
| HMCL/src/main/java/org/jackhuang/hmcl/terracotta/TerracottaManager.java | Refactors initialization to handle unsupported platforms gracefully |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or 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
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.
#4723
#4750
#4735