Tercio Jose
899ac439a1
Fixed an issue affecting the Auto Hide for some users
2020-07-06 11:27:35 -03:00
Tercio Jose
346b212629
Version Bump
2020-07-04 18:44:44 -03:00
Tercio Jose
614cdb06e5
Fixed auto hide on pet battles
2020-07-04 14:31:47 -03:00
Tercio Jose
72ddfe8202
Another round of general bug fixes
...
- Added Abyssal Healing Potion.
- Fixed healing done targets on the breakdown window.
- Fixed hovering bars when the window is embed into the chat window.
2020-07-01 12:54:30 -03:00
Tercio Jose
168056cffb
More fixes for hiding issues
2020-06-30 14:35:02 -03:00
Tercio Jose
9b03c8184e
Fix for some Hiding issues
2020-06-30 14:24:46 -03:00
Tercio Jose
1d980f085e
Search first for Female Declensions
2020-06-29 19:51:35 -03:00
Tercio Jose
f04ee964d9
More fixes for the Auto Hide feature
2020-06-28 15:43:53 -03:00
Tercio Jose
d545f1216e
Fixes on the new feature Auto Hide
2020-06-28 15:23:50 -03:00
Tercio Jose
5b5d2aa44c
localization update
2020-06-27 20:06:24 -03:00
Tercio Jose
e6dec35beb
Auto Hide Options Overhaul
2020-06-27 18:13:07 -03:00
Tercio Jose
2d40243d25
Full Revamp on Auto Hide Settings
2020-06-21 18:56:17 -03:00
Tercio Jose
fe702cf97f
Bump version
2020-06-08 19:40:11 -03:00
Tercio Jose
c520bd2c3a
Merge pull request #74 from Fethbita/master
...
Diamond Ice ID is now fixed
2020-06-08 19:39:33 -03:00
Tercio Jose
52274432f6
Merge pull request #75 from Cistoran/master
...
Remove print messages for Spell Reflect spell info
2020-06-08 19:37:34 -03:00
Cistoran
b04b347329
Remove print messages for Spell Reflect spell info
2020-06-08 02:07:00 -06:00
Tercio Jose
5384f5826b
change logs and version update
2020-06-07 17:12:13 -03:00
Tercio Jose
c2007529d6
GetLocate on the fly instead of relying on a cached value
2020-06-03 19:55:42 -03:00
Tercio Jose
fedfe341a3
More spell reflection implementations
...
- added reflected spells in the player tooltip.
- added reflected spell in the player details window.
- reflection spells like Warrior's Spell Reflection now has a new spell school called "Reflection".
- soft tooltips and player details window improvements.
- damage spell object now has the member 'extra' which is a table that can store hash data.
- profile.tooltip.tooltip_max_abilities won't be forced to 6 any more, to set your own amount of spells shown on tooltips use:
/run Details.tooltip.tooltip_max_abilities = number;
2020-06-01 20:51:48 -03:00
Fethbita
ada9f483c9
Diamond Ice ID is now fixed
...
Also added some defensive abilities to hunter specs that didn't have them before
Fixed some space-tab problems
2020-05-31 17:19:02 +03:00
Tercio Jose
b9be3bbf39
Merge pull request #70 from m4tjz/patch-1
...
@m4tjz
Fix Spell Reflection Tracking
2020-05-30 19:26:34 -03:00
Tercio Jose
29afc7ea65
Merge pull request #73 from Fethbita/master
...
@Fethbita
Added Diamond Ice to spells list.
2020-05-30 11:43:19 -03:00
Tercio Jose
2ccc88cf31
Players can now ignore spells from the Spells List, to access go to Options Panel > Spell List > All Spells
2020-05-30 11:24:31 -03:00
Fethbita
99429ecfbc
Added Diamond Ice to spells list
...
In functions/spells.lua line 828, I don't know what
[60192] = "HUNTER", -- "Freezing Trap"
60192 is supposed to mean. Maybe an old remnant?
2020-05-30 10:20:21 +03:00
Tercio Jose
d51dfc336a
Increase revision
2020-05-29 19:14:43 -03:00
Tercio Jose
8667265b24
Added a Ignore field into the Spell List so users can blacklist spells from there
2020-05-29 13:02:32 -03:00
Tercio Jose
646732e0a6
Fixed AutoHide in Battlegrounds
2020-05-24 12:42:43 -03:00
Tercio Jose
79c86f9945
Added strings to localization and change log
2020-05-23 12:59:45 -03:00
Tercio Jose
7a2d7ee6dd
Added options to not show while in Battlegrounds
2020-05-23 12:43:44 -03:00
m4tjz
02b330a095
Update parser.lua
2020-05-17 17:12:55 -03:00
m4tjz
e5a9b76d31
Update parser.lua
...
Better tracking of Spell Reflected Damage.
2020-05-17 16:38:55 -03:00
Tercio Jose
8350ea2054
Ingame change log
2020-05-10 19:39:44 -03:00
Tercio Jose
1142fbb13a
Lock damage reflection on a time windows of 3 seconds from reflected to target hit
2020-05-10 19:33:19 -03:00
Tercio Jose
8967c8845a
Framework update
2020-05-10 17:31:43 -03:00
Tercio Jose
b3fafad975
Merge pull request #62 from athei/spell_reflect
...
Track spell reflect damage
2020-05-10 17:30:58 -03:00
Tercio Jose
2149413da3
Added ignore npc table
...
- Can be added anywhere using /run Details.npcid_ignored[npcid] = true
- Framework and Localization update.
2020-04-21 14:03:46 -03:00
Tercio Jose
e2a169aa72
Framework update
2020-04-14 14:58:29 -03:00
Alexander Theißen
655f54ad8f
Track spell reflect damage
...
Add damage that was reflected to the entity that has done
the reflected (mostly prot warris). Previously the damage
was added to the caster of the spell.
2020-04-11 10:08:53 +02:00
Tercio Jose
149986e6cc
Removed the leftover print plus framework updates
2020-03-14 13:40:14 -03:00
Tercio Jose
3d7f299207
General fixes and implementations
...
- Fixed a bug for healing done from unit to unit (by rubenvrolijk@github).
- Added Vanish to the list of defensive cooldowns for Rogues (by DylanMeador@github).
- Added Ny'alotha raid information (by jjholleman@github).
- Fixed Eye of Corruption and Grand Delusions.
- Fixed an error while retriving data from the guild (statistics sync).
- Updated the ToC files for bundled plugins.
- Segments Locked featured won't work for Overall Data.
- Fixed an issue on Player Details Window where sometimes Death Strike healing done would blink the Rune Weapon healing done.
- Regular Details Framework updates.
2020-03-01 23:32:31 -03:00
Tercio Jose
6c3e6ff7a4
Merge pull request #48 from jjholleman/master
...
Updated Ny'alotha raid info
2020-02-25 23:14:11 -03:00
Tercio Jose
ff5cccb40c
Framework update
2020-02-25 22:39:46 -03:00
Jordi Holleman
67966832a3
Updated N'zoth's id, added Il'gynoth's icon
...
N'zoth's id was the same as Skitra's id.
Il'gynoth's boss-face icon was missing which caused the later bosses to have the incorrect icons and names.
2020-02-25 00:47:54 +01:00
Jordi Holleman
bc9e1b40be
Added Queen Azshara's ID
...
Azshara's Encounter Journal ID was still missing from Eternal Palace raid info
2020-02-25 00:44:56 +01:00
Tercio Jose
5d371f4e94
Merge pull request #30 from rubenvrolijk/patch-1
...
bugfix healing done from unit to unit
2020-02-22 16:26:28 -03:00
Tercio Jose
7b5e2d7748
Merge pull request #26 from DylanMeador/master
...
Add vanish to the list of defensive cooldowns for Rogues
2020-02-22 16:23:05 -03:00
Tercio Jose
8e7012793c
Merge pull request #45 from jjholleman/master
...
Added Ny'alotha raidinfo
2020-02-22 16:20:22 -03:00
Jordi Holleman
f6969d9b1b
Added Ny'alotha raidinfo
2020-02-21 23:35:45 +01:00
Tercio Jose
bcdd7ae683
Get cached value for the user language
2020-02-10 20:20:09 -03:00
Tercio Jose
90ca7b9fb4
Merge pull request #42 from denis-kam/name-declension
...
Find pet owner using correct player name declension for ruRU locale.
2020-02-02 19:41:44 -03:00