List of commits:
Subject Hash Author Date (UTC)
feat: Hostile debuffs trackers 4427a83e256e142c6be5f6f57e9ec1a41a8b7007 Vladyslav Bondarenko 2021-02-26 03:43:37
fix: Improve code maintainability e0aa6e601690fba16a0952a64b7c33edfb643b2a Vladyslav Bondarenko 2021-02-24 11:02:43
feat!: Track buff stacks 7c2973fb1d0e86082a0b344654fb2849ca38c9b7 Vladyslav Bondarenko 2021-02-24 01:27:03
feat: Add more priest overlay indicators fb4c03117e3287fddc91b593f409f990e3947223 Vladyslav Bondarenko 2021-02-20 23:52:56
feat!: Add holy priest overlay a33b2c323a1c9240b5abdb53a0c9758eb591aac8 Vladyslav Bondarenko 2021-02-20 16:06:00
fix!: Fix logical error to make Beacon appear correctly fa2446df85c2be3863dc03f99f63ab1444b97b0c Vladyslav Bondarenko 2021-02-18 11:29:59
feat!: Add Beacon of Light indicator 7121f0bba2055a652c607195dc51a1aa343ad757 Vladyslav Bondarenko 2021-02-13 22:34:41
feat: Automatically assign paladin party role cc3229299925367ed62dbbc0d4517430a3f12aea Vladyslav Bondarenko 2021-02-09 14:45:29
fix: Add backup font 0ebd17578b5dfc0cb47eb63860416536b93d4aaf Vladyslav Bondarenko 2021-02-08 09:08:44
feat: Add Inquisition buff indicator ca59d47fd34e155a6bc74805d980db3f6ae7b20d Vladyslav Bondarenko 2021-02-05 10:59:51
feat: Hide native spell activation overlay ddcc371861c562e3ea619510b0770259014be5df Vladyslav Bondarenko 2021-02-05 06:40:44
feat: Hide native paladin holy power indicator 1732d87a2bf90a3f53efeba8d7e815ba24320ea1 Vladyslav Bondarenko 2021-02-04 12:03:08
fix: Render decay degree correctly out of combat 893d43fe8418e5be5ed226fd5a0e484b65f34f91 Vladyslav Bondarenko 2021-02-02 16:20:19
fix: Apply Blessed Life indicator to holy spec only 1aef6bf1d31d5fccfafcc16d86c175844ed4def9 Vladyslav Bondarenko 2021-02-01 10:00:18
feat!: Track Blessed Life effect da49631eb74530816c74b17b5281087173414894 Vladyslav Bondarenko 2021-02-01 02:45:53
feat: Minor addition 3125daeab3730d2b9f0dde58e4ce747c8c262d24 Vladyslav Bondarenko 2021-01-27 03:28:48
fix: Adjust position of general indicators b1adb3cd69c9355552ac0faece7c7668b9771de6 Vladyslav Bondarenko 2021-01-26 20:26:16
fix: Render holy power decay smoothly 729371cd9355fdd0ac178a0e11f479ad0bea3ae3 Vladyslav Bondarenko 2021-01-26 04:41:18
feat: Prototype decay indicator f16a16c34d25fd71ad74347da09c0f410a7768cf Vladyslav Bondarenko 2021-01-25 22:26:52
feat: Color indicator after unit combat status cf42abb180bc02da2aeedd8bccda693a167017c8 Vladyslav Bondarenko 2021-01-22 09:01:53
Commit 4427a83e256e142c6be5f6f57e9ec1a41a8b7007 - feat: Hostile debuffs trackers
Author: Vladyslav Bondarenko
Author date (UTC): 2021-02-26 03:43
Committer name: Vladyslav Bondarenko
Committer date (UTC): 2021-02-26 03:43
Parent(s): ef14d4e2066669aac23d61d131294510e3eb1106
Signer:
Signing key:
Signing status: N
Tree: e1e8666882cba4f8c900f9117969ef575e72b936
File Lines added Lines deleted
daybreak.lua 102 5
daybreak.toc 1 1
File daybreak.lua changed (mode: 100644) (index 49703d8..520ae9c)
... ... local function applyOverlayUpdate(button)
41 41 assert (string.len(unitDesignation) >= 2) assert (string.len(unitDesignation) >= 2)
42 42 assert (string.len(unitDesignation) <= 256) assert (string.len(unitDesignation) <= 256)
43 43
44 local _, _, _, quantity, _, duration, expirationInstance = UnitBuff(unitDesignation, auraName)
44 local filter = button.filter or 'HELPFUL'
45 local _, _, _, quantity, _, duration, expirationInstance = UnitAura(unitDesignation, auraName, nil, filter)
45 46 quantity = quantity or 0 quantity = quantity or 0
46 47 assert (quantity ~= nil) assert (quantity ~= nil)
47 48 assert ('number' == type(quantity)) assert ('number' == type(quantity))
 
