Commit Graph

827 Commits

Author SHA1 Message Date
Tercio Jose 4e8b13a2ef Revamp on '/details users' 2019-10-16 20:24:49 -03:00
Tercio Jose fa92aa3284 Missed version update on last commit 2019-10-08 13:31:02 -03:00
Tercio Jose d9bd9e2617 Fixed translation files and Translation updates. 2019-10-08 13:14:24 -03:00
Tercio Jose 1d230f61ee Fixed issue with the latest wow patch 82505
Fixes for the client change: "Chat channel 'SAY' cannot be used in open world anymore".
2019-09-28 13:46:19 -03:00
Tercio Jose b4c9a55cc2 General Bug Fixes
- Fixed custom displays import.
- Fixed 'Dynamic Overall Data' tooltip script.
- When using /details it tells the version of the addon much more clear.
2019-09-21 13:40:38 -03:00
Tercio Jose 9e376e8035 Major Library Updates 2019-09-16 18:14:59 -03:00
Tercio Jose 09cb8a7ab9 General Updates.
- localizations updates.
- string bug fixes.
- coments updates.
2019-09-07 19:17:06 -03:00
Tercioo 5bd30e291f Fixed bookmark panel where sometimes it gives errors, version number correction and fixed the classic version warning. 2019-08-17 09:50:52 -03:00
Tercioo 59f6be7454 Spell Cache fix for wow classic 2019-08-11 10:29:04 -03:00
Tercioo 7b86e5920d Classic fixes 2019-08-10 13:55:45 -03:00
Tercioo 5a8505577e Classic fixes 2019-08-10 10:58:26 -03:00
Tercioo a1b7153bfc Classic WoW hot fix 2019-08-09 11:36:11 -03:00
Tercioo 9071980638 Better overall data warning for new users.
The localized string for the overall data was been updated: STRING_TUTORIAL_OVERALL1
Need to be translated to all languages except english.
2019-08-03 16:48:11 -03:00
Tercioo 85c23d940b Eternal Palace boss info and Player Detail Window fixes 2019-08-03 16:22:45 -03:00
Tercio Jose 6b48e83c5d Merge pull request #6 from GyroJoe/the-eternal-palace-update
Update for The Eternal Palace
2019-08-03 14:04:19 -03:00
Joe Flint 4d99f94979 Adds initial data for The Eternal Palace 2019-07-25 20:21:49 -07:00
Tercioo b333731bd6 Last damage now shows the damage - overkill by default.
A command has been added to test the overkill without discouting the overkill damage from the last hit.
/run Details.show_totalhitdamage_on_overkill = true
2019-07-25 15:16:32 -03:00
Tercioo 05d9f92ca1 Overkill fixes 2019-07-24 13:22:39 -03:00
Tercioo 6fec19f4b5 Added more spellIDs for food, flask and potions.
Missing spell ids for food, flask and potion has been added, patch by nullKomplex.
2019-07-18 18:34:31 -03:00
Tercioo 627fc71661 Fixed some issues for 8.2 wow patch 2019-07-14 11:44:56 -03:00
Tercioo b48ea2a64d Geberal Bug Fixes
- Fixed an issue where sometimes resizing the window breaks it and need a reload.
- Fixed some classes showing the wrong icon (by nullKomplex)
2019-07-07 11:51:58 -03:00
Tercioo 04f621d78e Added Click Through and 8.2 Bug Fixes
- Added click through option in options > display section.
- Fixed code editor for bar texts not opening.
- General small bug fixes.
2019-07-02 18:50:14 -03:00
Tercioo 2018078d4b WoW Patch 8.2 General Fixes
- Cleanup on .pkgmeta file.
- Removed 3DModelsPatch plugin.
- ToC files Updated.
- Minor 8.2 API changes bug fixes.
2019-06-26 12:55:18 -03:00
Tercioo e3c854203c Classic WoW changes
I don't have access to classic wow at the moment, so thise changes are what players are telling me it's bugged.
2019-06-08 15:31:28 -03:00
Tercioo b3ab193856 Two other files from the commit remake 2019-05-28 15:41:53 -03:00
Tercioo 6069094af7 Re-making the commit for reported issues on classic wow 2019-05-28 13:25:48 -03:00
Tercioo 7c9a3957b4 Revert "More fixes for Classic WoW"
This reverts commit e21d70e46e.
2019-05-28 13:05:35 -03:00
Tercioo e21d70e46e More fixes for Classic WoW
This version should be stable on Classic WoW.
2019-05-26 14:48:12 -03:00
Tercioo 643d25bb91 Initial WoW Classic Support
First pass of changes to make Details! compatible with WoW Classic.
2019-05-23 15:13:42 -03:00
Tercioo 24dde5130c Merge branch 'master' of https://github.com/Tercioo/Details-Damage-Meter 2019-05-12 11:27:59 -03:00
Tercioo 62c2cad907 Framework update and few bug fixes 2019-05-12 11:27:56 -03:00
Tercio Jose 78c96a769d Merge pull request #1 from Scotsoo/toggle-show-hide
Toggle show hide with ctrl+click minimap icon
2019-05-07 09:02:56 -03:00
Scotsoo 2a0d8fa253 Ignoring translations :) 2019-05-06 17:12:40 +01:00
Scotsoo f1b188038c Functionality to ctrl+click minimap icon to hide/show windows
Translations pending
2019-05-05 13:15:35 +01:00
Tercioo cc57155d71 Energy and Resources Revamp
- Energy overflow when using spells are now tracked (using a spell which gives energy and the energy gained passses the max amount of energy).
- Energy overflow with classses with auto energy restoration like rogues are also tracked.
- Resources now are shown as resource per second instead of per minute.
2019-05-04 11:35:38 -03:00
Tercioo 5e5fd97e55 Added API: SegmentInfo(), SegmentTotalDamage(), SegmentTotalHealing(), see '/details api' for more information 2019-05-01 14:54:56 -03:00
Tercioo dfad8bc9fd New API Details.SegmentPhases() and Details.UnitDamageByPhase()
Details.SegmentPhases(): return a table containing phase numbers, use to query unit damage for a specific encounter phase.
Details.UnitDamageByPhase( unitId, phaseNumber): query the damage of a unit during a specific phase.
2019-04-23 15:02:34 -03:00
Tercioo 1869c6134d Added API Details.SegmentPhases() and Details.UnitDamageByPhase()
See ingame documentation with /details api
2019-04-22 14:04:50 -03:00
Tercioo 5e0e64982d Added API Details.UnitInfo and Details.UnitTexture
UnitInfo return information about the unit and UnitTexture return the texture for the class and spec for the unit.
2019-04-21 13:50:44 -03:00
Tercioo be966f7436 Added support for Combat Log Event Recording (in game)
Further versions will support ingame time line analysis using the combat log event records, at the moment it is available for early adopters.
To enable, edit the line '_is_storing_cleu' to true in Parser.lua.

