feat: Show only factions in current system#3
Merged
Conversation
- .gitignore: ignore FactionRelationships-*/ and FactionRelationships-*.zip at repo root - COMPILATION.md, compile.bat, README: doc and build updates - Mod: LunaSettings.csv, mod_info.json, Java plugin/UI/input/change listener updates - Remove obsolete FactionRelationshipsPackage config and mod_info Made-with: Cursor
iHateCode
added a commit
that referenced
this pull request
Mar 12, 2026
…#3) - .gitignore: ignore FactionRelationships-*/ and FactionRelationships-*.zip at repo root - COMPILATION.md, compile.bat, README: doc and build updates - Mod: LunaSettings.csv, mod_info.json, Java plugin/UI/input/change listener updates - Remove obsolete FactionRelationshipsPackage config and mod_info Made-with: Cursor
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.
Patch notes (v1.4.8 → v1.5.9)
New features
Show only factions in current system
Option in Mod Settings (LunaLib) to limit the overlay to factions that have a market in the current star system. Reduces clutter in-system.
In hyperspace: show full list
When “Show only factions in current system” is on, choose whether to show the full faction list in hyperspace or an empty overlay. Default: full list, so the overlay isn’t empty while traveling.
Auto-hide overlay
New setting: Auto-Hide Overlay After (seconds).
0= overlay stays until you hide it (relationship-change auto-show still uses its own duration).> 0= overlay auto-hides after this many seconds whenever it is shown (hotkey, location change, or relationship change). Default: 10 seconds.Auto-show on location change
When “Show only factions in current system” is on and overlay mode is Toggle, the overlay automatically shows when you enter a new system (and respects the auto-hide duration if set).
Settings changes (defaults)
Other
.gitignoreand build/docs updated.