Commit Graph

63 Commits

Author SHA1 Message Date
Tercio Jose fd801fa69f Open Raid Library update 2022-10-18 10:31:05 -03:00
Tercio Jose 035c8d6a7f bug fixes 2022-10-15 13:11:18 -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 0a54e3dc89 Bookmark code cleanup and framework update 2022-10-02 15:52:32 -03:00
Tercio Jose 11aa42e4da General fixes, framework update 2022-09-29 13:36:43 -03:00
Tercio Jose 797fb75bad Fixed segment menu background color being trasparent 2022-09-29 09:00:52 -03:00
Tercio Jose a221a66b4c Library Updates 2022-09-26 10:43:57 -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 666b643875 titlebar text updates 2022-09-14 20:27:06 -03:00
Tercio Jose 74d6114546 updates 2022-09-13 20:10:37 -03:00
Tercio Jose aaa5a149c2 SetAlpha above 1.0 is causing error 2022-09-08 16:28:44 -03:00
Tercio Jose 0306cda9c3 Fixing the statusbar color for the player breakdown window not showing on 10.0 2022-09-04 18:00:39 -03:00
Tercio Jose 691a3d5e72 More fixes for dragonflight 2022-09-02 09:24:44 -03:00
Tercio Jose 295287cd0b Fixes (6) 2022-09-01 20:05:31 -03:00
Tercio Jose ae22cfc634 Fixes (2) 2022-09-01 19:22:41 -03:00
Colton Schlosser 57bc1895a6 Fix IsWotLKWow typo 2022-08-31 17:10:58 -05:00
Tercio Jose 21282dcc88 Merge pull request #340 from Flamanis/IgnoreTalentsWrath
Don't use GetTalentInfoByID on Wrath
2022-08-31 17:39:25 -03:00
Flamanis 34053325e8 Don't use GetTalentInfoByID on Wrath 2022-08-31 15:15:12 -05:00
Tercio Jose d6420d1902 Attempt to fix Encounter Time not showing for some users 2022-08-31 11:36:15 -03:00
Tercio Jose e092c4d0aa Framework update 2022-08-29 18:33:41 -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
Tercio Jose 72bd44b973 Added Details:GetTop5Actors(attributeId) and Details:GetActorByRank(attributeId, rankIndex) 2022-06-14 13:48:14 -03:00
Tercio Jose 81b6edddd8 Added Arena auto hide option 2022-05-07 15:31:01 -03:00
Tercio Jose eceb99bbf2 Fixed spec icons with Alpha offset; attribute_string now parented to baseframe 2022-05-05 18:29:49 -03:00
Tercio Jose eb0e51e445 Merge branch 'master' of https://github.com/Tercioo/Details-Damage-Meter 2022-05-04 19:28:14 -03:00
Tercio Jose 51030c5ef8 TBC issues with lib open raid 2022-05-04 19:28:12 -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 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 dfd3fa8406 Improvements on skin installation 2022-04-28 16:44:04 -03:00
Tercio Jose b8b55e7653 Attempt to fix the issue of Skins installed after Details! initialization 2022-04-23 09:57:39 -03:00
Tercio Jose 80612f2d6f Bug Fix 2022-04-11 10:59:21 -03:00
Tercio Jose f65c99a54c Merge branch 'master' of https://github.com/Tercioo/Details-Damage-Meter 2022-04-07 14:33:48 -03:00
Tercio Jose 2f94bd93b8 Added M+ Score into the player info tooltip (hover over the spec icon) 2022-04-07 14:33:46 -03:00
Flamanis 0a7b62701b move_janela now actualizes both windows points 2022-04-01 15:29:00 -05:00
Flamanis d5bfd1cd62 Fix for Attribute menu on top screen
Fixes the position of the attribute menu overlapping the buttons when the direction is changed because too close to the edge of the screen
2022-01-25 00:43:11 -06:00
Tercio Jose e701c95fdd ToC Updates; Change logs; Framework update 2021-11-02 19:30:06 -03:00
Tercio Jose 07a60b42ec updated lib RaidStatus and general bug fixes; ToC Updates 2021-07-01 18:46:46 -03:00
Tercio Jose 39aa5f0e77 Make plugins be in the list of displays 2021-06-14 15:55:10 -03:00
Tercio Jose bd1700b5f1 general fixes for game client versions 2021-06-10 12:09:28 -03:00