Commit Graph

442 Commits

Author SHA1 Message Date
Flamanis d216a1d9d2 Move bad skin check to after ReajustaGump
ReajustaGump sets up the bar objects which are used in the ChangeSkin function and it's children functions.
2022-10-24 19:49:22 -05:00
Tercio Jose d97fe98a78 Division by zero fix 2022-10-23 13:13:20 -03:00
Tercio Jose a9e858d864 Disabled Bindings.xml to avoid taints in 10.0 2022-10-20 09:47:48 -03:00
Tercio Jose fd801fa69f Open Raid Library update 2022-10-18 10:31:05 -03:00
Flamanis c618aa11c8 Pass self reference to timer callback for PostponeSwitchToCurrent 2022-10-15 15:07:16 -05:00
Tercio Jose 035c8d6a7f bug fixes 2022-10-15 13:11:18 -03:00
Tercio Jose 50ed1cf776 Added Misses 2022-10-13 19:08:17 -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 69899679e7 Merging Seal of Command on Wrath classic 2022-10-10 16:51:56 -03:00
Tercio Jose 1ed29008aa Small bug fixes and improvements 2022-10-10 13:26:13 -03:00
Tercio Jose b588d5e30c Fixed an error while trying to move the window by clicking and holding on a window line 2022-10-09 20:48:47 -03:00
Tercio Jose 944178f76f Updated LibOpenRaid and DetailsFramework 2022-10-09 19:47:56 -03:00
Tercio Jose 9974a87119 Format the text in the breakdown player list using the same font, size and outline of the damage window 2022-10-09 17:12:13 -03:00
Tercio Jose e449983e0c small adjustments and bug fixes 2022-10-08 11:22:36 -03:00
Tercio Jose ea9caa1f40 Fixed: report window send button, tooltip showing the player's death 2022-10-06 16:24:29 -03:00
Tercio Jose 35a79b4014 portoform barrier and division by zero fix, framework update 2022-10-05 19:19:19 -03:00
Flamanis 6d0f979952 class_custom missing self reference in timer
A timer call to UpdateClass wasn't passing in the self reference, thus the parameter "actors" was not being filled since the passed in data was being routed to "self"
2022-09-29 20:49:28 -05: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 74d6114546 updates 2022-09-13 20:10:37 -03:00
Tercio Jose 10a55d2fbe Merge pull request #346 from Flamanis/Proper-White-Box-Fix
White Box Fix
2022-09-11 08:44:59 -03:00
Flamanis af09a4bb4f White Box Fix
If a skin has certain defaults still set from instance_defaults then assume it is a corrupted skin
2022-09-10 22:45:01 -05:00
Tercio Jose d6e0e27aa3 More fixes for Dragonflight 2022-09-08 18:22:18 -03:00
Tercio Jose 400a05288c More fixes for dragonflight 2022-09-02 17:34:01 -03:00
Tercio Jose ae22cfc634 Fixes (2) 2022-09-01 19:22:41 -03:00
Flamanis f6f12f42a1 Fix for Buff Uptime Tooltip with nil uptime 2022-08-29 16:16:45 -05:00
Tercio Jose d5bde7ed15 Merge pull request #325 from dios-david/add-grimrail-depot-cannon-dmg
Display Grimrail Depot cannon damage as separate entity
2022-08-10 17:45:13 -03:00
Tercio Jose 21d6f29ce5 Merge branch 'master' of https://github.com/Tercioo/Details-Damage-Meter 2022-08-10 17:41:13 -03:00
Tercio Jose 31c202c0f5 Major update
-New feature: Arena DPS Bar, can be enabled at the Broadcaster Tools section, shows a bar in 'kamehameha' style showing which team is doing more damage in the latest 3 seconds.
		-Revamp on the options section for Broadcaster tools.
		-Added 'Icon Size Offset' under Options > Bars: General, this new option allow to adjust the size of the class/spec icon shown on each bar.
		-Added 'Show Faction Icon' under Options > Bars: General, with this new option, you can choose to not show the faction icon, this icon is usually shown during battlegrounds.
		-Added 'Faction Icon Size Offset' under Options > Bars: General, new option to adjust the size of the faction icon.
		-Added 'Show Arena Role Icon' under Options > Bars: General, new option to hide or show the role icon of players during an arena match.
		-Added 'Arena Role Icon Size Offset' under Options > Bars: General, new option which allow to control the size of the arena role icon.
		-Added 'Level' option to Wallpapers, the wallpaper can now be placed on different levels which solves issues where the wallpaper is too low of certain configuration.
		-Streamer! plugin got updates, now it is more clear to pick which mode to use.
		-WotLK classic compatibility (Flamanis, Daniel Henry).
		-Fixed the title bar text not showing when using the Custom Title Bar feature.
		-Role detection in classic versions got improvements.
		-New API: Details:GetTop5Actors(attributeId), return the top 5 actors from the selected attribute.
		-New API: Details:GetActorByRank(attributeId, rankIndex), return an actor from the selected attribute and rankIndex.
		-Major cleanup and code improvements on dropdowns for library Details! Framework.
		-Cleanup on NickTag library.
		-Removed LibGroupInSpecT, LibItemUpgradeInfo and LibCompress. These libraries got replaced by OpenRaidLib and LibDeflate.
