r205
Details
-
FilenameTankPoints-r205.zip
-
Uploaded by
-
UploadedSep 30, 2012
-
Size387.74 KB
-
Downloads352
-
MD5b5ccf42177672e5b29d5a55b51eeecff
Supported WoW Retail Versions
- 5.0.5
Changelog
------------------------------------------------------------------------
r205 | JackTripper | 2012-09-30 20:30:08 +0000 (Sun, 30 Sep 2012) | 3 lines
Changed paths:
M /trunk/Locales/enUS.lua
M /trunk/TankPoints.lua
M /trunk/options.lua
- added slash command to purge recorded player stats
- updated playerstats recording to remove spell hit, and include Expertise
------------------------------------------------------------------------
r204 | JackTripper | 2012-09-30 00:45:56 +0000 (Sun, 30 Sep 2012) | 2 lines
Changed paths:
M /trunk/TankPoints.lua
- actually tested my fixes for recording stats. Turns out it's been broken totally for a long time
------------------------------------------------------------------------
r203 | JackTripper | 2012-09-30 00:37:51 +0000 (Sun, 30 Sep 2012) | 3 lines
Changed paths:
M /trunk/TankPoints.lua
M /trunk/TankPointsPaperDollStats.lua
M /trunk/options.lua
- fixed bugs introduced by renaming a core method
- fixed a HUGE bug where player stats were being deleted on your next login
------------------------------------------------------------------------
r202 | JackTripper | 2012-09-30 00:04:35 +0000 (Sun, 30 Sep 2012) | 3 lines
Changed paths:
M /trunk/TankPoints.lua
- use AceTimer for scheduling timers rather than internal custom code
- fixed bug with an event
------------------------------------------------------------------------
r201 | JackTripper | 2012-09-29 23:16:39 +0000 (Sat, 29 Sep 2012) | 2 lines
Changed paths:
M /trunk/TankPoints.lua
- more things trigger TankPoints recalculate (and recording of player stats)
------------------------------------------------------------------------
r200 | JackTripper | 2012-09-29 16:42:46 +0000 (Sat, 29 Sep 2012) | 2 lines
Changed paths:
M /trunk/TankPoints.lua
- PlayerStats now records *effective* Mastery, and Mastery *effect*
------------------------------------------------------------------------
r199 | JackTripper | 2012-09-28 23:46:45 +0000 (Fri, 28 Sep 2012) | 2 lines
Changed paths:
M /trunk/TankPoints.lua
- removed spammy debug print
------------------------------------------------------------------------
r198 | JackTripper | 2012-09-28 23:45:31 +0000 (Fri, 28 Sep 2012) | 2 lines
Changed paths:
M /trunk/TankPoints.lua
- fixed the buggy bug fix, introduced when i tried to fix a bug
------------------------------------------------------------------------
r197 | JackTripper | 2012-09-28 19:42:51 +0000 (Fri, 28 Sep 2012) | 2 lines
Changed paths:
M /trunk/TankPoints.lua
- fixed bug in my bug
------------------------------------------------------------------------
r196 | JackTripper | 2012-09-28 17:03:52 +0000 (Fri, 28 Sep 2012) | 2 lines
Changed paths:
M /trunk/TankPoints.lua
- added logging of player's shapeshift form (Druid form, warrior stance, warlock thingy, etc)
------------------------------------------------------------------------
r195 | JackTripper | 2012-09-28 02:41:25 +0000 (Fri, 28 Sep 2012) | 2 lines
Changed paths:
M /trunk/TankPoints.lua
- fix playerstats record to include armor, and not screw up everything else
------------------------------------------------------------------------
r194 | JackTripper | 2012-09-27 00:42:08 +0000 (Thu, 27 Sep 2012) | 2 lines
Changed paths:
M /trunk/TankPoints.toc
- updating to latest libstatlogic (druid dodge changes)
------------------------------------------------------------------------
r193 | JackTripper | 2012-09-24 12:05:38 +0000 (Mon, 24 Sep 2012) | 4 lines
Changed paths:
M /trunk/TankPoints.lua
- added logging of melee haste rating -> melee haste bonus -> Melee haste
- fixed bug in logging header that wrote "0" rather than "SpecializationIndex"
- fixed bug when trying to get specializationspells with no specialization selected (GetSpecialziationSpells(null))
------------------------------------------------------------------------
r192 | JackTripper | 2012-09-20 12:08:08 +0000 (Thu, 20 Sep 2012) | 2 lines
Changed paths:
M /trunk/TankPoints.lua
M /trunk/TankPointsCalculator.lua
M /trunk/TankPointsCalculator.xml
Hovering over "Total Reduction" will show the details of how that number came to be, including reduction through Block - which is now on a 2nd roll
------------------------------------------------------------------------
r191 | JackTripper | 2012-09-16 18:07:08 +0000 (Sun, 16 Sep 2012) | 4 lines
Changed paths:
M /trunk/TankPoints.lua
M /trunk/TankPointsLibDataBroker.lua
M /trunk/TankPointsTooltips.lua
M /trunk/TankPoints_Calculator.lua
- fixed tp calculations
- stopped assuming Ardent Defender is always up
- per-stat LDB tooltip now shows per 10 stat / 10
------------------------------------------------------------------------
r190 | JackTripper | 2012-09-15 18:50:31 +0000 (Sat, 15 Sep 2012) | 2 lines
Changed paths:
M /trunk/AceDebug-3.0/AceDebug-3.0.lua
------------------------------------------------------------------------
r189 | JackTripper | 2012-09-15 04:07:58 +0000 (Sat, 15 Sep 2012) | 2 lines
Changed paths:
M /trunk/TankPoints.lua
- updating with block from mastery and parry/dodge from new lsl formulas
------------------------------------------------------------------------
r188 | JackTripper | 2012-09-12 12:13:41 +0000 (Wed, 12 Sep 2012) | 4 lines
Changed paths:
M /trunk/TankPoints.lua
M /trunk/TankPoints.toc
M /trunk/TankPointsCalculator.lua
M /trunk/TankPointsPaperDollStats.lua
M /trunk/TankPoints_Calculator.lua
- Now calculate Parry from Strength and Dodge from Agility correctly (for my level 85 paladin at least)
- removed spell TankPoints, as it was causing errors and resistances were removed from the game anyhow
- TankPoints will now record every combination of class, level, and every stat - to aid in data reverse engineering
------------------------------------------------------------------------
r187 | JackTripper | 2012-09-10 11:29:09 +0000 (Mon, 10 Sep 2012) | 2 lines
Changed paths:
M /trunk/Locales/enUS.lua
- adding Strength tooltip text
------------------------------------------------------------------------
r186 | JackTripper | 2012-09-03 21:51:13 +0000 (Mon, 03 Sep 2012) | 2 lines
Changed paths:
M /trunk/TankPoints.lua
M /trunk/TankPoints.wowproj
M /trunk/TankPointsCalculator.lua
- some inital changes; my god what a long way to go
------------------------------------------------------------------------
r185 | JackTripper | 2012-08-31 22:45:40 +0000 (Fri, 31 Aug 2012) | 2 lines
Changed paths:
M /trunk/TankPoints.wowproj
------------------------------------------------------------------------
r184 | JackTripper | 2012-08-29 00:57:48 +0000 (Wed, 29 Aug 2012) | 2 lines
Changed paths:
M /trunk/TankPoints.toc
5.0.4.183
------------------------------------------------------------------------