r477

Details

  • Filename
    Skada-r477.zip
  • Uploaded by
  • Uploaded
    Dec 13, 2013
  • Size
    496.14 KB
  • Downloads
    10,231
  • MD5
    38db4d9f03355910d0502fd8f23a1d71

Supported WoW Retail Versions

  • 5.4.2

Changelog

------------------------------------------------------------------------
r477 | funkydude | 2013-12-13 17:09:52 +0000 (Fri, 13 Dec 2013) | 1 line
Changed paths:
   M /trunk/Skada.lua
   M /trunk/modules/Damage.lua

Don't schedule wipe checks when starting combat via the encounter events.
------------------------------------------------------------------------
r476 | stanzilla | 2013-12-13 05:20:13 +0000 (Fri, 13 Dec 2013) | 1 line
Changed paths:
   D /trunk/fonts/Bazooka.ttf
   D /trunk/fonts/BigNoodleTitling-Oblique.ttf
   D /trunk/fonts/BigNoodleTitling.ttf
   D /trunk/fonts/BlackChancery.ttf
   D /trunk/fonts/Emblem.ttf
   D /trunk/fonts/Enigma__2.ttf
   D /trunk/fonts/Movie_Poster-Bold.ttf
   D /trunk/fonts/Porky.ttf
   D /trunk/fonts/Tangerin.ttf
   D /trunk/fonts/Tw_Cen_MT_Bold.ttf
   D /trunk/fonts/Ultima_Campagnoli.ttf
   D /trunk/fonts/Yellowjacket.ttf
   D /trunk/fonts/rm_midse.ttf

delete the fonts that are not loaded
------------------------------------------------------------------------
r475 | funkydude | 2013-12-13 03:49:08 +0000 (Fri, 13 Dec 2013) | 1 line
Changed paths:
   M /trunk/Skada.lua
   D /trunk/modules/SkadaDamage
   M /trunk/modules.xml

Fix opening the config using the slash command by calling open twice to bypass the Blizz bug, fix loading the damage module, delete the SkadaDamage directory.
------------------------------------------------------------------------
r474 | funkydude | 2013-12-13 03:44:59 +0000 (Fri, 13 Dec 2013) | 1 line
Changed paths:
   A /trunk/modules/Damage.lua (from /trunk/modules/SkadaDamage/Damage.lua:473
   D /trunk/modules/SkadaDamage/Damage.lua

Move the damage module up a level into the modules directory.
------------------------------------------------------------------------
r473 | funkydude | 2013-12-13 03:25:33 +0000 (Fri, 13 Dec 2013) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Options.lua
   M /trunk/Skada.lua
   M /trunk/locale/enUS.lua
   M /trunk/modules/SkadaDamage/Damage.lua
   M /trunk/modules.xml

Instead of polluting the addons folder with an addon for every module, we can load that code on demand via an ingame menu and merge the modules back into the main folder. Starting off with just the damage module/addon for testing. You can enable/disable it via the Skada config which will invoke a UI reload.
------------------------------------------------------------------------
r472 | funkydude | 2013-12-12 20:41:16 +0000 (Thu, 12 Dec 2013) | 1 line
Changed paths:
   M /trunk/Skada.lua

ENCOUNTER_START/END support for better boss detection.
------------------------------------------------------------------------
r471 | funkydude | 2013-12-10 22:49:13 +0000 (Tue, 10 Dec 2013) | 1 line
Changed paths:
   M /trunk/Skada.lua

Remove an extra check when adding pets that would add NPC summoned pets like Jaina's water elementals. I'm not sure why this was here in the first place (no comments) but I'm sure someone will complain if it breaks something else.
------------------------------------------------------------------------
r470 | funkydude | 2013-12-09 03:19:49 +0000 (Mon, 09 Dec 2013) | 1 line
Changed paths:
   M /trunk/Skada.toc
   M /trunk/embeds.xml
   M /trunk/lib/LibDataBroker-1.1/LibDataBroker-1.1.lua

Fix no-lib strip and update ancient databroker hard embed.
------------------------------------------------------------------------
r469 | funkydude | 2013-12-09 03:04:00 +0000 (Mon, 09 Dec 2013) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Skada.lua
   M /trunk/embeds.xml
   A /trunk/lib/LibStub
   A /trunk/lib/LibStub/LibStub.lua

Remove AceConsole and AceConfigCmd.
------------------------------------------------------------------------
r468 | funkydude | 2013-12-07 03:14:08 +0000 (Sat, 07 Dec 2013) | 1 line
Changed paths:
   M /trunk/Skada.lua

How does whitespace usage get SO BAD!?
------------------------------------------------------------------------
r467 | funkydude | 2013-12-07 03:00:52 +0000 (Sat, 07 Dec 2013) | 1 line
Changed paths:
   M /trunk/Skada.lua

more invalid variable fixes
------------------------------------------------------------------------
r466 | funkydude | 2013-12-07 02:40:17 +0000 (Sat, 07 Dec 2013) | 1 line
Changed paths:
   M /trunk/Skada.lua

missed a function call rename
------------------------------------------------------------------------
r465 | funkydude | 2013-12-06 23:31:31 +0000 (Fri, 06 Dec 2013) | 1 line
Changed paths:
   M /trunk/Skada.lua

For some reason mind controlled raid members don't count as being in your raid according to the raid flags :( Create a raid GUID cache to check all CLEU events against & minor cleanups.
------------------------------------------------------------------------
r464 | funkydude | 2013-12-06 03:03:19 +0000 (Fri, 06 Dec 2013) | 1 line
Changed paths:
   M /trunk/BarDisplay.lua
   M /trunk/Menus.lua
   M /trunk/Skada.lua
   M /trunk/modules/SkadaCC/CC.lua
   M /trunk/modules/SkadaDamage/Damage.lua
   M /trunk/modules/SkadaDamageTaken/DamageTaken.lua
   M /trunk/modules/SkadaDeaths/Deaths.lua
   M /trunk/modules/SkadaDebuffs/Debuffs.lua
   M /trunk/modules/SkadaEnemies/Enemies.lua
   M /trunk/modules/SkadaHealing/Healing.lua
   M /trunk/modules/SkadaThreat/Threat.lua

Fix checks to non-existing variables, cleanups.
------------------------------------------------------------------------
r462 | funkydude | 2013-12-03 15:57:09 +0000 (Tue, 03 Dec 2013) | 1 line
Changed paths:
   M /trunk/Skada.lua

encounter start/end prep for 5.4.2
------------------------------------------------------------------------
r461 | funkydude | 2013-12-03 15:37:28 +0000 (Tue, 03 Dec 2013) | 1 line
Changed paths:
   M /trunk/Skada.lua

don't bother passing args from the handler, we don't use them.
------------------------------------------------------------------------
r460 | funkydude | 2013-12-03 13:29:16 +0000 (Tue, 03 Dec 2013) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Skada.lua
   M /trunk/embeds.xml

Replace AceEvent with our own handler, unregister the combat log event when appropriate.
------------------------------------------------------------------------
r459 | funkydude | 2013-11-28 14:53:42 +0000 (Thu, 28 Nov 2013) | 1 line
Changed paths:
   M /trunk/Skada.lua

bump to grab latest LSM.
------------------------------------------------------------------------
r458 | cremor | 2013-11-03 11:30:43 +0000 (Sun, 03 Nov 2013) | 1 line
Changed paths:
   M /trunk/Skada.lua

Fixed activating Skada after joining a group if "Hide when solo" is enabled and "Hide in PvP" is disabled (was broken in r445).
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
353.60 KB Dec 13, 2013 5.4.2 179