r162

Details

  • Filename
    LibStatLogic-1.2-r162.zip
  • Uploaded by
  • Uploaded
    Sep 29, 2012
  • Size
    179.93 KB
  • Downloads
    80
  • MD5
    91947b1eee487f9c0650ec021d752f6f

Supported WoW Retail Versions

  • 5.0.5
  • 4.3.4

Changelog

------------------------------------------------------------------------
r162 | JackTripper | 2012-09-30 00:37:19 +0000 (Sun, 30 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- add a greeting when a developer runs LSL

------------------------------------------------------------------------
r161 | JackTripper | 2012-09-29 16:35:14 +0000 (Sat, 29 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

- mistakenly used literal "STAT_SPELLDAMAGE" and "ITEM_MOD_SPELL_POWER_SHORT", rather than their values.

------------------------------------------------------------------------
r160 | cremor | 2012-09-29 13:41:05 +0000 (Sat, 29 Sep 2012) | 3 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/Locales/deDE.lua
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

- Added some exclude strings to enUS and deDE.
- Fixed "per 5 sec" strings in deDE.
- Minor fixes in deDE.
------------------------------------------------------------------------
r159 | JackTripper | 2012-09-29 11:53:20 +0000 (Sat, 29 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- fine tuned Guardian druid Dodge Chance from Agility factor

------------------------------------------------------------------------
r158 | cremor | 2012-09-29 10:54:27 +0000 (Sat, 29 Sep 2012) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/Locales/deDE.lua

- Many fixes for deDE. Note that most of it still doesn't work because the localization isn't used correctly. See ticket 38.
------------------------------------------------------------------------
r157 | JackTripper | 2012-09-29 02:18:33 +0000 (Sat, 29 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- Death Knigth Dodge Cap (C_d) and diminishing returns constant (k) updated for Mists

------------------------------------------------------------------------
r156 | JackTripper | 2012-09-27 00:05:23 +0000 (Thu, 27 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- updated dodge constants for druid

------------------------------------------------------------------------
r155 | JackTripper | 2012-09-24 12:04:13 +0000 (Mon, 24 Sep 2012) | 4 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- added checks that our calculations match Blizzards to 4 decimal places.
- attempts to emulate single precision floating point in order to get accuracy down to 7 decimal places
- added power extrapolated values for H up to level 100

------------------------------------------------------------------------
r154 | JackTripper | 2012-09-22 20:53:11 +0000 (Sat, 22 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

------------------------------------------------------------------------
r153 | JackTripper | 2012-09-22 03:01:18 +0000 (Sat, 22 Sep 2012) | 5 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

- added new /sl parse [text] command.  You can test parsing a line of text. E.g.  /sl parse +384 Stamina
- refactored code to allow /sl parse command and unit tests to test known troublesome items
- added unit tests to check some known items (enUS clients only)
- added support for new level 85 guild reward heirlooms ("Experience gained from killing monsters and completing quests increased")

------------------------------------------------------------------------
r152 | JackTripper | 2012-09-21 03:06:58 +0000 (Fri, 21 Sep 2012) | 3 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

- fixed regression with "Equip: Increases spell power by x,xxx."
- fixed regression with "Equip: Experience gained is increased by xx%."

------------------------------------------------------------------------
r151 | JackTripper | 2012-09-21 02:11:23 +0000 (Fri, 21 Sep 2012) | 4 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

- added "/sl unrecognized" command, to display the history list of all unrecognized items
- added list of "learned" unrecognized items to a fast exclude list (if people refuse to tell me about items not being recognized, then at least i can remove the huge performance hit each time they hover over that item). It will be lost each reload, but it will definitely help every client who's not enUS (who are always missing almost all patterns)
- fixed regression with "Unique-Equipped: %s (%d)" items

------------------------------------------------------------------------
r150 | JackTripper | 2012-09-21 01:40:51 +0000 (Fri, 21 Sep 2012) | 11 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

- Added new /sl analyze [itemID] command to help debug parsing errors of items
(e.g. /sl analyze 84943  to analyze Malevolent Gladiator's Medallion of Cruelty)
- fixed regression for Protection Paladin 'MOD_STA' factor being wrong
- fixed regression of "Requires Level xx" not being fast excluded
- fixed regression of "Classes: ..." not being fast excluded
- fixed regression of "Races: ..." not being fast excluded
- fixed regression of "Use: ..." not being fast excluded
- fixed regression of "Chance On Hit: ..." not being fast excluded
- fixed regression of "Item Level xx" not being fast excluded
- changed warning so that they are defaulted to on for me (someone turned them off, broke parsing, and then didn't even know about it)

------------------------------------------------------------------------
r149 | JackTripper | 2012-09-20 23:03:10 +0000 (Thu, 20 Sep 2012) | 4 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

- Fixed regression when converting numeric string to number. Introduced bug would fail on strings like "1,234.5" (or 1.234,5 in Germany)
- Restored k, Cp, Cd, Cb to current correct values
- TODO: Fix regression with "Item Level 384", "Requires Level 85" not being ignored (with warnings turned off nobody, besides me, realizes that you broke it)

------------------------------------------------------------------------
r148 | dridzt | 2012-09-20 21:53:14 +0000 (Thu, 20 Sep 2012) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

Fix Titan's Grip spellid
------------------------------------------------------------------------
r147 | gathirer | 2012-09-20 16:24:02 +0000 (Thu, 20 Sep 2012) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/Locales/itIT.lua

Fix for itIT pattern recognition
------------------------------------------------------------------------
r146 | gathirer | 2012-09-20 06:24:01 +0000 (Thu, 20 Sep 2012) | 1 line
Changed paths:
   A /trunk/LibStatLogic-1.2/Locales/itIT.lua
   A /trunk/LibStatLogic-1.2/Locales/ptBR.lua

-Commiting the new files the i missed last time
------------------------------------------------------------------------
r145 | gathirer | 2012-09-20 06:22:39 +0000 (Thu, 20 Sep 2012) | 3 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua
   M /trunk/LibStatLogic-1.2/Locales/Locales.xml
   M /trunk/LibStatLogic-1.2/Locales/deDE.lua
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua
   M /trunk/LibStatLogic-1.2/Locales/esES.lua
   M /trunk/LibStatLogic-1.2/Locales/frFR.lua

-Revamped localization to use more of the blizzard globals so they should be more robust when Blizzard changes stat names
-Added localization filess for itIT and ptBR
-Turned off the warning by default because of the whining
------------------------------------------------------------------------
r144 | gathirer | 2012-09-17 02:10:12 +0000 (Mon, 17 Sep 2012) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

Removed left over debug message I missed
------------------------------------------------------------------------
r143 | gathirer | 2012-09-16 21:51:57 +0000 (Sun, 16 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

Started to update and test the combat rating tables based on the info @ http://elitistjerks.com/f15/t29453-combat_ratings_level_85_cataclysm/p40/
The numbers are ballpark but not exact for L85
------------------------------------------------------------------------
r142 | JackTripper | 2012-09-16 18:36:22 +0000 (Sun, 16 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- fixed regression bug (Qs vs Qp)

------------------------------------------------------------------------
r141 | JackTripper | 2012-09-16 18:05:26 +0000 (Sun, 16 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- removing MOD_HEALTH as the way to model HealthPerStamina changes above level 80. Addons will just have to learn to call StatLogic:GetHealthFromSta rather than assume it's always 10 health from 1 Stamina

------------------------------------------------------------------------
r140 | gathirer | 2012-09-16 06:08:23 +0000 (Sun, 16 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

-Bug Fix

------------------------------------------------------------------------
r139 | gathirer | 2012-09-16 05:49:31 +0000 (Sun, 16 Sep 2012) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

-Shaman updated
------------------------------------------------------------------------
r138 | gathirer | 2012-09-16 05:46:24 +0000 (Sun, 16 Sep 2012) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

-Updated Mage Info
------------------------------------------------------------------------
r137 | gathirer | 2012-09-16 05:19:22 +0000 (Sun, 16 Sep 2012) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- Updated the group buffs Table to Mists
------------------------------------------------------------------------
r136 | JackTripper | 2012-09-16 04:17:46 +0000 (Sun, 16 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- in lieu of anything else to explain it, i think protection plate specializiation no boosts stamina by 14%

------------------------------------------------------------------------
r135 | JackTripper | 2012-09-16 03:54:29 +0000 (Sun, 16 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- updated some paladin items. i'm still missing a 15% stamina modifier

------------------------------------------------------------------------
r134 | gathirer | 2012-09-16 02:38:25 +0000 (Sun, 16 Sep 2012) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

-Updated Rogues and Death Knight spells , abilites, talents, glyphs, ect
------------------------------------------------------------------------
r133 | JackTripper | 2012-09-16 02:34:47 +0000 (Sun, 16 Sep 2012) | 4 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- oh my god what a bunch of whiners
- there, it will only show warnings if you've not recognized the item more than once
- way to ruin the value of LibStatLogic

------------------------------------------------------------------------
r132 | gathirer | 2012-09-16 00:02:30 +0000 (Sun, 16 Sep 2012) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

--Updated Hunter spells, talents, glyphs effects and ratings to Mists
------------------------------------------------------------------------
r131 | JackTripper | 2012-09-15 21:49:57 +0000 (Sat, 15 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- changed logic order to be top-down

------------------------------------------------------------------------
r130 | gathirer | 2012-09-15 20:23:39 +0000 (Sat, 15 Sep 2012) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

-Updated Druid spells, talents, glyphs effects and ratings to Mists
------------------------------------------------------------------------
r129 | JackTripper | 2012-09-15 18:34:32 +0000 (Sat, 15 Sep 2012) | 10 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

Handled
- Power Torrent
- Landslide
- Equip: Succumb to the curse of Burgy Blackheart.
- Equip: Allows you to cook faster.
- Equip: Your attacks may occasionally attract small celestial objects.
- Equip: Improves the range of your Shock and Wind Shear spells by 5 yards.
- guild tabbards (in addition to reputation tabbards)
- Finkle's Skinner

------------------------------------------------------------------------
r128 | gathirer | 2012-09-15 15:45:17 +0000 (Sat, 15 Sep 2012) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

Removed testing message
------------------------------------------------------------------------
r127 | gathirer | 2012-09-15 08:29:31 +0000 (Sat, 15 Sep 2012) | 4 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua
   M /trunk/LibStatLogic-1.2/Locales/deDE.lua
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua
   M /trunk/LibStatLogic-1.2/Locales/esES.lua
   M /trunk/LibStatLogic-1.2/Locales/frFR.lua
   M /trunk/LibStatLogic-1.2/Locales/koKR.lua
   M /trunk/LibStatLogic-1.2/Locales/zhCN.lua
   M /trunk/LibStatLogic-1.2/Locales/zhTW.lua

-Updated mana regen to Mists Values
-Removed MP5  & Mana from Int
-Combined spell dam & healing into spell power
-updated priest talents, spells and glyphs to Nists
------------------------------------------------------------------------
r126 | JackTripper | 2012-09-15 04:07:20 +0000 (Sat, 15 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- GetDodgeChance, GetParryChance, GetBlockChance now perfect, for paladin, at level 85

------------------------------------------------------------------------
r125 | gathirer | 2012-09-15 00:26:59 +0000 (Sat, 15 Sep 2012) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

Changed the getSlotID info to get id's via the GetInventorySlotInfo() API instead of using hard coded values
------------------------------------------------------------------------
r124 | JackTripper | 2012-09-13 11:58:36 +0000 (Thu, 13 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

------------------------------------------------------------------------
r123 | JackTripper | 2012-09-12 12:11:39 +0000 (Wed, 12 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- GetDodgeChance created, updated to use Agility

------------------------------------------------------------------------
r122 | JackTripper | 2012-09-10 11:33:08 +0000 (Mon, 10 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

------------------------------------------------------------------------
r121 | JackTripper | 2012-09-09 16:06:22 +0000 (Sun, 09 Sep 2012) | 3 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- fixed bug guy found
- first crack at new parry chance calculations (Parry% from Strength)

------------------------------------------------------------------------
r120 | JackTripper | 2012-09-08 02:07:00 +0000 (Sat, 08 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

- "+40 Expertise" now parsed correctly (gems)

------------------------------------------------------------------------
r119 | JackTripper | 2012-09-08 01:15:17 +0000 (Sat, 08 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- fixed Expertise Rating conversion value

------------------------------------------------------------------------
r118 | JackTripper | 2012-09-05 01:57:59 +0000 (Wed, 05 Sep 2012) | 3 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

- Stopped ? error by adding Monk entries to GetSpellCritPerInt table
- filter line from Necromantic Focus (ItemID: 68982)

------------------------------------------------------------------------
r117 | JackTripper | 2012-09-04 01:10:13 +0000 (Tue, 04 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- adding Restoration Shaman Passive Talent "Meditation" SpellID: 95862

------------------------------------------------------------------------
r116 | JackTripper | 2012-09-03 15:38:29 +0000 (Mon, 03 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- suppress warnings of duplicate text (shouldn't really do anything; since items are cached)

------------------------------------------------------------------------
r115 | JackTripper | 2012-09-02 23:21:23 +0000 (Sun, 02 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- added a bunch of dummy rows and columns to tables for where Monks would be to stop errors (values are wrong; but nobody cares if LibStatLogic is correct - as long as they don't see errors)

------------------------------------------------------------------------
r114 | JackTripper | 2012-09-02 14:15:01 +0000 (Sun, 02 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- CNumber now handles stripping decimal and thousand's separators from locales that conflict with Lua's own regular expression syntax e.g. gsub(s, ".", "")

------------------------------------------------------------------------
r113 | JackTripper | 2012-09-02 12:00:06 +0000 (Sun, 02 Sep 2012) | 4 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- 5.0.3: Changed Mark of the Wild SpellID from 79061 to 1126
- (removed) http://www.wowhead.com/spell=79061
- (added) http://www.wowhead.com/spell=1126

------------------------------------------------------------------------
r112 | JackTripper | 2012-09-02 02:57:24 +0000 (Sun, 02 Sep 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- info dump command /sl locale

------------------------------------------------------------------------
r111 | JackTripper | 2012-09-01 22:43:52 +0000 (Sat, 01 Sep 2012) | 3 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

- add a PreScan to globally ignore all "Equip: ... have a chance to ..." effects
- fixed the typo on the warning message to say that /slwarning turns off warnings

------------------------------------------------------------------------
r110 | JackTripper | 2012-08-31 23:24:42 +0000 (Fri, 31 Aug 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

------------------------------------------------------------------------
r109 | JackTripper | 2012-08-31 17:14:26 +0000 (Fri, 31 Aug 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- Assert that there is always locale PatternLocale loaded

------------------------------------------------------------------------
r108 | JackTripper | 2012-08-31 17:12:32 +0000 (Fri, 31 Aug 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- Show a warning message if the user is running in an unknown locale

------------------------------------------------------------------------
r107 | JackTripper | 2012-08-31 11:52:54 +0000 (Fri, 31 Aug 2012) | 21 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- Mists removed all (useful) talents. Removing talent info from:
- Druid: Meditation
- Druid: Feral Swiftness
- Druid: Natural Reaction
- Druid: Thick Hide
- Druid: Balance of Power
- Druid: Survival Instincts
- Druid: Perseverance
- Druid: Furor
- Druid: Heart of the Wild
- Druid: Leather Specialization
- Death Knight: ...
- Hunter: {...snip...}
- Mage: {...snip...}
- Paladin: {...snip...}
- Priest: {...snip...}
- Rogue: {...snip...}
- Shaman: {...snip...}
- Warlock: {...snip...}
- Warrior: {...snip...}

------------------------------------------------------------------------
r106 | JackTripper | 2012-08-31 03:09:52 +0000 (Fri, 31 Aug 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua
   M /trunk/LibStatLogic-1.2/Locales/esES.lua
   M /trunk/LibStatLogic-1.2/Locales/frFR.lua
   M /trunk/LibStatLogic-1.2/Locales/ruRU.lua

- some aligning of lines in other locales; hopefully making it easier for (someone who's not me) to localize

------------------------------------------------------------------------
r105 | JackTripper | 2012-08-31 02:45:24 +0000 (Fri, 31 Aug 2012) | 3 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

- PvP Power "+50 PvP Power"
- Level 60 legacy armor: Blood Guard's Lamellar Guantlets "Equip: Increases the Holy damage of your Judgements by 20."

------------------------------------------------------------------------
r104 | JackTripper | 2012-08-31 01:49:56 +0000 (Fri, 31 Aug 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

- Flintlocke's Woodchucker enchant

------------------------------------------------------------------------
r103 | JackTripper | 2012-08-31 01:44:39 +0000 (Fri, 31 Aug 2012) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

- +40 PvP Resilience

------------------------------------------------------------------------
r102 | JackTripper | 2012-08-31 01:31:58 +0000 (Fri, 31 Aug 2012) | 10 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

- warnings, by default, will now not be show for other locales (i.e. only for enUS). Other translations are so far behind that they will never be correct
- added more item parsing:
- 234.56 - 2,345 Damage (i.e. decimal points in weapon damage range)
- Increases your pvp power
- Heirloom ("Equip: Heals you for 2% of your maximum health whenever you kill a target that yields experience or honor.")
- Heirloom ("Equip: Restores 2% of your maximum mana whenever you kill a target that yields experience or honor.")
- Reputation tabbards: "^Equip: You champion the cause of"
- pvp item "Equip: Increases the damage dealt by your Crusader Strike ability by 5%."
- pvp item "Equip: Increases the critical effect chance of your Flash of Light by 2%."

------------------------------------------------------------------------
r101 | JackTripper | 2012-08-30 12:49:13 +0000 (Thu, 30 Aug 2012) | 3 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- made it obvious how to turn off warnings if they're enabled by default
- make warning default state a constant, with an explanation of why

------------------------------------------------------------------------
r100 | JackTripper | 2012-08-30 02:29:45 +0000 (Thu, 30 Aug 2012) | 3 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

- added /slwarning slash command to toggle showing warnings about unknown stats on items
- added stat parsing for +Hit, +Mastery, and +Mining

------------------------------------------------------------------------
r99 | Dessa | 2012-08-29 13:35:16 +0000 (Wed, 29 Aug 2012) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/Locales/deDE.lua
   M /trunk/LibStatLogic-1.2/Locales/enUS.lua

-  add missing Mastery string to enUS, fix Mastery, Dodge, Parry, Hit for deDE (hopefully covers most items now)
------------------------------------------------------------------------