Commit Graph

80 Commits

Author SHA1 Message Date
NoM0Re 5d1ac74d27 Rework LibGroupTalents now also returns function returns additionally, add Spec Role triggers to load/generic/bt2, fix WeakAuras.GetRegion
- **WeakAuras.SpecForUnit(unit)** = Returns: `classFileName..spec`, `Dominant Tree`, `spent1`, `spent2`, `spent3`
- **WeakAuras.GetUnitRole(unit)** = Returns one of: `"melee"`, `"caster"`, `"healer"`, `"tank"`
- **WeakAuras.SpecRolePositionForUnit(unit)** = Returns: `Dominant Tree`, `spent1`, `spent2`, `spent3`
- **WeakAuras.CheckTalentForUnit(unit, talentId)** = Returns: `"Points spent"` in talent or `nil`
- **WeakAuras.CheckGlyphForUnit(unit, glyphId)** = Returns: `true` if the player has the glyph associated with `spellID` or `spellName`, we can only see the glyphs of players running `LibGroupTalents-1.0`
2025-02-11 00:12:30 +01:00
NoM0Re 75eb0fd437 port all time formats from retail
i may restruct this in future, or even make a lib, because i dont like to have custom locales mixed in here
2025-02-09 20:46:36 +01:00
NoM0Re c27637908d from retail 2025-02-09 15:59:35 +01:00
NoM0Re 5cdb9aed28 port newest WeakAurasStopMotion and include it
https://www.patreon.com/posts/new-stop-motion-119300059
2025-02-06 23:22:05 +01:00
NoM0Re d3c8a9bf3e Make LibGroupTalents work now, but still requires regressions
Arguments might still shut be shared from the original call for custom auras.
More functions need to be added to prototypes.
Documentation is needed soon.
2025-02-06 21:31:45 +01:00
NoM0Re 95a13c6896 fix libs not loading, use libgrouptalents, but still not working 2025-02-01 20:17:50 +01:00
NoM0Re 8cc8d5ea62 from retail 2025-01-28 10:36:41 +01:00
NoM0Re d3a9fb094c from retail 2025-01-28 10:02:47 +01:00
NoM0Re 8e07a6495c from retail 2025-01-27 03:28:33 +01:00
NoM0Re f9bf9c3c16 from retail 2025-01-26 21:24:18 +01:00
NoM0Re 667a2f3f50 from retail 2025-01-25 23:37:36 +01:00
NoM0Re 4a326118da from retail 2025-01-25 20:07:12 +01:00
NoM0Re 1152abe6a5 from retail 2025-01-25 17:45:42 +01:00
NoM0Re bd6985e67a from retail 2025-01-24 21:18:29 +01:00
NoM0Re 56abad943d from retail 2025-01-23 22:26:07 +01:00
NoM0Re df23f7238e from retail 2025-01-23 22:04:34 +01:00
NoM0Re 4ed4d4159b from retail 2025-01-23 19:40:40 +01:00
NoM0Re e1e0744ecf from retail 2025-01-23 18:30:22 +01:00
NoM0Re 23c7da5ea6 Refactor progress handling
probably some regressions
2025-01-22 03:37:10 +01:00
NoM0Re a643b275ba from retail 2025-01-19 16:02:00 +01:00
NoM0Re dccd22b610 from retail 2025-01-19 14:27:20 +01:00
NoM0Re efdbb3c46d from retail 2025-01-17 18:59:10 +01:00
NoM0Re ad4ada1eb9 from retail 2025-01-17 17:03:13 +01:00
NoM0Re fcd2d11478 from retail 2025-01-16 19:46:24 +01:00
NoM0Re e17722f8a9 from retail 2025-01-12 17:32:55 +01:00
NoM0Re 5022fe7ffd from retail 2025-01-11 21:04:42 +01:00
NoM0Re 8fa335c199 from retail 2025-01-11 16:38:26 +01:00
NoM0Re a747346a9d from retail 2025-01-10 16:16:47 +01:00
NoM0Re 9e2bffcd20 from retail 2025-01-09 20:23:53 +01:00
NoM0Re a5dbbd2640 Clean up WeakAuras table and remove members that no one should touch 2025-01-09 15:14:12 +01:00
NoM0Re e5938f813d from retail 2025-01-08 16:32:09 +01:00
NoM0Re 395d448066 from retail 2025-01-07 16:12:17 +01:00
NoM0Re 7a185106f2 from retail 2025-01-06 19:47:37 +01:00
NoM0Re 8375cfa0a7 from retail 2025-01-06 12:53:01 +01:00
NoM0Re afa66ff265 add DummyPRDFrame, multiple Prototype Load Functions, Fix queued function in loginQueue, Refactor unit check and awesome detection 2024-12-29 13:28:40 +01:00
NoM0Re 13f734038d Multientry (#7)
* from retail

* from retail

* from retail

* from retail

* from retail

* from retail

* remove new threat functions as they are not well implemented for now
2024-11-27 12:09:02 +01:00
NoM0Re 6cfb24673c Temporary workaround for PUI 2024-08-25 13:13:04 +02:00
NoM0Re 0d29781570 add not Item Equipped, not Spell Known, Race load options 2024-07-12 19:54:09 +02:00
NoM0Re b7dac42f5a add lead/assist and maintank/mainassist load options 2024-07-07 05:34:25 +02:00
NoM0Re 7f8daf8745 add more handling for non awesome_wotlk user 2024-07-01 22:04:47 +02:00
NoM0Re 9bc27cada2 add handling for non awesome_wotlk user 2024-07-01 19:37:29 +02:00
NoM0Re 60460fb912 unrestrict nameplate units, we dont have restrictions with awesomewotlk 2024-07-01 17:16:03 +02:00
NoM0Re 909f61f102 add nameplate trigger/anchor with awesome wotlk 2024-06-29 18:33:34 +02:00
Bunny67 e7e789686a from retail 2022-05-19 22:04:17 +03:00
Bunny67 dee287623d update media 2022-01-01 18:06:12 +03:00
Bunny67 5508ecf9a7 3.2.3 2021-05-04 16:49:16 +03:00
Bunny67 6e530142d3 from retail 2021-03-07 19:42:16 +03:00
Bunny67 e0672fe539 from retail 2020-12-27 05:57:15 +03:00
Bunny67 7cbc40c959 beta 2020-11-15 23:43:10 +03:00
Bunny67 ce5da4dc3e beta 2020-09-22 17:50:02 +03:00