2022-08-10 17:41:06 -03:00
Flamanis 31af0f616d Fix Dynamic Overall Damage
Fix for dynamic overall damage tooltip erroring if the player is not part of the overall segment.
2022-08-09 14:54:28 -05:00
David Dios 4379e7f3a0 add grimrail depot cannon dmg as separate entity 2022-08-09 03:23:15 +01:00
Flamanis 717424bd83 Add Reset on new PVP option 2022-07-23 15:48:08 -05:00
Tercio Jose 72bd44b973 Added Details:GetTop5Actors(attributeId) and Details:GetActorByRank(attributeId, rankIndex) 2022-06-14 13:48:14 -03:00
Tercio Jose 419999fb09 Check if the left text has a valid text string before sending it to Truncate 2022-06-09 09:59:35 -03:00
Tercio Jose 4d87c82645 Don't remove scape sequence from displayName, it looks like to break covenants plugin 2022-05-19 17:39:04 -03:00
Tercio Jose c006675d94 Fixed /keystone command; Fixed issues with nicknames 2022-05-19 14:42:57 -03:00
Tercio Jose 75280164cb Merge pull request #299 from Flamanis/master
Right to left texture width fix
2022-05-04 19:27:34 -03:00
Tercio Jose 3d2dea9086 Added custom title bar 2022-05-02 19:40:17 -03:00
Flamanis 6851fd4728 Change to SetReverseFill
Deprecation of right_to_left_texture in favor of StatusBar:SetReverseFill

Deprecate right_to_left_texture in class_damage
2022-05-02 17:35:10 -05:00
Tercio Jose d669158221 Make line border color use alpha from its fixed color even when using color by the player class 2022-05-02 16:41:29 -03:00
Tercio Jose 3f09a59721 Added 'Line Border color by Player class' option 2022-05-02 16:38:39 -03:00
Tercio Jose 08a077b596 Added Borders to Row's Area and Window Area, renamed the old border to Skin Border 2022-05-01 19:23:20 -03:00
Tercio Jose 08f78be505 Added auto alignment for Align Text Columns 2022-05-01 14:46:17 -03:00
Tercio Jose 6f12b43310 Added option to add an overlay above the window lines 2022-04-29 19:01:50 -03:00
Tercio Jose 694b52ddc4 Updates, please see /details news 2022-04-22 13:30:41 -03:00
Tercio Jose 241200d6c0 Arena Enemy Player Deaths improvements 2022-04-08 14:33:42 -03:00
Tercio Jose e581d353cd Testing death recaps and put back fixes for grouping 2022-03-12 14:43:30 -03:00
Tercio Jose 1de5bfdc82 Fixed exit logs 2022-03-11 11:01:47 -03:00
Tercio Jose 6795fd2d6f framework update 2022-03-11 10:29:16 -03:00
Tercio Jose ade373ff10 table copy improvements 2022-03-09 16:02:55 -03:00