r585

Details

  • Filename
    XPerl-r585.zip
  • Uploaded by
  • Uploaded
    Oct 5, 2011
  • Size
    702.66 KB
  • Downloads
    120
  • MD5
    ff6588b3948a4849c59eb37496e6b6a6

Supported WoW Retail Versions

  • 4.2.0

Changelog

------------------------------------------------------------------------
r585 | mysticalos | 2011-10-05 21:23:34 +0000 (Wed, 05 Oct 2011) | 1 line
Changed paths:
   M /trunk/XPerl.toc
   M /trunk/localization.lua

Version incriment
------------------------------------------------------------------------
r584 | mysticalos | 2011-10-05 20:47:23 +0000 (Wed, 05 Oct 2011) | 1 line
Changed paths:
   M /trunk/XPerl_RaidHelper/XPerl_RaidHelper.lua

fix raid helper errors
------------------------------------------------------------------------
r583 | mysticalos | 2011-10-05 03:55:34 +0000 (Wed, 05 Oct 2011) | 1 line
Changed paths:
   M /trunk/XPerl_PartyPet/XPerl_Party_Pet.lua

fix a divide by 0 in party pet frame
------------------------------------------------------------------------
r582 | mysticalos | 2011-10-03 04:51:11 +0000 (Mon, 03 Oct 2011) | 1 line
Changed paths:
   M /trunk/XPerl_RaidMonitor/XPerl_RaidMonitor.lua

fix error from last commit
------------------------------------------------------------------------
r581 | mysticalos | 2011-10-02 21:46:04 +0000 (Sun, 02 Oct 2011) | 1 line
Changed paths:
   M /trunk/XPerl.lua
   M /trunk/XPerl_Party/XPerl_Party.lua
   M /trunk/XPerl_RaidHelper/XPerl_RaidHelper.lua
   M /trunk/XPerl_RaidMonitor/XPerl_RaidMonitor.lua
   M /trunk/XPerl_Target/XPerl_Target.lua

improvements to hp sanity checks by accounting for ghosts having 1 HP
------------------------------------------------------------------------
r580 | mysticalos | 2011-10-02 01:51:49 +0000 (Sun, 02 Oct 2011) | 2 lines
Changed paths:
   M /trunk/XPerl.lua
   M /trunk/XPerl_Party/XPerl_Party.lua
   M /trunk/XPerl_Player/XPerl_Player.lua
   M /trunk/XPerl_RaidFrames/XPerl_Raid.lua
   M /trunk/XPerl_RaidHelper/XPerl_RaidHelper.lua
   M /trunk/XPerl_Target/XPerl_Target.lua

More /0 fixes, and some code improvement
Also, WTF is this MI2 crap still here? yank all that crap out. we haven't needed MI2 or 3 to calculate boss health since BC
------------------------------------------------------------------------
r579 | mysticalos | 2011-09-30 21:57:56 +0000 (Fri, 30 Sep 2011) | 1 line
Changed paths:
   M /trunk/XPerl_Party/XPerl_Party.lua
   M /trunk/XPerl_Player/XPerl_Player.lua

couple more divide by 0s in party frame health and mana returning 0, have to wonder why the UnitMaxMana and UnitMaxHealth both return 0 so much on first query then correct value onupdate. if the api worked right to begin with we wouldn't have to account for 0 returns in every dang health and unit power function imaginable. :\
------------------------------------------------------------------------
r578 | mysticalos | 2011-09-30 21:44:30 +0000 (Fri, 30 Sep 2011) | 1 line
Changed paths:
   M /trunk/XPerl_Player/XPerl_Player.lua

fix one too many ( in last
------------------------------------------------------------------------
r577 | mysticalos | 2011-09-30 21:24:10 +0000 (Fri, 30 Sep 2011) | 1 line
Changed paths:
   M /trunk/XPerl_Player/XPerl_Player.lua

i'ms ure they are a lot more places with /0 but i'm just gonna fix em as reported i do not want to look through this mess manually. find more errors report em.
------------------------------------------------------------------------
r576 | mysticalos | 2011-09-30 19:28:59 +0000 (Fri, 30 Sep 2011) | 1 line
Changed paths:
   M /trunk/XPerl_RaidMonitor/XPerl_RaidMonitor.lua

sigh, more bad code that doesn't use sanity checks. Zek, why is HealthTotals calulating raid health when not in a raid? it's no wonder there is a divide by 0 error here. Rewrote function to actually check for raid party or solo and sanity checks if UnitHealthMax() return 0 for some dumb reason
------------------------------------------------------------------------
r575 | mysticalos | 2011-09-30 18:14:47 +0000 (Fri, 30 Sep 2011) | 1 line
Changed paths:
   M /trunk/XPerl_RaidAdmin/XPerl_Check.lua

Fix more possible cases of divide by 0
------------------------------------------------------------------------
r574 | mysticalos | 2011-09-30 13:34:03 +0000 (Fri, 30 Sep 2011) | 1 line
Changed paths:
   M /trunk/XPerl.toc
   M /trunk/localization.lua

Bump minor version
------------------------------------------------------------------------
r573 | mysticalos | 2011-09-30 13:29:49 +0000 (Fri, 30 Sep 2011) | 1 line
Changed paths:
   M /trunk/XPerl.lua
   M /trunk/XPerl_Target/XPerl_Target.lua

More division by 0 sanity checks that only come up in rare situations. (Seriously, how do you target a mob that has 0 max hp?)
------------------------------------------------------------------------
r572 | mysticalos | 2011-09-30 05:49:59 +0000 (Fri, 30 Sep 2011) | 1 line
Changed paths:
   M /trunk/XPerl.lua

Fix divide by 0 problem this way instead. since not everyone uses macs. :p
------------------------------------------------------------------------
r570 | mysticalos | 2011-09-28 21:19:45 +0000 (Wed, 28 Sep 2011) | 1 line
Changed paths:
   M /trunk/XPerl.lua

Use math.huge and math.log instead of /0 so xperl is functional on 4.3 PTR. also works on live.
------------------------------------------------------------------------
r569 | mysticalos | 2011-09-01 19:19:03 +0000 (Thu, 01 Sep 2011) | 2 lines
Changed paths:
   M /trunk/XPerl_Player/XPerl_Player.lua

Some fixes to level on player frame so it doesn't unregister tracking level ups if you're a paladin above level 9.
Also fix a bug with player rested experience checking a global that doesn't exist
------------------------------------------------------------------------