Skip to content

Commit

Permalink
Merge pull request #6196 from kuronekochomusuke/mapsAdvancedSearch
Browse files Browse the repository at this point in the history
add an advanced search for boards to the lobby
  • Loading branch information
HammerGS authored Nov 23, 2024
2 parents 782967e + 9cdff42 commit 518b8ab
Show file tree
Hide file tree
Showing 7 changed files with 726 additions and 68 deletions.
13 changes: 13 additions & 0 deletions megamek/i18n/megamek/client/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,19 @@ AdvancedOptions.KeyRepeatRate.name=Key Repeat Rate
AdvancedOptions.KeyRepeatRate.tooltip= Sets how frequently a key is repeated, if a keybind has the isRepeatable flag set.
AdvancedOptions.ShowFPS.name=Show drawtime

AdvancedSearchMapDialog.boardTableCount=Count:
AdvancedSearchMapDialog.boardTableModel.name=Name
AdvancedSearchMapDialog.boardTableModel.size=Size
AdvancedSearchMapDialog.boardTagsAllCheckBox=All
AdvancedSearchMapDialog.filterBoardPaths=Board Paths
AdvancedSearchMapDialog.filterBoardTags=Board Tags
AdvancedSearchMapDialog.filterName=Name:
AdvancedSearchMapDialog.filterRangeEnd.tooltip=end range, blank acts as wildcard
AdvancedSearchMapDialog.filterRangeHeight=Height:
AdvancedSearchMapDialog.filterRangeStart.tooltip=start range, blank acts as wildcard
AdvancedSearchMapDialog.filterRangeWidth=Width:
AdvancedSearchMapDialog.title=Advanced Search

#Board Editor
BoardEditor.BridgeBuildingElevError=Bridge/Building Elevation is an offset from the surface of a hex and hence must be a positive value!
BoardEditor.OpenFileError=Could not open file {0}.
Expand Down
Loading

0 comments on commit 518b8ab

Please sign in to comment.