Commit Graph

506 Commits

Author SHA1 Message Date
Tercio 57393e4076 - Added outline option for the right text of the bar.
- Faction icon shouldn't show when setting show_arena_role_icon to false.
- Fixed a random error on the mythic dungeon chart.
2018-03-30 10:44:46 -03:00
Tercio 66e4561a0c - Fixed dungeon chart at the end of a mythic dungeon run.
- Added console run command: /run Details.show_arena_role_icon = true; this enable or disable the role icon in arena.
- Added console run command: /run Details.data_cleanup_logout = false; when true, clean all data on logoff.
2018-03-23 14:50:11 -03:00
Tercio a6cfb2a188 - Added run macro to disable arena team colors, use '/run Details.color_by_arena_team = false;' to disable it.
- Added the core version to show when using /details without parameters.
2018-03-16 13:04:05 -03:00
Tercio 830af846cf - Added suport to open plugins through macros, example: /run Details:OpenPlugin ("Time Line"). 2018-03-10 10:55:49 -03:00
Tercio ea5ce81d2f - More development on the mythic dungeon chart.
- Fixed options panel not opening on the requested section.
2018-03-09 15:31:22 -03:00
Tercio 58c325395d - Nicktag library update 2018-03-02 21:39:27 -03:00
Tercio f8c216ea0c - Fix for ticket #333: error on the new dungeon chart recorder. 2018-02-28 11:57:00 -03:00
Tercio 208ede8e6e - Added option to disable the mythic dungeon damage chart.
- Removed debug chat messages from the dungeon chart.
- Framework update to v67.
2018-02-26 11:13:39 -03:00
Tercio 801dfb3bbc - Added damage chart at the end of a mythic dungeon run.
- Framework update to v66.
2018-02-23 12:13:56 -03:00
Tercio 0b38e849bc - Added real time compile error while writing a custom script.
- Added protection on compiling a custom script to show in the window, an error text should be printed to chat window.
- Added events: COMM_EVENT_RECEIVED and COMM_EVENT_SENT.
- When options panel is not in the screen, the script will attempt to fix the position.
- While doing a sync on guild statistics, more information about the download is shown.
2018-02-09 11:33:02 -02:00
Tercio 521fee8ba7 - Fixed wasted shield subtracting the total healing of the spell. This wasn't affecting the healing done of the actor it self.
- Removed the debug button 'Hello World' from the plugin menu.
2018-02-02 13:29:07 -02:00
Tercio 6036cfcdb6 - Warlock mana from Life Tap won't show up any more under mana regen, this makes easy to see Soul Shard gain.
- Due to a framework update, typing the value on a slider shouldn't round the value up.
2018-01-26 14:07:43 -02:00
Tercio 984db015fc - Framework upated to v63 (template parenting support).
- General front end changes with template changes on plugins and other windows.
2018-01-18 14:58:35 -02:00
Tercio 5adc522454 - Default width for death window is now 350 (up from 300).
- Use new animations is now enabled by default and will be applied to all users immediately.
- Increased the amount the spells shown on the tooltip from 5 to 6.
- The option to use the new animations has been removed from the options panel.
- Fixed an issue with TinyThreat plugin where sometimes it trow errors.
2018-01-12 10:36:46 -02:00
Tercio 7c6675a200 - Custom window should now clear the previous code when start editing a new custom display.
- Fixed the bad look with the scrollbars on both ElvUI skins.
- More text formating on the ingame API list.
2018-01-03 11:53:23 -02:00
Tercio 8b16b16b21 - Create Aura and API window moved to the new plugin window.
- API ingame list updated.
- API: added global consts for segment ids: DETAILS_SEGMENTID_OVERALL and DETAILS_SEGMENTID_CURRENT.
- API: added alias Details:GetActor ("playerName").
2017-12-22 09:09:34 -02:00
Tercio 34a71a8846 - Polish on the Custom Display and Encounter Details windows.
- Fixed an issue on the segments and mode menus where the submenus wasn't anchoring correctly.
2017-12-15 08:29:20 -02:00
Tercio 7f0ec0ce04 - Fixed an issue with the statistics sharing among guild members.
- Fixed an issue with Argus encounter where two segments were created.
- Fixed aura type images on the Create Aura Panel.
- Create Aura Panel can now be closed with Right Click.
- Framework updated to r60, plugins should be more stable now.
2017-12-08 18:09:20 -02:00
Tercio 32d03526da - attempt to fix the argus encounter double segments. 2017-12-06 20:37:04 -02:00
Tercio db3030644a - added new panel to consolidate plugins and panels from the main addon into only one frame. 2017-11-26 16:31:05 -02:00
Tercio 91dd598b03 - removed some already fixed debug lines.
- removed a few tutorial windows shown when the addon is installed.
2017-11-21 10:00:22 -02:00
Tercio 4db6b277b8 - Fix for ticket #262: unable to open the player detail window when streamer option 'no alerts' are enabled. 2017-10-21 12:40:54 -02:00
Tercio 936fc56a2b - Click to open menus now close the menu if already opened.
- Added warrior execute and raging blow to spell consolidation.
- Fixed some errors with the search spell on Details! Forge.
2017-10-16 14:38:40 -02:00
Tercio 047d58242c - fixed an issue opening the segments menu.
- fixed a few strings on options panel.
- added a popup window for this particular update.
2017-10-14 13:04:36 -03:00
Tercio f55511e337 - Added several options and tools for streamers and youtubers.
- Bar animation now uses delta time and speed shouldn't variate with framerate.
- Test bars got improvement!
- Fixed balance druid sometimes being detected as resto druid.