Also on this version: added early implementation of damage chart in the Player Detail Breakdown window, it is disabled by default for users.
2019-04-16 13:20:28 -03:00
Tercioo d18fa8c138 Moving rank text to a new Statusbar in the Player Detail Window
Rank information was shown in the header above the tabs, now the player details window has a statusbar and the rank information is shown there.
2019-04-13 13:00:51 -03:00
Tercioo b778d46d3d Added Healing API 2019-04-12 13:18:46 -03:00
Tercioo f793dbeba5 API 2.0 Updates, /details api 2019-04-10 18:39:19 -03:00
Tercioo 2ff8108c83 More development on the new API 2019-04-09 14:05:18 -03:00
Tercioo 4bd7bbc6df - If the skin selected does not exists, use the default skin.
- Added 'icon_offset' member into instances to offset the class icon.
- Event Tracker not uses the cooldown and crowd control lists from the framework.
- Added new gradient wallpapers.
2019-04-03 15:08:37 -03:00
Tercioo 1523f179f8 - Added te first batch of API 2.0 (file functions/api2.lua) 2019-03-23 20:20:12 -03:00
Tercioo 625b1124bd - Added te first batch of API 2.0 (file functions/api2.lua) 2019-03-23 19:35:49 -03:00
Tercioo 020bb1bcda - Attempt to delete the last trash segment in a dungeon run if this trash is the current segment. I'll delete it and pass the last boss segment as the current segment, after that it'll create the overall segment for the dungeon run. 2019-03-18 15:10:59 -03:00
Tercioo 55790fb0ff - Tagging deprecated functions as 'deprecated' and small cleanups.
- Adding more prints to chat on the overall merge.
2019-03-15 20:03:38 -03:00
Tercioo b7b90f6d5e - Make sure the actor isn't a fight component before the garbage collector erases it.
- Do not do trash cleanups during mythic+ dungeon runs.
- Do not overrite a fight component or group state if the new value is false during a merge.
2019-03-14 20:30:51 -03:00