Commit Graph

489 Commits

Author SHA1 Message Date
Tercio Jose 035c8d6a7f bug fixes 2022-10-15 13:11:18 -03:00
Tercio Jose 3f3d4db5f0 QuickDispatch now uses xpcall instead of pcall, fixed search box erroring on some searchs 2022-10-14 13:21:58 -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 54510ee298 New version format for '/details', added '/details version' to an easy copy and paste 2022-10-04 18:31:53 -03:00
Tercio Jose ffd4ba2cf0 Github Ticket #361 2022-10-03 08:42:51 -03:00
Tercio Jose 19e0a362c7 added aura tracker frame /details auras 2022-09-30 15:53:10 -03:00
Tercio Jose 11aa42e4da General fixes, framework update 2022-09-29 13:36:43 -03:00
Tercio Jose bc481bef48 Fixed unknown .displayName after startup 2022-09-26 22:10:46 -03:00
Tercio Jose 57133d389f Bug fixes for wotlk 2022-09-26 15:31:20 -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
ForestJ316 7ecb86c51c Add renewed hope to disco spec 2022-09-23 20:08:42 +01:00
ForestJ316 7f5ded76b2 Add more bdk spec spells for WotLK Classic 2022-09-23 05:33:48 +01:00
Tercio Jose a1e7da12f3 Added spells to detect specs in Dragonflight 2022-09-22 11:36:54 -03:00
Tercio Jose 5e847efe3c framework update; added /dumpt to dump tables 2022-09-21 13:42:55 -03:00
ForestJ316 762623ddaf Update SpecSpellList to WotLK standard 2022-09-20 17:05:20 +01: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
Flamanis d65d6d08bd Change check for IsTBCWow to IsWotLKWow
I got the capitalization correct this time I swear. I triple checked it!
2022-09-04 05:47:41 -05:00
Tercio Jose 2f97500025 framework update 2022-09-02 19:57:53 -03:00
Tercio Jose 400a05288c More fixes for dragonflight 2022-09-02 17:34:01 -03:00
Tercio Jose 5269549ea5 fix 2022-09-02 14:14:24 -03:00
Tercio Jose 4214f1eb0d Better auto run script error handler 2022-09-02 10:16:14 -03:00
Tercio Jose 5fcc9786ee Evoker Specs, class coords and colors 2022-09-01 23:33:04 -03:00
Tercio Jose e3a556562f Show dragonflight beta version when /details 2022-09-01 23:07:41 -03:00
Tercio Jose e6511163b7 Fixes (5) 2022-09-01 19:56:19 -03:00
Tercio Jose 22b83e722c Reset Auto Hide automation settings after importing a profile 2022-09-01 11:17:32 -03:00
Tercio Jose 09845aa96d BCC cleanups and /slash reporting retail build counter 2022-08-31 12:17:58 -03:00
Tercio Jose d6420d1902 Attempt to fix Encounter Time not showing for some users 2022-08-31 11:36:15 -03:00
Flamanis 27cfb1e43f Have /details show WOTLK instead of BCC on wrath 2022-08-31 03:13:15 -05:00
Tercio Jose 3d21e4a8e1 Removed Blackrock Granade from player damage from Grimrail Depot dungeon 2022-08-10 18:29: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
Tercio Jose c35f6f1180 Merge pull request #322 from Flamanis/Reset-on-new-BG
Add Reset on new PVP option
2022-07-23 17:53:14 -03:00
Flamanis 717424bd83 Add Reset on new PVP option 2022-07-23 15:48:08 -05:00
Tercio Jose 7609a99fb4 Clean up: removed deprecated libraries 2022-07-23 15:44:04 -03:00
Tercio Jose ebb9c10a98 Blind fixes for WotLK Classic, I don't have access to beta so these fixes may work or not 2022-07-14 19:41:49 -03:00
Tercio Jose 195934812f TBC Bump 2022-06-19 14:37:43 -03:00
Tercio Jose 53798fbd2f Don't refresh nicknames if nicknames are disabled 2022-05-29 14:11:32 -03:00
Tercio Jose 0bb2a71291 Updated /keystone to store guild keystones 2022-05-21 15:29:30 -03:00
Tercio Jose c006675d94 Fixed /keystone command; Fixed issues with nicknames 2022-05-19 14:42:57 -03:00
Tercio Jose 026aa2223a Added /keystone command; update on OpenRaid library; Several appearance settings added 2022-05-16 14:26:54 -03:00
Tercio Jose a988f7b429 Added /keystone and OpenRaidLib update 2022-05-15 21:05:02 -03:00
Tercio Jose a71aae6c63 Only show the blizzard death recap inside dungeons and raids 2022-05-05 12:57:59 -03:00