Commit Graph

727 Commits

Author SHA1 Message Date
Tercio bdf5344f5e - Fixed the latest raid check update.
- Added NpcID storage.
2018-08-20 21:29:47 -03:00
Tercio 5217fdd9b2 - Updated flask and food list to BFA.
- Framework update.
- RaidCheck plugin updated.
- API added: _detalhes:GetSpecFromSerial (guid)
- API added: _detalhes:GetIconTexture (iconType, withAlpha)
- API added: _detalhes:GetRoleIcon (role)
- API added: _detalhes:GetSpecIcon (spec)
2018-08-19 15:27:19 -03:00
Tercio e3e63dcd67 - bug fixes. 2018-08-16 22:05:10 -03:00
Tercio 00d306a7b3 - Fixed an issue with Alliance or Horde icons showing at random in player bars.
- Fixed the Death Recap window not showing data during battlegrounds.
- Fixed new segment creation when the option to use only one segment while in a battleground is disabled.
- Fixed east asian number format on several strings.
- 'Smart Score' option renamed to "Unique Segment" under the PvP options for battlegrounds.
2018-08-13 17:06:46 -03:00
Tercio 9af2eabb13 - Fixed an issue with Alliance or Horde icons showing at random in player bars.
- Fixed the Death Recap window not showing data during battlegrounds.
- Fixed new segment creation when the option to use only one segment while in a battleground is disabled.
- Fixed east asian number format on several strings.
- 'Smart Score' option renamed to "Unique Segment" under the PvP options for battlegrounds.
2018-08-13 17:01:58 -03:00
Tercio 1fe339f168 - Fixed mobs showing when in Standard mode. 2018-08-09 11:55:18 -03:00
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 dae28af236 - Missing localization for the welcome window has been added. 2018-07-19 16:40:11 -03:00
Tercio 1917a4d8a5 - Attempt to fix a load file error. 2018-07-18 16:42:30 -03:00
Tercio ca47ca332c - Fixing a red alert load fail which was happening for some users. 2018-07-18 16:29:26 -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 cabd60f5c8 - Forgot to disable debug on mythic dungeons. 2018-03-24 09:32:03 -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 7b9bd30884 - hot fixes for the last update. 2018-03-13 22:15: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 9a5e448a30 - Embeding the custom display window into the new plugin window.
- Embeding the create aura panel into the new plugin window.
- Some localization added to Statistics and Create Aura panel.
2017-12-12 13:09:20 -02:00
Tercio 2b4aacd54d - 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 r62, plugins should be more stable now.
2017-12-09 10:08:54 -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 817d847eb1 - Hotfix the issue of getting errors when login in the game. 2017-11-29 11:32:17 -02:00
Tercio 40651a3420 - adding stuff for the new raid. 2017-11-27 11:54:48 -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