- API: added new events: COMBAT_ARENA_START, COMBAT_ARENA_END, COMBAT_MYTHICDUNGEON_START, COMBAT_MYTHICDUNGEON_END.
- API: added Details:AddColorString (player_name, class), add the player class color in the name string.
- API: added Details:AddRoleIcon (player_name, role, size), add the role icon in the name string.
- API: framework updated to v57.
2017-10-09 22:43:26 -03:00
Tercio 7805d269e6 - Rolling back to Mercurial repository. 2017-09-27 17:59:04 -03:00
Tercio 7df507bd46 - testing the mercurial repo packpager. 2017-09-19 12:56:32 -03:00
Tercio 1b07ba9276 - packpager, hello? 2017-07-26 10:14:37 -03:00
Tercio 11d9d222c3 - attempt to make the packpager work with a very small tag. 2017-07-20 17:21:37 -03:00
Tercio 9a58e275b1 - hello packpager 2017-07-18 11:17:55 -03:00
Tercio 0302f4dcf1 - 4th attempt to release the version. 2017-07-14 15:11:00 -03:00
Tercio 35ec2e6406 - another attempt to release the version. 2017-07-14 14:38:21 -03:00
Tercio 128e0f4127 - tag as release 2017-07-13 14:36:26 -03:00
Tercio 4dbd9ceba4 - Fixed some issues with tooltiops popup when the user press SHIFT.
- Now is possible to change the bar durating when selecting Cast Start trigger on Details! Forge.
- Kil'Jaeden adds should be consolidated into only one actor instead of having one for each player targeted.
2017-07-12 13:39:04 -03:00
Tercio a66ebb81b2 - The alert to open the raid ranking after a boss kill, is now shown for 10 seconds (down from 40).
- Added a report button on the raid ranking panel and boss are sort alphabetically.
- Fixed some issues on the combatlog introduced on the wow patch 7.2.5 where sometimes the source of an event has no name.
- Ticket #209, fixed more issues with the comparison panel where are pets involved.
2017-07-05 13:01:10 -03:00
Tercio 15edd25de7 - using GetServerTime() instead of time() to compare when a boss has died across guild members.
- won't sync dps / hps from encounters from old raid tiers.
- won't sync encounters without the .servertime time stamp.
- core version bump up, so details will auto ignore comms from old databases without the .servertime member on the encounter table.
2017-06-27 15:36:27 -03:00
Tercio de4f6b2a62 - added localization to the Forge and History panels.
- added two new options for forge and history on the main menu (orange cogwheel).
- added tutorial frames for forge and history panels.
2017-06-26 14:30:17 -03:00
Tercio 9903205c0b - fixed an issue when creating test bar. 2017-06-24 21:39:13 -03:00
Tercio fe0d28fe50 - Monk stagger should be also shown under Damage Taken. 2017-06-24 14:08:53 -03:00
Tercio 5521200baf - framework update to v53.
- disabled periodically memory checks.
- weakauras created should now work on all client languages.
- few improvements on the details! forge panel.
2017-06-23 19:37:18 -03:00
Tercio b0d4f8020c - API: added class tables: _detalhes.classstring_to_classid and _detalhes.classid_to_classstring.
- Fixed an issue with buff uptime where sometimes the uptime wasn't shown.
- Major redesign on the Details! Forge utility.
2017-06-22 19:37:38 -03:00
Tercio 53602b30ed - attempt to fix the spellname nil problem on some encounters. 2017-06-21 00:18:05 -03:00
Tercio 98790fc628 - added tomb of sargeras raid info plugin. 2017-06-19 19:27:03 -03:00
Tercio 146dc87336 - New loc strings.
- Chromie should now be shown on damage and heal displays.
- Fix for Ticket #198 'script run too long'.
- Added boss target name on the first hit message.
- Few improvements on the new death recap.
- Added {rdps} and {rhps} for the data feed broker.
2017-06-17 18:00:48 -03:00
Tercio e28dbc990d - this is part of ToS June 20th update.
- New Death Recap implemented! replaces the default from Blizzard and can be configured at Options > Raid Tools.
- New Guild Damage and Heal rank on '/details ranking' panel.
- Added a Guild Sync button on the Details! Ranking Panel.
- Added Custom display 'Damage on Shields', useful for encounter like Maiden of Vigilance where there's big shields to be removed and you want to know who is doing more damage to it.
- Added Heal Absorbed display under Heal bracket.\n\nHeal Absorb are the heal denied by abilities such like DK's Necrotic Strike or raid boss Sisters of the Moon 'Embrace of the Eclipse' ability.\nThe tooltip of this display shows which players got heal denied, which abilities absorbed the heal, which abilities tried to heal but got the heal denied.
- Added Alternate Power display under Energy bracket, it shows the total of alternate power gain from each player, useful for encounters such as Demonic Inquisition.
- Fixed Paladin 'Light of the Martyr' damage to self.
2017-06-14 19:32:17 -03:00
Tercio e0e09ce6a4 - Added new Death Recap implemented! replaces the default from Blizzard and can be configured at Options > Raid Tools.
- Fixed Paladin 'Light of the Martyr' damage to self.
2017-06-04 18:54:41 -03:00
Tercio 31241bd00d - Fixed an error while killing low level mobs with warrior class. 2017-05-29 20:39:31 -03:00
Tercio 8fc0c0f758 - added custom display 'Damage on Shields'. 2017-05-28 15:19:05 -03:00
Tercio 9267195a95 - fixed warrior fury being detected as protection warrior.
- fixed an issue on the player detail window.
2017-05-25 13:32:02 -03:00
Tercio 447eb08401 - billion damage format.
- some debug added to find a nil sourcename from the CLEU.
- some table recycle suggested by @Farmbuyer on curseforge.
- framework update to version 50.
2017-05-24 11:58:47 -03:00