-
Notifications
You must be signed in to change notification settings - Fork 95
refactor SET_POWER_CONFIGURATION command #3971
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
Draft
PieterVdc
wants to merge
24
commits into
dkfans:master
Choose a base branch
from
PieterVdc:SET_POWER_CONFIG
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.
+114
−465
Draft
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
cdf263f
initial
PieterVdc fb04664
_powercost
PieterVdc 221e03e
Update config_magic.c
PieterVdc 89d03a7
Merge remote-tracking branch 'upstream/master' into SET_POWER_CONFIG
PieterVdc 4f4e944
Merge remote-tracking branch 'upstream/master' into SET_POWER_CONFIG
PieterVdc 0215f89
argnum -1 can be stored in longlong
PieterVdc 2e4f2a7
Update lvl_script_commands.c
PieterVdc 88e94fe
Merge remote-tracking branch 'upstream/master' into SET_POWER_CONFIG
PieterVdc eff7bba
Update lvl_script_commands.c
PieterVdc 5eb8ffe
Update lvl_script_commands.c
PieterVdc 086604b
Update lvl_script_commands.c
PieterVdc d3e4bd7
Update lvl_script_commands.c
PieterVdc 1e9e595
fix compile
PieterVdc 9025feb
Update config_magic.h
PieterVdc bcd21aa
static
PieterVdc a5a109d
Merge remote-tracking branch 'upstream/master' into SET_POWER_CONFIG
PieterVdc e5ef3ff
Update lua_api.c
PieterVdc b5fc5cc
Update config.lua
PieterVdc c85546a
Merge remote-tracking branch 'upstream/master' into SET_POWER_CONFIG
PieterVdc c236ccf
Merge branch 'master' into SET_POWER_CONFIG
PieterVdc 0430583
Merge branch 'master' into pr/3971
Loobinex 6738e39
Merge branch 'master' into SET_POWER_CONFIG
walt253 565bee7
Merge remote-tracking branch 'upstream/master' into SET_POWER_CONFIG
PieterVdc 1fbc608
revert walters mess
PieterVdc 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 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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
Is there any support for negative value? I think most power will not work at all currently if one give them a negative power value?🤔
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.
euh strength is a long, but didn't look further in to how it's used, no different then before my refactors
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.
Ah! Nevermind then, a bit strange for it to be a long but ok.