Commit Graph

718 Commits

Author SHA1 Message Date
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
Tercio ce41c0673f - Fixed an error when clicking on the spec icon.
- Added mythic plus score to spec icon tooltip (require raider.io mod).
2017-10-21 13:30:06 -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 b69509c22c - Fixed green icons on the new feature 'event tracker'. 2017-10-16 21:21:44 -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 4b3e8369ee - framework update to v58 (looks like some author are adding words like 'topleft' and 'top' to the global namespace). 2017-10-14 16:01:59 -03: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 54cc5f5b65 - lib folder renamed. 2017-10-01 21:03:47 -03:00
Tercio 7805d269e6 - Rolling back to Mercurial repository. 2017-09-27 17:59:04 -03:00