You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* setup infrastructure for more advanced search filters
* add broken generateWeights function, and temp remove weightPerPoint
* scale weights to be reasonable
* add search type
* add minimum weights and improve generate function
* add total stat for str/dex/devotion which also count small nodes
* fix legionAddtions and GV weight generation
* remove Filtertypes to isolate Generator and other minor changes
* change weights to be percentage based
* add generation of totalMods and fix GV divisor (as not normalised)
* fix keystones etc being counted as small nodes
* fix missing then
* Various changes and UI rework
* Remove draw color reset as it's no longer necessary
* Fix total_dex => total_dexterity
* search fallback and normal searchlist
* remove unused case
* Add minimum weight UI, process fallback node weights, fix total stat tooltips
* Fix errors
* Improve formatSearchValue pattern matching
* Fix a few more errors, more consistent rounding
* Save fallback weight mode idx in build XML
* Make enter insert a newline instead of searching
* fix small node weights
* fix index
* Skip minimumWeight == 0
* Fix random empty sortedNodeLists
* Properly indent Militant Faith at 10K seed
* Add tooltips to timeless jewel node weight sliders
* fix second weight not correctly being scaled
* Dynamically reposition node slider tooltips
* Fix fallback weight generation for stat totals
* Increase timeless jewel popup window width 200px
* Improve various tooltips, disable secondary weight slider on single stat nodes
* Switch to multi-line node slider tooltips
* Automatically set disabled weights to 0, adjust colors
* Add SliderControl scroll wheel support
* Switch to custom scrollWheelSpeedTbl
* Remove extraneous newLine from generated fallback node list
* Adjust wording
* Further wording adjustments
* Faster scroll wheel speed for minimum node weight slider
* Fix wrong shift scroll speed
* Swap slider scroll wheel direction + add keyboard arrow support
* Add left/right arrow key support
* round(..., 3) weight output to edit box controls
* Partial revert for consistency
* Revert this line as well
* Update TreeTab.lua
* Anchor tooltips to slider position
* Correctly calculate height offset for tooltip
* Update TreeTab.lua
* Round slider offset for tooltips instead of floor
* Hide slider tooltip while dragging to improve visibility
* Fix trailing newline in fallback weights not being culled
* add option to toggle slider scroll direction
* Add tooltip for scroll option and default to off
Co-authored-by: Lothrik <maximius@gmail.com>
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
elseif (notmain.invertSliderScrollDirectionandkey=="WHEELDOWN") or (main.invertSliderScrollDirectionandkey=="WHEELUP") orkey=="DOWN" orkey=="LEFT" then
0 commit comments