Commit Graph

36 Commits

Author SHA1 Message Date
Tercio Jose cf80fe5182 Attempt to wake up CF packager 2023-11-14 09:24:22 -03:00
Tercio Jose e721a07068 Undoing changes for combatlog changes on 10.2 as the combatlog changes got reverted 2023-11-14 00:30:10 -03:00
Tercio Jose 7e7dda8ee7 Fixed the Mythic+ Graphic not showing after clicking in "Show"; Fixed Health Bar on deathlog; 2023-11-12 16:01:17 -03:00
Tercio Jose daaa3a7f1f Fixed an issue where UnitFullName doesn't return the realm name for units in the same realm as the player, but return the realm if querying the player itself 2023-11-10 22:34:29 -03:00
Tercio Jose 7a5529d4e4 More fixes 2023-11-10 21:10:01 -03:00
Tercio Jose d95ff2b827 More fixes for patch 10.2 combatlog changes 2023-11-10 20:42:57 -03:00
Tercio Jose 5e7df0d94a Added Details:GetUntitClass(unitId), this call handles the Ambiguate in combatlog's player name when calling UnitClass 2023-11-08 20:25:25 -03:00
Tercio Jose 3b2ba40b29 API 2.0 now uses Details:GetFullName(unitId) to retrieve a unit name 2023-11-08 19:01:26 -03:00
Tercio Jose dd13aff961 Attempt to fix an issue for players on realms that have a space in the realm name. 2023-11-08 12:56:16 -03:00
Tercio Jose f870036f06 10.2 always send the realm name even if the unit is from the player's realm, this patch fixes the issues caused by the change 2023-10-28 16:03:01 -03:00
Tercio Jose cebe150e16 General Fixes and Improvements 2023-05-16 15:21:04 -03:00
Tercio Jose 690168bef3 Fixed more bugs on the new Breakdown Window 2023-05-01 14:20:04 -03:00
Tercio Jose 6dd148c438 general round of code cleanup and making it more robust 2022-12-25 14:43:36 -03:00
Tercio Jose 1c8dfb3ab7 Release Candidate 1 2022-11-18 16:54:25 -03:00
Tercio Jose 61e7f2ad52 Release with update to framework 2022-11-02 13:32:09 -03:00
Tercio Jose bebb4af33c updates 2022-10-13 13:41:07 -03:00
Tercio Jose 6243a32740 More bug fixes 2022-10-12 18:37:00 -03:00
Tercio Jose 1ed29008aa Small bug fixes and improvements 2022-10-10 13:26:13 -03:00
Tercio Jose 944178f76f Updated LibOpenRaid and DetailsFramework 2022-10-09 19:47:56 -03:00
Tercio Jose bc481bef48 Fixed unknown .displayName after startup 2022-09-26 22:10:46 -03:00
Tercio Jose 9fb7445a31 General round of fixes and implementations (16 files modified, SafeRun, Cooltip Cleanup) 2022-09-25 14:59:34 -03:00
Tercio Jose b1dd10f166 Added actor:IsFriendlyNpc() 2021-03-01 16:19:00 -03:00
Tercio c76e830a0b - Fixed spell container :ListActors() API.
- Finished revamp on the avoidance tab.
- Added Details:RemoveOwnerName(petName)
2018-08-25 20:15:31 -03:00
Tercio dba05908ec - Second pass on Patch 8.0.1 2018-07-17 13:31:22 -03:00
Tercio fad3f1fd28 - added back the localizations on ToC file.
- API: added actor:Pets() > return a numeric table with pet names formated with the owner name.
- added pets to the damage tooltip.
2017-04-27 16:23:29 -03:00
Tercio 9f5d387938 - Added slash command '/details api'.
- Major update on our .txt about the API, these files are on the root folder of details! at WoW/Interface/AddOns/Details.
2015-10-04 13:46:29 -03:00
Tercio 26a83d962c - Raid Check (plugin): added item level.
- Advanced Death Logs (plugin): bug fixes, it's important to update it.
- Time Line (plugin): bug fixes.
- Added option to disabled th eitem level tracker.
- Fixed issue with Dps/Hps data broker which wasn't respecting the type of time (effective/activity) selected.
2015-03-30 15:21:58 -03:00
Tercio af0a447b0d - Added Spirit Link Totem damage and healing on death log.
- Added the total of life exchanged by the Spirit Link Totem on player detail window.
- Added more spells for crowd control.
- Added scroll on bookmark panel.
2015-03-26 15:09:21 -03:00
Tercio cb09a6dc82 - Encounter Details plugin updates. 2015-02-19 15:20:44 -02:00
tercio cf3219f436 v3 Release Candidate. 2014-11-11 19:49:24 -02:00
tercio 20a9773a58 - Added Acitivity Time for Damage + Healing, tooltip show the activity separately.
- Major changes on Encounter Details Plugin making more easy to use.
- Removed Spell Details Plugin.
- Added new plugin: Dps Tuning.