... ... local function applyOverlayUpdate(button)
54 55 local remainingDuration = math.max(0, math.ceil(expirationInstance - now)) local remainingDuration = math.max(0, math.ceil(expirationInstance - now))
55 56 local isDurationUnlimited = (remainingDuration or 0) == 0 and (duration or 0) == 0 local isDurationUnlimited = (remainingDuration or 0) == 0 and (duration or 0) == 0
56 57 local t local t
57 if isDurationUnlimited then
58 if isDurationUnlimited or remainingDuration > 60 then
58 59 t = nil t = nil
59 60 elseif quantity < 2 then elseif quantity < 2 then
60 61 t = tostring(remainingDuration) t = tostring(remainingDuration)
 
... ... local function acceptOverlayUnitAura(button, eventCategory)
120 121 assert (string.len(unitDesignation) >= 2) assert (string.len(unitDesignation) >= 2)
121 122 assert (string.len(unitDesignation) <= 256) assert (string.len(unitDesignation) <= 256)
122 123
123 local name, _, icon = UnitBuff(unitDesignation, auraName)
124 local filter = button.filter or 'HELPFUL'
125 local name, _, icon = UnitAura(unitDesignation, auraName, nil, filter)
124 126 if name then if name then
125 127 --[[ FIXME Apply graphics only once instead of every aura update ]]-- --[[ FIXME Apply graphics only once instead of every aura update ]]--
126 128 button:SetNormalTexture(icon) button:SetNormalTexture(icon)
 
... ... code line sorting.
146 148 @tparam frame parentFrame @tparam frame parentFrame
147 149 @treturn frame newly allocated button frame instance @treturn frame newly allocated button frame instance
148 150 ]] ]]
149 local function createButton(column, row, localizedSpellName, buttonName, parentFrame)
151 local function createButton(column, row, localizedSpellName, buttonName, parentFrame, filter)
150 152 assert (buttonName ~= nil) assert (buttonName ~= nil)
151 153 assert ('string' == type(buttonName)) assert ('string' == type(buttonName))
152 154 assert (string.len(buttonName) >= 2) assert (string.len(buttonName) >= 2)
 
