Commit Graph

379 Commits

Author SHA1 Message Date
Tercio Jose b4b6b64504 Fixed lib Translit on healing done 2021-08-03 10:44:42 -03:00
Tercio Jose 4fe002cf18 Added Transliterate to healing tooltips, fixed some close buttons with green boxes 2021-07-30 20:22:07 -03:00
Tercio Jose 37b7687d5f Rewrite on the Painsmith's Spikeball handler 2021-07-14 23:36:16 -03:00
Tercio Jose caf27f4ff0 Fixes for Kel'Thuzad and Painsmith encounters 2021-07-10 22:10:37 -03:00
Tercio Jose 48b026ff25 Merge pull request #223 from luhao007/master
Fix DynamicOverallDamage's Tooltip
2021-06-28 13:24:38 -03:00
Tercio Jose 8b2501309f Another wave of changes on Vanguard 2021-06-15 23:10:37 -03:00
Tercio Jose 39aa5f0e77 Make plugins be in the list of displays 2021-06-14 15:55:10 -03:00
Tercio Jose bd1700b5f1 general fixes for game client versions 2021-06-10 12:09:28 -03:00
Peldir Sunstrider e2197753bc Fix DynamicOverallDamage's Tooltip
Fix the issue that the Tooltip is double counting last combat when the combat is over.
2021-06-09 12:53:45 +09:00
Tercio Jose 35553c00ee Merge pull request #207 from Flamanis/master
Allow Custom Tooltip to read keydown
2021-05-19 20:25:48 -03:00
Tercio Jose eba3036d02 Fixes for the latest release 2021-05-17 18:37:25 -03:00
Flamanis 181b0ad6ac Allow Custom Tooltip to read keydown 2021-05-14 18:40:44 -05:00
Tercio Jose bc50723491 Finished coding the new arena real time dps bar 2021-05-06 19:28:15 -03:00
Tercio Jose 2379884746 Rewrite on Faders: Details.FadeHandler.Fader(frame, animationType, speed, hideType) 2021-04-24 18:17:59 -03:00
Tercio Jose ba97deb563 Pets changed 2021-04-08 11:38:44 -03:00
Tercio Jose 2d243d13b5 Make sure the arena unit exists before continuing 2021-04-08 11:00:16 -03:00
Tercio Jose 5a1cef5001 pets 2021-04-04 12:54:27 -03:00
Tercio Jose 10936adf71 changes 2021-04-03 18:40:01 -03:00
Tercio Jose 476e616147 Make Monk's Storm, Earth, and Fire adds have their names in the charts 2021-03-26 15:17:55 -03:00
Tercio Jose c6e17b199e Fixed an issue where sometimes exporting a profile wouldn't work 2021-03-15 14:43:03 -03:00
Tercio Jose 4c50ae9c6e Make the damage done tooltip more organized 2021-03-11 16:16:06 -03:00
Tercio Jose 6623082306 Check if the dispel amount is valid before work with the value 2021-03-06 20:58:19 -03:00
Tercio Jose af696b454b Fix for not finding the coords for nil when an enemy dies in battleground 2021-03-05 19:47:04 -03:00
Tercio Jose 3fa5a68238 Merge branch 'master' of https://github.com/Tercioo/Details-Damage-Meter 2021-03-05 19:40:21 -03:00
Tercio Jose 0d33b51090 Making custom scripts support inline texts 2021-03-05 19:40:18 -03:00
Flamanis 1b27156227 Fix for weird segment bug when swapping segments
When using a custom display that uses a spell, this line sets a numerical value to the `class` key, which conflicts with the default Details metatable `:class()` function that I ensure is on every custom object. Honestly, this is such a niche bug that it's stupid it happens. But when it does happen, no new segments are created. Soo, fix.
2021-03-03 15:40:43 -06:00
Tercio Jose b1dd10f166 Added actor:IsFriendlyNpc() 2021-03-01 16:19:00 -03:00
Tercio Jose 8085b91ad6 Backend stuff 2021-02-22 16:52:17 -03:00
Tercio Jose 81a9c31f75 Backend updates 2021-02-22 16:44:37 -03:00
Tercio Jose 85038b0fec Added arena enemy deaths 2021-02-11 11:39:12 -03:00
Tercio Jose d0c44e6b43 Fixed Coach feature giving error when clicking a player bar 2021-02-10 13:05:08 -03:00
Tercio Jose d907624537 Update to version 8192 2021-01-28 20:56:02 -03:00
Flamanis 513fa33ebd Always Show player: Ascending sort direction fix. 2021-01-22 16:25:06 -06:00
Tercio Jose d93fa5248f More fixes and development 2021-01-16 15:57:59 -03:00
Tercio Jose b703d60a5c Added mythic dungeon settings 2020-12-21 14:23:37 -03:00
Tercio Jose da6972d1c1 DeleteActor fix 2020-12-16 11:19:20 -03:00
Tercio Jose e364629e66 Adjusts for The Council of Blood encounter 2020-12-14 12:45:41 -03:00
Tercio Jose 7ed1182376 Removed Multistrike leftovers, added extra attacks counter 2020-12-05 15:13:18 -03:00
Tercio Jose 162c088c72 Fixed reports to Battle.net friends; Fixes on Custom displays 2020-11-30 12:24:16 -03:00
Flamanis 56384d66fc Remove custom icon
Upon testing I couldn't get it to work atm. So I'm just removing it from the pull request.
2020-11-26 16:37:10 -06:00
Flamanis 638cf0cc74 Allow for custom actors with a color. 2020-11-26 14:09:40 -06:00
Flamanis e1a33dc364 Fix Search Error Detection, Allow custom actors 2020-11-26 14:08:47 -06:00
Tercio Jose ea9ad32a7f Shaladownlands Launch 2020-11-23 17:03:08 -03:00
Tercio Jose 93a7a8cc69 Added the baseline for the Coach Mode feature
- Added the command '/details coach' to  enabled coach mode, need to be raid leader and all members must have details up to date.
- Fixed Tiny Threat not showing threat.
- Fixed annoucement interrupt toggle enable was reseting on logon.
- Added container_spells:GetOrCreateSpell(id, shouldCreate, token)
- Added Details:GetRaidLeader(), return the RL name.
- Framework update.
2020-11-03 20:55:19 -03:00
Tercio Jose fd09d77331 Fixed title bar text reseting position and code cleanups 2020-10-28 12:59:30 -03:00
Tercio Jose a50a49bf0b Fixed customs 2020-10-25 20:51:04 -03:00
Tercio Jose 701baee614 fix 2020-10-23 15:42:25 -03:00
Tercio Jose 4cf0bf3484 fix 2020-10-19 13:11:13 -03:00
Tercio Jose c42a35657d 8.3.0 > 9.0.1 2020-10-16 19:51:44 -03:00
Tercio Jose eabba12e08 Fix window showing bck after 10seconds of /de hide 2020-08-21 13:24:00 -03:00