* add search trade for timeless jewels
* change to get parameter
* change to 50 seeds max
* remove tradequerysearch
* allow shift-click selecting multiple rows in timeless jewel trade search
* IsRowHighlighted -> SetHighlightColor(index, value)
* clean up code
* rename button label after clicking once
* fix re-searching causing it to copy the last trades
* fix backwards searching and make logic simpler
* remove tradequeryrequests from treetab
* nit: style fixes
Co-authored-by: Wires77 <Wires77@users.noreply.github.com>
When Timeless Jewels are added from the "Find Timeless Jewel" section, the jewel number and name are added to the end of the jewel title. This broke the exact match we were doing to display the jewel radius sprite
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
* Implement debugger toggling on pause
* Fix accidently deleting the key stuff
* Using the profiler
* Fix bullet points
* Fix up a couple more bugs
* Couple more cleanups
* update profiling usage and file name info
* remove redudant "a profiler"
* Update CalcPerform.lua
* Fixes increased effect on the flasks itself so it should properly calculate
-Rotgut is still an issue
-If onslaught is from another source and a flask has reduced effect, the flask overrides the other source. This is incorrect as the stronger effect should override
* Update CalcPerform.lua
added in break
* Makes highest flask always apply
* Fix typos
Co-authored-by: LocalIdentity <31035929+LocalIdentity@users.noreply.github.com>
* Feat: add realm support; no support for currency conversion
* Fix: make PS4 work; fix PC
* Adjust labels to be capitalised
* Mistake
* Fix: save drop-down seletion within a session
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
* Initial support for Frozen Sweep DPS
* Generalize calculations and add generic burst
* Move calculations to preDamageFunc
* Clean up some format issues
* Improvements from review
* Properly take all feedback
* Extra digit in burst damage breakdown
* Support for additional CD uses
* Correct flags and display cast/attack speed
* Adjusted seismic and spire wave count calculation
Turns out that server tick rate does not play a role in seismic (and spire) waves count calculations.
* Missed act_int.lua when moving colour codes
* Update TradeQueryGenerator.lua
fixed automated min weight for builds that don't use Full DPS or Total DPS
* Update TradeQueryGenerator.lua
missed parentheses
* Fix for minion mods not being considered for "Find Best" tool
There were three weightKeys (weapon_can_roll_minion_modifiers, ring_can_roll_minion_modifiers, focus_can_roll_minion_modifiers) which were not being considered for their respective slots. They have been added to the appropriate entries of itemCategoryTags.
Also updated special case statOrders and regenerated QueryMods.lua
* Query Options Improvements
* The checkbox for eldritch mods is now only shown for slots that can have them on non-unique items
* Disabled the checkbox for synthesis mods for now, as they are not supported
* fix(pobtrader): improve error handling
* fix(pobtrader): add generator error when it returns no filters instead of invalid search
* fix(pobtrader): encode spaces on league names for urls
The Divergent quality is only meant to scale ailment effect and it seems I accidently forgot to remove the "More" damage line when copying the stat from the previous stat
Co-authored-by: LocalIdentity <localidentity2@gmail.com>