Commit Graph

3682 Commits

Author SHA1 Message Date
Meow 7dcac8104f hotfix
use useUiScale CVar to calculate pixel perfect borders
2026-04-01 11:46:57 +02:00
Meow fe09495c55 Some adjustments for LFT reskinning 2026-03-31 20:42:24 +02:00
Meow aa2cb95ec2 Several changes
Fix stale debuff icons/tooltips on target frame after target swap
Fix debuffs not showing on nameplates for timer-less spells (e.g. Hurricane)
Fix buffwatch timer visually speeding up when another debuff fades
Remove 50ms aura cache (slotMapCache/auraFC) - caused stale debuff data
Remove "Show Only Own Debuffs" from unitframes and nameplates GUI
Force selfdebuff=0 for unitframes/nameplates on login to reset old SavedVariables
2026-03-31 19:51:36 +02:00
Meow 70b44774ee removed shred from timer list, this is not a debuff! 2026-03-31 16:05:20 +02:00
Meow 1f72b93ea5 New feature for "Buff" > "Target Debuff Bar"
"Target Debuff Bar" should now correctly show only own debuffs (there will be still debuffs that are not shown up properly like AOE spells or procs)
2026-03-31 07:11:48 +02:00
Meow df532862b6 added some nil checks for api.lua 2026-03-31 04:29:39 +02:00
Meow 88c8968158 Adjusted raidicons to be in FRONT of the health bar, not behind it 2026-03-31 02:52:00 +02:00
Meow 491fcd51c8 New option to pick Original or pfui raid marks! 2026-03-31 02:20:53 +02:00
Meow 91590b5025 Changed the raid icons to use the original Blizzard icons! 2026-03-31 01:43:05 +02:00
Meow e66062c3b6 pull request modification from @Doite for actionbar 2026-03-31 01:12:10 +02:00
Meow 4864888de7 Merge pull request #147 from me0wg4ming/revert-131-master
Revert "Fix for bar layout+alternatives+uneven orientation"
2026-03-30 18:57:01 +02:00
Meow 3ecc52e4cc Revert "Fix for bar layout+alternatives+uneven orientation" 2026-03-30 18:53:48 +02:00
Meow 474135ec15 Merge branch 'master' of https://github.com/me0wg4ming/pfUI 2026-03-30 17:25:19 +02:00
Meow b6e1f3cfb2 moved this.lastmax = nil to an other block (pull request) 2026-03-30 17:25:17 +02:00
Meow 8ad254c01e Merge pull request #126 from florian-gustin/master
Maul Swing color timer
2026-03-30 17:04:21 +02:00
Meow 2bbc5f1e52 Merge pull request #131 from Player-Doite/master
Fix for bar layout+alternatives+uneven orientation
2026-03-30 17:03:58 +02:00
Meow 206d085026 possible fix for LFT frame 2026-03-30 16:34:55 +02:00
Meow cc11831ada fixed heals being shown as prediction on hostile targets. 2026-03-30 16:21:25 +02:00
Meow 77f50fbf9b possible fix for timers vanishing on nameplates. 2026-03-30 16:20:42 +02:00
Meow d3ee08c170 fix for castbar not resetting if timer duration is the same as before. 2026-03-30 03:19:11 +02:00
Meow 811d606650 castbar: fix pushback display for casts and channels
- use SPELL_DELAYED_SELF (nampower) for cast pushback instead of pfGetCastInfo
- use SPELLCAST_CHANNEL_UPDATE remaining time for channel pushback
- move SetMinMaxValues outside endTime guard so bar visually extends on pushback
2026-03-29 23:42:30 +02:00
Meow f14b881cff fixed castbar to show cast delays properly again. 2026-03-29 23:00:14 +02:00
Meow 21b4fb77b2 fixed upper/lower case issue for macros of players (click casting) 2026-03-29 21:56:00 +02:00
Meow 5be9b00623 added Spellcast_channel_stop to libdebuff 2026-03-29 21:24:58 +02:00
Meow f5cc0dabf2 fixed a bug with uf_tukui module (missing nil value) 2026-03-29 19:28:04 +02:00
Meow c1c9b4b55e fixed castbar being not smooth for some rare case players on nameplates 2026-03-29 01:30:47 +01:00
florian-gustin 8a2ad1af1b Merge pull request #5 from me0wg4ming/master
mfo
2026-03-29 00:42:28 +01:00
Meow c0c3f9a21c Fix for other channels to have a castbar again 2026-03-28 19:19:45 +01:00
Meow 4fe7795f24 Branch-aware update notifications
Master and experiment users no longer cross-notify each other about updates. The version message now includes a branch tag (master or exp) derived from the toc version string at runtime — only players on the same branch trigger the update notification. No config needed, works automatically.
2026-03-28 15:01:32 +01:00
Meow c5c669ad3e updated readme formating 2026-03-28 14:51:00 +01:00
Meow df0d73f7e6 readme update 2026-03-28 14:47:07 +01:00
Meow ef9495bf88 version push and readme update 2026-03-28 14:46:15 +01:00
Meow 462f087ece fixed fake castbar showing up for some hunter spells/abilitys. 2026-03-28 14:31:37 +01:00
Meow 956582ff08 Fixed missing ranks.
- Added a new method to display spellrank when casting spells (nampower GetSpellRecField)
2026-03-28 12:59:44 +01:00
Meow 2f61716858 fixed castbar not showing properly for abilitys like Hunter Volley 2026-03-28 12:46:44 +01:00
florian-gustin 26d582c74f Merge pull request #4 from me0wg4ming/master
Merging from official
2026-03-27 18:49:40 +01:00
Meow 963c1c4427 fixed castbar to work properly for spells like Volley 2026-03-27 17:36:10 +01:00
Meow c8625668d4 Added missing zone/map infos
Thanks @paokkerkir for pointing it out.
2026-03-27 17:06:52 +01:00
Meow af26bb1844 Adjsted xp bar display again...
- Added tooltip that current display caps at 113% even though it is supposed to cap at 100% by the server. Please report this.
2026-03-27 15:07:26 +01:00
Meow 49fd015d20 turtle-wow change
- XP bar for rested xp has been capped to 100% max  by turtle-wow, not 150% - adjusted the formular to be accurate.
2026-03-27 14:35:48 +01:00
Player-Doite 9e9688072d Fix for bar layout+alternatives+uneven orientation
Fix for bar layout+alternatives+uneven orientation
2026-03-26 19:43:06 +01:00
Player-Doite c29b69d469 Added and fixed form layout+ uneven orientation
Stance/Form/Aura bar layout fix (before wrong), plus support for uneven rows.
2026-03-26 19:06:25 +01:00
florian-gustin 295ec0acfd Merge pull request #3 from me0wg4ming/master
Merging from official
2026-03-26 18:44:10 +01:00
Meow 57cbf1d1b6 updated link for nampower installation guide. 2026-03-26 15:29:13 +01:00
Meow f43b7c7342 changed nameplate castbars to look more smooth 2026-03-26 13:30:48 +01:00
Meow 14a5ccb4fe fixed xp bar to show false rested values. 2026-03-26 12:27:21 +01:00
florian-gustin 72d10228f4 Merge pull request #2 from me0wg4ming/master
Merging from official
2026-03-25 23:22:53 +01:00
Meow 7497c27b34 Merge pull request #127 from acid9000/patch-2
Update nameplates.lua - raid icons always visible
Good pull request, tested and approved.
2026-03-25 19:14:48 +01:00
florian-gustin c777e3eaba Merge pull request #1 from me0wg4ming/master
Merging from official
2026-03-25 18:38:56 +01:00
Meow b041a16744 Update libpredict.lua 2026-03-25 10:57:47 +01:00