Add ZKB float window, Chinese ship type names, and language persistence#209
Open
yuruichang wants to merge 2 commits into
Open
Add ZKB float window, Chinese ship type names, and language persistence#209yuruichang wants to merge 2 commits into
yuruichang wants to merge 2 commits into
Conversation
- Add ZKBMonitor floating window showing real-time zkillboard kills with configurable opacity, max kills, and region filtering - Fetch and cache Chinese ship type names from ESI, display when UI language is zh-CN - Persist language selection across restarts by applying it before UI initialization - Add ZKB float window preferences to the Preferences dialog (both en-US and zh-CN) - Add ShipTypeDisplay property to ZKB data model for language-aware ship type display - Add build-release.ps1 script for creating single-file releases
- Add ShipTypesCN.dat with 677 pre-fetched zh-CN ship type names - Load Chinese ship names from built-in data directory first, then merge user cache - Removes the need for users to fetch Chinese names from ESI at runtime - Add ShipTypesCN.dat to project output for distribution
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.
Description:
Summary
Commit 1: Add ZKB float window, Chinese ship type names, and language persistence
filtering
Commit 2: Bundle Chinese ship type names as built-in resource
Test Plan