Commit Graph

520 Commits

Author SHA1 Message Date
Tercio 6ac2c37bef - Hotfix an initialization issue caused by a stealth patch in the client addon API. 2018-08-09 00:39:13 -03:00
Tercio 2fb29a497d - Death Knight: Epidemic, Scourge Strike and Howling Blast now has a better description on the spell name.
- Fixed snap button showing when 'Hide Resize Buttons' are enabled.
- Fixed title bar icons not hiding when 'Auto Hide Buttons' is enabled.
- Several improvements to overall data, it should be more consistent now.
- Details! now passes to identify the tank role of the player even when out of a party or raid.
- Debug helper Details:DumpTable(table) now correctly shows the key name when it isn't a string.
- Improvements done on the Bookmark config frame accessed by the options panel > display section.
- New slash command: '/details spells'.
- Statistics for Legion has been closed! You can access statistics from the orange gear > statistics.
2018-08-07 15:55:19 -03:00
Tercio 5f55045b15 - Framework update.
- Fix for hunters spec detection.
- Spells panel can now be opened from outside Details!.
- Overall data will now track everything by default for new Details! instalation.
2018-07-30 14:02:20 -03:00
Tercio 720a95bc1b - Added size offset options for the chat tab embed feature.
- Revamp on the editor for the custom line text.
2018-07-28 18:22:13 -03:00
Tercio a1c527711c - Removed bookmark tutorial popup.
- Major Framework update to fix already existing XML warnings.
- Added more alias for the basic api, old calls won't be changed:
 * Details:GetWindow -> GetInstance
 * Window:IsShown() -> Instance:IsActive()
 * Window:HideWindow() -> Instance:ShutDown()
 * Window:ShowWindow() -> Instance:EnableInstance()
2018-07-24 13:56:44 -03:00
Tercio 2526d8802d - Added Cyclone to crowd control.
- Added new Auto Run script: on enter or leave group.
2018-07-20 18:23:25 -03:00
Tercio dba05908ec - Second pass on Patch 8.0.1 2018-07-17 13:31:22 -03:00
Tercio df9ce12b82 - Patch 8.0.1 2018-07-17 12:07:40 -03:00
Tercio 6ef270ac6f - Attempt to make the packager work. 2018-05-04 13:14:49 -03:00
Tercio 117913ab8d - Changes to make the live version work with the BfA Beta. 2018-05-03 14:51:47 -03:00
Tercio febf9dd34f - Fixed major issue with the statistics sharing.
- Added a new to disable score messages by using /run Details.deny_score_messages = true;
- minor fix in the framework to stop a warning in the beta of BfA.
2018-04-27 13:31:55 -03:00
Tercio 1823dab929 Release 5559:
- All Details! internal events callback are now secure calls.
        - Added slash commands: /details 'softtoggle' 'softshow' 'softhide'. Use them to manipulate the window visibility while using auto hide.
        - Fixed mythic dungeon graphic window showing up when the user leaves the dungeon before completing it.
2018-04-13 10:46:36 -03:00
Tercio af907e7ffa - Created a safe dispatcher for callbacks registered in details events. 2018-04-06 13:59:18 -03:00
Tercio 9119b2e287 - Added a minimize button on the mythic dungeon chart window.
- API: added Details:ResetSegmentData()
- API: added Details:ResetSegmentOverallData()
2018-04-06 13:52:50 -03:00
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