r188

Details

  • Filename
    LibStatLogic-1.2-r188.zip
  • Uploaded by
  • Uploaded
    Nov 7, 2012
  • Size
    180.83 KB
  • Downloads
    1,039
  • MD5
    f2f8b5b1cac69e586958f5647cd3ae91

Supported WoW Retail Versions

  • 5.0.5
  • 4.3.4

Changelog

------------------------------------------------------------------------
r188 | JackTripper | 2012-11-07 12:36:54 +0000 (Wed, 07 Nov 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- changed Monk's APPerAgi from 0 to 2. Nobody knows if two is right, but it might be more correct than zero

------------------------------------------------------------------------
r187 | JackTripper | 2012-10-25 11:54:40 +0000 (Thu, 25 Oct 2012) | 3 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- added another Unit Test for a tooltip line that isn't recognized
- TODO: Fix it, and the other item that is still broken

------------------------------------------------------------------------
r186 | yleaf | 2012-10-22 07:16:54 +0000 (Mon, 22 Oct 2012) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/Locales/zhCN.lua

- zhCN update
------------------------------------------------------------------------
r185 | JackTripper | 2012-10-20 00:36:46 +0000 (Sat, 20 Oct 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- Yay, level 90! Parry and Dodge conversion factors are 885

------------------------------------------------------------------------
r184 | JackTripper | 2012-10-18 11:58:28 +0000 (Thu, 18 Oct 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/Locales/zhCN.lua
   M /trunk/LibStatLogic-1.2/Locales/zhTW.lua

zhCN and zhTW localization updates from yleaf

------------------------------------------------------------------------
r183 | JackTripper | 2012-10-18 01:01:46 +0000 (Thu, 18 Oct 2012) | 7 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- updated Intellect per Spell Crit values after Level 70 to use a single value across all classes
- updated Intellect per Spell Crit values for level 90 to accept value (AskMrRobot blog entry)
- interpolated Level 86-89 Intellect per Spell Crit values (probably close enough that nobody will ever case)
- extrapolated level 91-100 Intellect per Spell Crit values (don't have to worry about for another year and a half; and i won't be around then to have to worry about it)
- updated Paladin's Base Dodge from 5% to 3%. Protection passive Sanctuary adds 2% Dodge which was confusing me
- updated GetDodgeChance and GetAgiPerDodge to use StatLogic's "ADD_DODGE" when calculating free dodge portion

------------------------------------------------------------------------
r182 | JackTripper | 2012-10-14 12:30:49 +0000 (Sun, 14 Oct 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- Now that i'm level 89: updated Level 89 Combat Rating -> Combat Rating Bonus conversion constants

------------------------------------------------------------------------
r181 | JackTripper | 2012-10-14 11:53:11 +0000 (Sun, 14 Oct 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- fixing the deDE CheckNumberEx unit test; was flawed in that it didn't expose the bug cremor fixed

------------------------------------------------------------------------
r180 | cremor | 2012-10-14 09:08:45 +0000 (Sun, 14 Oct 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- Although values with localized thousand separators were correctly found in the tooltip, they were converted to wrong numbers in case the thousand separator was a point. This is now fixed.
- Replaced all occurrences of "null" with "nil".
------------------------------------------------------------------------
r179 | JackTripper | 2012-10-13 14:26:33 +0000 (Sat, 13 Oct 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- invert the int/crit number so they're more readable? Sure, why not.

------------------------------------------------------------------------
r178 | JackTripper | 2012-10-12 22:59:22 +0000 (Fri, 12 Oct 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- Copy Paladin Intellect-per-SpellCrit values into Monk you say? Sure!

------------------------------------------------------------------------
r177 | JackTripper | 2012-10-12 22:48:01 +0000 (Fri, 12 Oct 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- level 89 combat rating placeholders for when i reach level 89 and can calculate them

------------------------------------------------------------------------
r176 | JackTripper | 2012-10-09 02:54:55 +0000 (Tue, 09 Oct 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- added level 87 Dodge and Parry Combat Rating  -> Combat Bonus conversions

------------------------------------------------------------------------
r175 | JackTripper | 2012-10-09 02:51:40 +0000 (Tue, 09 Oct 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- added level 88 Combat Rating -> Conbat Bonus conversions

------------------------------------------------------------------------
r174 | JackTripper | 2012-10-06 22:00:33 +0000 (Sat, 06 Oct 2012) | 5 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- updated L90 Hunter Agi per Crit value
- inverted AgiPerCrit table, so that it's Agi per Crit (a large number), rather than an increasingly small fractional value
- will format the table better as i get more patient
- filled Monk Agi per Crit values with paladin number - gotta be closer than all zero!

------------------------------------------------------------------------