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
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
5a8505577e
Classic fixes
2019-08-10 10:58:26 -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
05d9f92ca1
Overkill fixes
2019-07-24 13:22:39 -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
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
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
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
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
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
Tercioo
a6f56c46ad
- Garbage collector won't clear actors in mythic dungeon segments.
2019-03-11 21:41:55 -03:00
Tercioo
29f8cfbf75
- Changed the way mythic dungeons are handled internally.
...
- Added events: COMBAT_MYTHICDUNGEON_START, COMBAT_MYTHICDUNGEON_END, COMBAT_ENCOUNTER_END, COMBAT_ENCOUNTER_START.
- Added API: Details:GetCombatFromBreakdownWindow()
- Added wasted time in the segment tooltip for mythic dungeon overall and trash overall.
- Added Fel Eruption crowd control.
2019-03-10 21:36:25 -03:00
Tercioo
0a234de375
- Fixed plugins initialization broken in latest version.
2019-03-07 17:49:46 -03:00
Tercioo
3c62ffbf5b
- Attempt to fix some plugins loading after details! start and failing to install.
...
- Fixed Vamguard plugin not showing debuffs on tanks.
- Fixed a bug within Atal'Dazar dungeon where in some cases adds damage where considered friendly fire.
2019-03-06 15:22:09 -03:00
Tercioo
ab333051bc
- Framework update.
...
- Schedules run after combat ends and no more after regen_enabled.
2019-02-23 14:55:50 -03:00
Tercioo
df46fc9cf2
- Moving Details:Start() to PLAYER_LOGIN.
2019-02-21 13:02:22 -03:00
Tercioo
c018f4db29
- Custom display 'My Spells' now get the player role from the current spec the character is using.
...
- Framework: table copy won't try to copy '__index' meta table.
2019-02-09 14:05:24 -02:00
Tercioo
a4833f966b
- Added encounter ID for Grong horde version inside the parser encounter rules.
2019-01-30 17:35:46 -02:00
Tercioo
2c71a6428c
- Major clean up on plugins that lost support on 8.0.
...
- Some code cleanup and old windows using old window styles are now using the framework.
- Removed some debug prints.
- All export data are using LibDeflate now.
2019-01-23 16:20:12 -02:00
Tercioo
9301c993ca
- Encounter updates and framework fixes.
2019-01-22 14:28:29 -02:00
Tercioo
d5773d1583
- Framework update for mage polymorph fixes.
...
- Fixes for battle of dazar'alor raid.
2019-01-22 09:39:01 -02:00
Tercioo
0c486a24a2
- Battle for Dazaralor update.
...
- Fixed rogue spec icons.
- Some visual improvements.
- Framework update.
2019-01-20 00:22:22 -02:00
Tercioo
b198c62489
- Fixed Event Tracker tool broken on 8.1 patch.
...
- Fixed background color for the event tracker not changing correctly from the value selected on the options menu.
2018-12-31 11:06:00 -02:00
Tercioo
24d5be67d2
- Fixed East Asian myriads showing a giganting non formated number in the total bar DPS.
...
- Added a reset nickname button in the right side of the nickname field.
- Framework and NickTag library updates.
2018-12-03 17:25:35 -02:00
Tercioo
7e0916de63
- Added Death Logs for mythic dungeon runs in the Overall Data.
2018-11-22 14:01:54 -02:00
Tercioo
ca0775dcda
- Fixed window for report to Copy/Paste.
...
- Removed Report History from the report window.
- Fixed tooltip not hiding after clicking the report button.
2018-11-21 22:14:43 -02:00
Tercioo
268fab49a9
- New Feature: import and export profiles.
...
- Major improvements on bar text scripts.
- Improved import and export custom skins.
- Fixed shaman's sundering spell not showing in crowd control.
- Fixed sharing guild statistics.
- More spells added to spell consolidation: Whirlwind, Fracture, Mutilate.
- Monk Mistweaver Blackout Kick now has a indicator when it comes from passive 'Teachings of the Monastery'.
- Added slash command '/details debugwindow' for cases when the window isn't shown or are anchored in the wrong place.
- Exposed spell ignore table, you can now add spells to be ignored using Details.SpellsToIgnore [spellID] = true.
2018-11-07 17:32:08 -02:00
Tercio
8dd8714dd5
- Major improvements on row text scripts, now they pass 4 objects: actor, combat, instance and the default text of the bar.
...
- Added warrior Whirlwind, deamonhunter Fracture, rogue Mutilate to spell consolidation.
2018-10-30 19:40:07 -03:00
Tercio
24eebefb6f
- Added import and export profiles.
...
- Improved import and export custom skins.
- Fixed shaman's sundering spell not showing in crowd control.
- Fixed sharing guild statistics.
2018-10-28 15:58:05 -03:00
Tercio
c8bac60626
- Fixed damage on low level training dummies where it was showing 1 damage for each ability.
...
- Added a line in the tooltip shown when hovering over the spec icon to show non-formated DPS, example: "12.0K" DPS shows "11,985.8".
- Developers: command /run Details:DumpTable() should now show the correct table names with quotation marks if string.
- Framework update.
2018-10-19 21:11:32 -03:00
Tercio
6cfb1a71c4
- Fixing the pvp issue introduced in the previous build.
2018-10-10 23:01:37 -03:00
Tercio
14651bebb1
- Send character data when the group roster changes.
...
- Removed ignore_actors check since there's nothing to check at the moment.
2018-10-10 14:31:12 -03:00
Tercio
98b28ee05b
- Player detail window now has bigger lines (16 pixels to 20).
...
- Renamed the Group DPS window title to Real Time Group DPS.
- Framework update.
2018-10-09 18:43:05 -03:00
Tercio
c228e85acf
- Added a macro section with useful macros.
...
- More polish done to the Encounter Details! window.
2018-10-06 17:39:20 -03:00
Tercio
fa15da8338
- framework update.
...
- fix for friendly fire cleanup on the previous commit.
2018-10-05 09:18:09 -03:00
Tercio
9e9f897db6
- Updated to BFA 'Potion Used' and 'Health Potion and Stone' custom displays.
...
- Fixed small visual glitches and tooltip updates.
2018-09-30 20:05:18 -03:00