-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
AutoBalance.DungeonsOnly
, replace with better `AutoBalance.…
…Enable.*` settings (#128) * Fix: add checks to CCDuration adjustment * Remove `AutoBalance.DungeonsOnly`, replicate functionality with better `AutoBalance.Enable.*` settings - Remove `AutoBalance.DungeonsOnly` and replace with `AutoBalance.Enable.*` settings - old setting will be reported as a warning and won't take effect - doesn't appear that this setting ever worked as intended - Further reorganization of the settings file with new headers, better order, and deprecated settings section that will give appropriate warnings without creating config load errors - Rework some of the `if` statements to better illustrate what's being checked - remove skipLevel variable that was made redundant by an earlier change regarding critters - Add more comments throughout - Update `.gitignore` for vs_code * Remove unneeded aura check (done with other checks) * Correct CCDuration documentation in conf file
- Loading branch information
Showing
3 changed files
with
267 additions
and
99 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ nbproject/ | |
*.kate-swp | ||
.idea | ||
cmake-build-debug | ||
.vscode | ||
|
||
# | ||
# Eclipse | ||
|
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
Oops, something went wrong.