Skip to content

Commit

Permalink
Merge pull from agsimeonov. Updated healcomm library
Browse files Browse the repository at this point in the history
Updated LibHealComm-4.0 to v1.7.2
  • Loading branch information
LiuJonathan authored Nov 22, 2019
2 parents 2d9fe75 + ec0a317 commit 2cb182d
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 114 deletions.
2 changes: 1 addition & 1 deletion HealComm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if not HealCommSettings then
end

HealComm = select(2, ...)
HealComm.version = "1.1.3"
HealComm.version = "1.1.4"

local hpBars = {}

Expand Down
122 changes: 111 additions & 11 deletions libs/LibHealComm-4.0/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,122 @@
tag 5050022ddf3d81d9fc2e3a0e329915813ac85cbe v1.7.1
tag 3fb083cea200c32b268b943fff919108a6fc6ba5 v1.7.2
Author: Azilroka <[email protected]>
Date: Sat Nov 16 13:42:06 2019 -0600
Date: Fri Nov 22 11:01:25 2019 -0600

commit 939821b511d716d1e2173a78ab8af1c8ba2d3183
commit 5998d628c318f2ca66030d8290f4a66ce19e95d2
Author: Azilroka <[email protected]>
Date: Fri Nov 15 21:21:06 2019 -0600
Date: Fri Nov 22 11:00:54 2019 -0600

minor 78
Minor 82

commit d195402cd5455b4b9bc46f0b6bde92b463f2abea
commit 69dffe763ecb847960f0ad978897f19abe74d3e0
Author: Azilroka <[email protected]>
Date: Fri Nov 15 21:20:30 2019 -0600
Date: Thu Nov 21 18:20:21 2019 -0600

Fixed channeled heals and added bandages #65
Bump Minor 81

commit 180ecdc921fe54767a85202cfdf2217f91a9d1a7
commit 69dffe763ecb847960f0ad978897f19abe74d3e0
Author: Azilroka <[email protected]>
Date: Fri Nov 15 09:43:36 2019 -0600
Date: Thu Nov 21 18:20:21 2019 -0600

fix Flash Heal Levels
Bump Minor 81

commit 69dffe763ecb847960f0ad978897f19abe74d3e0
Author: Azilroka <[email protected]>
Date: Thu Nov 21 18:20:21 2019 -0600

Bump Minor 81

commit 04b78aaf4585cfff8325c62a0b542b4debd0dc4d
Author: Azilroka <[email protected]>
Date: Thu Nov 21 18:19:24 2019 -0600

Merge Requests (Manually Inputted)

commit 5ba3eedc8285583c6c1e92c36daa5be71ba9f5b3
Author: dev7355608 <[email protected]>
Date: Wed Nov 20 15:05:02 2019 +0100

Add GetHealTargets for First Aid

commit 699ca5b3b0f1959facc728da470847556bd2a29d
Author: dev7355608 <[email protected]>
Date: Wed Nov 20 03:43:03 2019 +0100

Remove redundant code in UNIT_SPELLCAST_SUCCEEDED

We do not need it, because it is already handled by SPELL_AURA_APPLIED.

commit 69a7f96dae2fa8c449af1ba146a7b81f2ba4a8c2
Author: dev7355608 <[email protected]>
Date: Tue Nov 19 16:31:24 2019 +0100

Improve range check of Prayer of Healing

commit 5ba3eedc8285583c6c1e92c36daa5be71ba9f5b3
Author: dev7355608 <[email protected]>
Date: Wed Nov 20 15:05:02 2019 +0100

Add GetHealTargets for First Aid

commit 699ca5b3b0f1959facc728da470847556bd2a29d
Author: dev7355608 <[email protected]>
Date: Wed Nov 20 03:43:03 2019 +0100

Remove redundant code in UNIT_SPELLCAST_SUCCEEDED

We do not need it, because it is already handled by SPELL_AURA_APPLIED.

commit b7f1bfb2717667f58e79c2c3b94b1824d8d7ce01
Author: dev7355608 <[email protected]>
Date: Wed Nov 20 03:34:30 2019 +0100

Improve spell ID detection in COMBAT_LOG_EVENT_UNFILTERED

commit 377d4d41e46fff7da4801902a49db07f33475f13
Author: dev7355608 <[email protected]>
Date: Tue Nov 19 21:04:45 2019 +0100

Fix range check of Prayer of Healing

commit 69a7f96dae2fa8c449af1ba146a7b81f2ba4a8c2
Author: dev7355608 <[email protected]>
Date: Tue Nov 19 16:31:24 2019 +0100

Improve range check of Prayer of Healing

commit 97f06c77dbd1c4cce50a61460cfb31d5dc356c03
Author: Azilroka <[email protected]>
Date: Mon Nov 18 18:59:37 2019 -0600

Regrowth Coefficients

commit d09b564097ef9a9a538a5b2695ecd2b4f087b17c
Author: dev7355608 <[email protected]>
Date: Tue Nov 19 16:40:46 2019 +0100

Fix GetHealAmount returns 0 when Renew is applied

commit 69a7f96dae2fa8c449af1ba146a7b81f2ba4a8c2
Author: dev7355608 <[email protected]>
Date: Tue Nov 19 16:31:24 2019 +0100

Improve range check of Prayer of Healing

commit 97f06c77dbd1c4cce50a61460cfb31d5dc356c03
Author: Azilroka <[email protected]>
Date: Mon Nov 18 18:59:37 2019 -0600

Regrowth Coefficients

commit 6d3524972df59bfab964f2b41d817c8b547bdcd5
Author: Azilroka <[email protected]>
Date: Sun Nov 17 12:52:53 2019 -0600

More cleanup

commit aed87349fc47afdcc5ab25d2d295234a53ff2f6d
Author: Azilroka <[email protected]>
Date: Sun Nov 17 12:45:46 2019 -0600

Cleaning up / Patches

Loading

0 comments on commit 2cb182d

Please sign in to comment.