Skip to content

Releases: raethkcj/RatingBuster

1.11.0

21 Oct 22:42
Compare
Choose a tag to compare

RatingBuster

1.11.0 (2023-10-21)

Full Changelog Previous Releases

  • Add performance profiling slash command
  • Replace benchmark functions
  • Refix esES number positioning
  • Rename SplitDoJoin
  • Simplify ProcessText (Fixes #157)
  • Unify string operations to post-calls

1.10.1

10 Oct 14:00
Compare
Choose a tag to compare

RatingBuster

1.10.1 (2023-10-02)

Full Changelog Previous Releases

  • Add frFR patterns for basic stats on gems (Closes #156)

1.10.0

09 Sep 04:06
Compare
Choose a tag to compare

RatingBuster

1.10.0 (2023-09-09)

Full Changelog Previous Releases

  • Whitespace adjustment
  • Fix health regen values in Wrath
  • Fix mana regen for levels 1-14 in Wrath
  • Hook tooltips by name explicitly
  • Add/fix LinkWrangler support
  • Fix hook while inspecting
  • Require owner to queue tooltip
  • Improve throttling of OnTooltipSetItem
  • Bump toc
  • Change TipHooker from lib into single-purpose module
  • Remove TankPoints
  • Add tostring for Stats
  • Add Stat dependency and modifier functions
  • Collapse regen table

1.9.0

27 Jul 14:34
Compare
Choose a tag to compare

RatingBuster

1.9.0 (2023-07-27)

Full Changelog Previous Releases

  • Account for weapon skill in crit conversion
  • Add weapon stat mod validator
  • Remove reference to ItemLevel addon
  • Restrict GetTotalEquippedStat to Vanilla
  • Add Rallying Cry
  • Add spell crit modifier
  • Rename addonTable for brevity
  • Remove erroneous PI modifiers
  • Add MOD_ARMOR BuffGroup
  • Add melee crit modifiers
  • Add GetSpellCritPerInt with fallback calculation
  • Remove debug statement
  • Add CritPerAgi with fallback calculation
  • Replace crit strings with stats
  • Remove debug statement
  • Use real sum instead of private cache
  • Remove debug statement
  • Improve Vanilla DodgePerAgi estimation
  • Fix whitespace
  • Improve DodgePerAgi for Vanilla
  • Update Vanilla BaseDodge
  • Don't truncate expertise in Wrath
  • Bump tocs

1.8.0

08 Jul 04:04
Compare
Choose a tag to compare

RatingBuster

1.8.0 (2023-07-08)

Full Changelog Previous Releases

  • Fix typo and casing
  • Port ignore sockets feature
  • Explicitly limit gsub return values
  • Fix duplicate index warnings

1.7.13

27 May 18:47
Compare
Choose a tag to compare

RatingBuster

1.7.13 (2023-05-27)

Full Changelog Previous Releases

  • Don't deep copy tables that are keys (Fixes #152)
  • Remove unused WEAPON_RATING stats (Fixes #153)

1.7.12

20 May 22:04
Compare
Choose a tag to compare

RatingBuster

1.7.12 (2023-05-20)

Full Changelog Previous Releases

  • Fix whitespace
  • Fix rogue aura IDs (Fixes #151)

1.7.11

20 May 01:54
Compare
Choose a tag to compare

RatingBuster

1.7.11 (2023-05-20)

Full Changelog Previous Releases

  • Check for nil tooltip owner

1.7.10

18 May 16:47
Compare
Choose a tag to compare

RatingBuster

1.7.10 (2023-05-18)

Full Changelog Previous Releases

  • Improve scanning tooltip detection

1.7.9

18 May 16:32
Compare
Choose a tag to compare

RatingBuster

1.7.9 (2023-05-18)

Full Changelog Previous Releases

  • Improve compatibility with some hidden tooltip scanners
  • Revert SPI replacement
  • Replace basic stat strings used as IDs where possible
  • Update StatLogic toc order
  • Replace SPELL_STAT usages as IDs
  • Fix silly mistakes
  • Fix stat annotation
  • Move SL init to own file
  • Add initial concept for unified Stats
  • Cleanup
  • Add BuffGroup logic (Fixes #145)
  • Add editorconfig
  • Fix erroneous AP breakdown
  • Minor exclusions optimization
  • Fix Defender's Code in enUS
  • Merge branch 'master' of https://github.com/raethkcj/RatingBuster
  • Add exclusion patterns before processing text for breakdowns (Fixes #141)
  • Update README.md