Commit Graph

464 Commits

Author SHA1 Message Date
NoM0Re ccb4d4af95 from retail 2025-01-16 01:51:26 +01:00
NoM0Re 1ff28a4f23 from retail 2025-01-14 17:42:05 +01:00
NoM0Re 9d6005c82f from retail 2025-01-14 02:10:45 +01:00
NoM0Re 74cc0c7ee8 from retail 2025-01-13 19:15:17 +01:00
NoM0Re 43c9ccec1c from retail 2025-01-13 17:54:30 +01:00
NoM0Re d14313d848 from retail 2025-01-13 17:38:21 +01:00
NoM0Re 0291e5b5e7 from retail 2025-01-13 14:56:26 +01:00
NoM0Re 613c9ecefe from retail 2025-01-13 14:24:27 +01:00
NoM0Re ab877bcec1 from retail 2025-01-13 00:35:39 +01:00
NoM0Re 01dd663f82 from retail
item count needs review, looks broken
2025-01-12 20:24:09 +01:00
NoM0Re 8bb5990fad from retail 2025-01-12 18:20:40 +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 794d8eef84 from retail 2025-01-11 20:23:49 +01:00
NoM0Re 65383b8664 from retail 2025-01-11 18:24:34 +01:00
NoM0Re 1b50569bcc from retail 2025-01-11 17:15:56 +01:00
NoM0Re 96c5618c6b from retail 2025-01-11 16:43:29 +01:00
NoM0Re 8fa335c199 from retail 2025-01-11 16:38:26 +01:00
NoM0Re d7233fe5d7 from retail 2025-01-11 16:33:30 +01:00
NoM0Re 49d0fa5f38 Merge branch 'master' into update 2025-01-10 19:58:50 +01:00
NoM0Re 713047adb2 revert Fix corner case in anchoring auras 2025-01-10 19:42:21 +01:00
NoM0Re 4c4b84863f from retail 2025-01-10 19:24:25 +01:00
NoM0Re a747346a9d from retail 2025-01-10 16:16:47 +01:00
NoM0Re b89c221c34 from retail 2025-01-10 14:15:01 +01:00
NoM0Re 9e2bffcd20 from retail 2025-01-09 20:23:53 +01:00
NoM0Re aee89075c9 from retail 2025-01-09 17:17:53 +01:00
NoM0Re 55709443ae from retail 2025-01-09 16:30:14 +01:00
NoM0Re ae98edecb2 from retail 2025-01-09 16:17:05 +01:00
NoM0Re 671e778a7d from retail 2025-01-09 15:51:07 +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 04feb2f3ff (fix)Create frames that are targets for anchoring immediately 2025-01-08 15:47:44 +01:00
NoM0Re 988145737d from retail 2025-01-08 00:24:04 +01:00
NoM0Re 2f96cddc7d readd function WeakAuras.IsCorrectVersion due to ElvUI_AddonSkins requiring it 2025-01-07 21:06:03 +01:00
NoM0Re 395d448066 from retail 2025-01-07 16:12:17 +01:00
NoM0Re 74a1a856ac from retail 2025-01-07 15:03:14 +01:00
NoM0Re 7a185106f2 from retail 2025-01-06 19:47:37 +01:00
NoM0Re 873748218a Add debug log from retail 2025-01-06 12:53:03 +01:00
NoM0Re 13ab335094 from retail 2025-01-06 12:53:03 +01:00
NoM0Re 40dcae7bcf from retail 2025-01-06 12:53:03 +01:00
NoM0Re 8375cfa0a7 from retail 2025-01-06 12:53:01 +01:00
NoM0Re 95db2e326e (fix)non-awesome_wotlk imports and double migration on retail imports #11 2025-01-06 12:47:41 +01:00
NoM0Re 86e98d6bcf Update general layout of WeakAurasOptions (#8)
* from retail

* (fix) improve pixel snapping by reapplying borders

* update spinbox texture

* add icons, loaded, standby, unloaded behavior from retail

* further use of ported inputbox and cleanup to ported frames

* move templates into WeakAuras and upversion
2025-01-04 19:33:14 +01:00
NoM0Re a62d8f352e remove unused prd code 2024-12-29 16:06:34 +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 bbd4e59b48 [fix] Also try to migrate retail imports that got edited on 4.0
This commit ensures that the internal version of the data is updated to the current WeakAuras internal version if it is either less than 67 or greater than the current WeakAuras internal version. This helps in migrating retail imports that were edited on version 4.0.

Changes:
- Check if data.internalVersion is less than 67 or greater than WeakAuras.InternalVersion().
- If true, set data.internalVersion to WeakAuras.InternalVersion().
- Perform necessary migrations for triggers and load fields.

This ensures compatibility and proper migration of retail imports edited on version 4.0.
2024-12-19 21:33:23 +01:00
NoM0Re 0dc9fac81a (fix) Cast widget's spellname/id 2024-12-16 13:26:16 +01:00
NoM0Re 0b4f47108a (fix/visual) Adjust load options to the correct locations 2024-11-28 12:52:42 +01:00
NoM0Re 9bab67090f (fix/visual) Unloaded Auras stayed incorretly in Loaded Section
This adjustment was made when the buttons were updated to support a tristate: Loaded/Standby/Unloaded. Currently, however, only the Loaded and Unloaded states are implemented yet.
2024-11-28 12:27:44 +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