- New API: actor:GetActorSpells() return table with spellid, spelltable.
- New API: actor:GetSpell (spellid) return the table for the spellid.
- New API: combat:GetCombatNumber() return a unique ID number identifying the combat.
- New API: framework:CreateButton (parent, func, w, h, text, param1, param2, texture, member, name, short_method)
- New API: framework:CreateDropDown (parent, func, default, w, h, member, name)
- New API: framework:CreateLabel (parent, text, size, color, font, member, name, layer)
- New API: framework:CreateBar (parent, texture, w, h, value, member, name)
- New API: framework:CreateChartPanel (parent, w, h, name)
2014-09-08 17:17:56 -03:00
tercio e406fe464b - Revamp on Death report.
- Data send to broker now is correctly formated.
- Modified the percentage method used on Comparison Panel.
- Added options panel for Encounter Details.

- New API: _detalhes:GetCurrentCombat() returns the current combat object
- New API: _detalhes:GetCombatSegments() returns a numeric table with all stored combats.
- New API: _detalhes:GetZoneType() returns the type from GetInstanceInfo().
- New API: _detalhes:InGroup()return true if Details! is considering the player inside a group.
- New API: _detalhes:GetOnlyName (string) return self.nome or string without realm name.

- New Event: ZONE_TYPE_CHANGED, it's triggered when the player change the zoze type.
- New Event: GROUP_ONENTER GROUP_ONLEAVE, trigger when the player left or enter in a group.
2014-07-17 17:57:32 -03:00
tercio b1cf458ca5 - Full rewrite on custom displays.
- Fixed the report bug on healing, energy and misc attributes.
- Fixed a bug where the player pet wasn't being tracked after logon in the game.

- NewAPI: instance:IsGroupMode() return if a instance is in group mode.
- NewAPI: instance:GetCustomObject() return the custom object current used by the isntance.
- NewAPI: _detalhes:GetEncounterActorsName (EJ_EncounterID) return a hash table with [bossname] -> {[model] [displayInfo]}
- NewAPI: actor:GetDisplayName() actor:Class() return the formated name; return the class.
- NewAPI: _detalhes:GetClassIcon (class) return the icon path and texcoords.
2014-06-21 18:11:08 -03:00
tercio 710a1e6031 - Emergencial fix for death logs which sometimes was breaking the addon data capture.
- Fixed window alerts which was showing behind the bars.
- Fixed a issue where Details! windows wasn't hidden when a pet battle starts.
- Fixed a issue with segments menu when a window is placed on the right side of the screen.
- Fixed death log issue with friendly fire hits.
2014-06-03 16:42:40 -03:00
Tercio 3cd5a901df - added support to skins, change over options panel. 2013-12-03 01:33:43 -02:00
Tercio 93be6d54a1 updates 2013-08-09 14:42:33 -03:00