... ... local function createButton(column, row, localizedSpellName, buttonName, parentF
177 179
178 180 button.spell = localizedSpellName button.spell = localizedSpellName
179 181 button.unit = 'player' button.unit = 'player'
182 button.filter = filter or 'HELPFUL'
180 183
181 184 button:RegisterEvent('UNIT_AURA') button:RegisterEvent('UNIT_AURA')
182 185 button:SetScript('OnEvent', acceptOverlayUnitAura) button:SetScript('OnEvent', acceptOverlayUnitAura)
 
... ... local function initPowerBar(rootFrame)
604 607 return hpf return hpf
605 608 end end
606 609
610 --[[--
611 Lose control indicator.
612 @section cyclone
613 ]]
614
615 local function createCycloneButton(column, row, localizedSpellName, buttonDesignation, parentFrame)
616 return createButton(column, row, localizedSpellName, buttonDesignation, parentFrame, 'HARMFUL')
617 end
618
619 --[[--
620 Initialize character lose control indicators.
621 @function initCyclone
622 @tparam frame rootFrame parent frame
623 @treturn frame newly allocated frame
624 ]]
625 local function initCyclone(rootFrame)
626 --[[ Row: lose control category; column: debuff type (magic, poison, phys) ]]--
627 local p = CreateFrame('FRAME', 'DaybreakCycloneHeader', rootFrame)
628 p:SetSize(32 * 4, 32 * 4)
629 p:SetPoint('CENTER', 0, 0)
630
631 --[[ Ass ]]--
632 createCycloneButton(2, 4, 'Cyclone', 'DaybreakCycloneCyclone', p)
633
634 --[[ Stun ]]--
635 createCycloneButton(2, 1, 'Charge', 'DaybreakCycloneCharge', p)
636 createCycloneButton(2, 1, 'Cheap Shot', 'DaybreakCycloneCheapShot', p)
637 createCycloneButton(2, 1, 'Concussion Blow', 'DaybreakCycloneConcussionBlow', p)
638 createCycloneButton(2, 1, 'Fire Blast', 'DaybreakCycloneFireBlast', p)
639 createCycloneButton(2, 1, 'Gnaw', 'DaybreakCycloneGnaw', p)
640 createCycloneButton(2, 1, 'Intercept', 'DaybreakCycloneIntercept', p)
641 createCycloneButton(2, 1, 'Kidney Shot', 'DaybreakCycloneKidenyShot', p)
642 createCycloneButton(2, 1, 'Shockwave', 'DaybreakCycloneShockwave', p)
643 createCycloneButton(2, 1, 'Throwdown', 'DaybreakCycloneThrowdown', p)
644 createCycloneButton(2, 4, 'Deep Freeze', 'DaybreakCycloneDeepFreeze', p)
645 createCycloneButton(2, 4, 'Hammer of Justice', 'DaybreakCycloneHammerOfJustice', p)
646
647 --[[ Disorient ]]--
648 createCycloneButton(1, 1, 'Blind', 'DaybreakCycloneBlind', p)
649 createCycloneButton(1, 1, 'Gouge', 'DaybreakCycloneGouge', p)
650 createCycloneButton(1, 1, 'Sap', 'DaybreakCycloneSap', p)
651 createCycloneButton(1, 2, 'Hex', 'DaybreakCycloneHex', p)
652 createCycloneButton(1, 4, 'Death Coil', 'DaybreakCycloneFear', p)
653 createCycloneButton(1, 4, 'Dragon Breath', 'DaybreakCycloneDragonBreath', p)
654 createCycloneButton(1, 4, 'Fear', 'DaybreakCycloneFear', p)
655 createCycloneButton(1, 4, 'Feezing Trap', 'DaybreakCycloneFreezingTrap', p)
656 createCycloneButton(1, 4, 'Holy Word: Chastise', 'DaybreakCycloneHolyWordChastise', p)
657 createCycloneButton(1, 4, 'Howl of Terror', 'DaybreakCycloneFear', p)
658 createCycloneButton(1, 4, 'Intimidating Shout', 'DaybreakCycloneIntimidatingShout', p)
659 createCycloneButton(1, 4, 'Polymorph', 'DaybreakCycloneFear', p)
660 createCycloneButton(1, 4, 'Ring of Frost', 'DaybreakCycloneRingOfFrost', p)
661
662 --[[ Silence ]]--
663 createCycloneButton(1, 1, 'Gag Order', 'DaybreakCycloneGagOrder', p)
664 createCycloneButton(1, 4, 'Counterspell', 'DaybreakCycloneCounterspell', p)
665 createCycloneButton(1, 4, 'Silence', 'DaybreakCycloneSilence', p)
666 createCycloneButton(1, 4, 'Spell Lock', 'DaybreakCycloneSpellLock', p)
667 createCycloneButton(1, 4, 'Strangulate', 'DaybreakCycloneFear', p)
668
669 --[[ Root ]]--
670 createCycloneButton(0, 4, 'Frost Nova', 'DaybreakCycloneFrostNova', p)
671 createCycloneButton(0, 4, 'Entangling Roots', 'DaybreakCycloneEntanglingRoots', p)
672
673 --[[ Slow ]]--
674 createCycloneButton(0, 1, 'Chains of Ice', 'DaybreakCycloneChainsOfIce', p)
675 createCycloneButton(0, 1, 'Hamstring', 'DaybreakCycloneHamstring', p)
676 createCycloneButton(0, 3, 'Crippling Poison', 'DaybreakCycloneCripplingPoison', p)
677 createCycloneButton(0, 4, 'Cone of Cold', 'DaybreakCycloneConeOfCold', p)
678 createCycloneButton(0, 4, 'Earthbind Totem', 'DaybreakCycloneEarthbindTotem', p)
679 createCycloneButton(0, 4, 'Slow', 'DaybreakCycloneSlow', p)
680
681 --[[ Healing reduction ]]--
682 createCycloneButton(3, 1, 'Aimed Shot', 'DaybreakCycloneAimedShot', p)
683 createCycloneButton(3, 1, 'Mortal Strike', 'DaybreakCycloneMortalStrike', p)
684 createCycloneButton(3, 1, 'Necrotic Strike', 'DaybreakCycloneNecroticStrike', p)
685 createCycloneButton(3, 3, 'Wound Poison', 'DaybreakCycloneWoundPoison', p)
686 createCycloneButton(3, 2, 'Curse of Tongues', 'DaybreakCycloneCurseOfTongues', p)
687 end
688
607 689 --[[-- --[[--
608 690 Beacon of light. Beacon of light.
609 691 Add dedicated Beacon of Light indicator. Add dedicated Beacon of Light indicator.
 
... ... Initialize player Beacon of Light buff indicator.
691 773 @treturn frame new frame that tracks the specific player buff @treturn frame new frame that tracks the specific player buff
692 774 --]] --]]
693 775 local function initBeacon(rootFrame) local function initBeacon(rootFrame)
694 local beacon = createButton(10, 4, 'Beacon of Light', 'DaybreakOverlayPaladinBeaconOfLight', rootFrame)
776 local beacon = createButton(11, 4, 'Beacon of Light', 'DaybreakOverlayPaladinBeaconOfLight', rootFrame)
695 777 beacon:SetNormalTexture("Interface\\Icons\\Ability_Paladin_BeaconOfLight") beacon:SetNormalTexture("Interface\\Icons\\Ability_Paladin_BeaconOfLight")
696 778
697 779 beacon:UnregisterAllEvents() beacon:UnregisterAllEvents()
 
... ... local function initDaybreak(rootFrame)
892 974 createButton(0, 3, 'Avenging Wrath', 'DaybreakOverlayPaladinAvengingWrath', rootFrame) createButton(0, 3, 'Avenging Wrath', 'DaybreakOverlayPaladinAvengingWrath', rootFrame)
893 975 createButton(0, 4, 'Guardian of Ancient Kings', 'DaybreakOverlayPaladinGuardianOfTheAncientKings', rootFrame) createButton(0, 4, 'Guardian of Ancient Kings', 'DaybreakOverlayPaladinGuardianOfTheAncientKings', rootFrame)
894 976
977 createButton(11, 0, 'Concentration Aura', 'DaybreakOverlayPaladinConcentrationAura', rootFrame, 'PLAYER HELPFUL')
978 createButton(11, 0, 'Crusader Aura', 'DaybreakOverlayPaladinCrusaderAura', rootFrame, 'PLAYER HELPFUL')
979 createButton(11, 0, 'Devotion Aura', 'DaybreakOverlayPaladinDevotionAura', rootFrame, 'PLAYER HELPFUL')
980 createButton(11, 0, 'Resistance Aura', 'DaybreakOverlayPaladinResistanceAura', rootFrame, 'PLAYER HELPFUL')
981 createButton(11, 0, 'Retribution Aura', 'DaybreakOverlayPaladinRetributionAura', rootFrame, 'PLAYER HELPFUL')
982
983 createButton(11, 1, 'Seal of Insight', 'DaybreakOverlayPaladinSealOfInsight', rootFrame, 'PLAYER HELPFUL')
984 createButton(11, 1, 'Seal of Justice', 'DaybreakOverlayPaladinSealOfJustice', rootFrame, 'PLAYER HELPFUL')
985 createButton(11, 1, 'Seal of Righteousness', 'DaybreakOverlayPaladinSealOfRighteousness', rootFrame, 'PLAYER HELPFUL')
986 createButton(11, 1, 'Seal of Truth', 'DaybreakOverlayPaladinSealOfTruth', rootFrame, 'PLAYER HELPFUL')
987
988 createButton(11, 2, 'Blessing of Might', 'DaybreakOverlayPaladinBlessingOfMight', rootFrame, 'PLAYER HELPFUL')
989 createButton(11, 2, 'Blessing of Kings', 'DaybreakOverlayPaladinBlessingOfKings', rootFrame, 'PLAYER HELPFUL')
990
895 991 --[[ Effects that may be applied by other players place on the right side ]]-- --[[ Effects that may be applied by other players place on the right side ]]--
896 992 createButton(9, 0, 'Hand of Freedom', 'DaybreakOverlayPaladinHandOfFreedom', rootFrame) createButton(9, 0, 'Hand of Freedom', 'DaybreakOverlayPaladinHandOfFreedom', rootFrame)
897 993 createButton(9, 1, 'Hand of Sacrifice', 'DaybreakOverlayPaladinHandOfSacrifice', rootFrame) createButton(9, 1, 'Hand of Sacrifice', 'DaybreakOverlayPaladinHandOfSacrifice', rootFrame)
 
... ... local function init(rootFrame)
937 1033 rootFrame:SetPoint('CENTER', UIParent, rootFrame:SetPoint('CENTER', UIParent,
938 1034 'CENTER', 0, 0) 'CENTER', 0, 0)
939 1035
1036 initCyclone(rootFrame)
940 1037 initBeacon(rootFrame) initBeacon(rootFrame)
941 1038 initBlessedLife(rootFrame) initBlessedLife(rootFrame)
942 1039 initDaybreak(rootFrame) initDaybreak(rootFrame)
File daybreak.toc changed (mode: 100644) (index 195a47f..463fd02)
1 1 ##Interface: 40300 ##Interface: 40300
2 2 ##Title: Daybreak ##Title: Daybreak
3 ##Version: 0.0.25-SNAPSHOT
3 ##Version: 0.0.26-SNAPSHOT
4 4 ##Notes: Custom spell activation overlay and power bar. ##Notes: Custom spell activation overlay and power bar.
5 5 daybreak.xml daybreak.xml
6 6 daybreak.lua daybreak.lua
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/vrtc/wowaddons

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/vrtc/wowaddons

Clone this repository using git:
git clone git://git.rocketgit.com/user/vrtc/wowaddons

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main