-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add Saved selection for modules and Transfer Ownership Module #501
Open
ampersand38
wants to merge
33
commits into
zen-mod:master
Choose a base branch
from
ampersand38:save-selection-for-modules
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
4d6fd85
Saved Selection and Transfer Ownership
ampersand38 92f5c61
Toolbox for most Server and Curator targets
ampersand38 c85e34f
Check for players in selection
ampersand38 6b84b80
Added module description
ampersand38 40adda7
remove logging
ampersand38 3f4bcc2
Improved selection preview
Kexanone 344c9d3
Force toolbox default value
ampersand38 ebffcfc
Clean-up
Kexanone f60054c
Merge branch 'save-selection-for-modules' of github-kex:ampersand38/Z…
Kexanone 46a32a3
Add default value for icon cache
Kexanone bb41331
Naked unit bug fix
Kexanone c7d75d7
Revert "Naked unit bug fix"
Kexanone 2a07065
add toolbox for hc scripts flags
ampersand38 84a8872
Update stringtable.xml
Kexanone 30ad1c6
check CfgPatches instead of `acex_headless`
ampersand38 853b696
Update stringtable.xml
Kexanone ccf1ff6
Update stringtable.xml
Kexanone b535ee4
fix condition for objects
ampersand38 5c49b29
Switch to rendering time scope
Kexanone 2124725
Use a single handler for selection icons
Kexanone 46b755e
Fix syntax
Kexanone d9d8308
Remove _mehID
Kexanone e6a09c9
Single delete logic
Kexanone 8feb8a7
Doc comment
Kexanone 6b5755d
Remove correct event handler
Kexanone 98916d6
Merge options
Kexanone e10c311
Sort player targets by name
Kexanone f6a5055
Prioritize HCs
Kexanone e6fe9bb
Change default values
ampersand38 5b458c4
Merge remote-tracking branch 'upstream/master' into save-selection-fo…
ampersand38 7d0f755
Update addons/modules/functions/fnc_moduleTransferOwnership.sqf
ampersand38 7e3f1d1
use select
ampersand38 a1696ce
Tooltip
ampersand38 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tooltip, at least, please? What is a HC script? To an end-user, no idea what this is and why I should enable it or disable it. And why is this a toggle, if it does something good why not auto it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does auto-select based on the current locality:
However I wanted to let user pick for edge cases.
What else can we do to make it easier to understand and use?
a1696ce