Subject | Hash | Author | Date (UTC) |
---|---|---|---|
feat: Update add-on loading mechanism | 2d8df81c17fbfcaf8d0bb966a3373503bb32a585 | Vladyslav Bondarenko | 2023-08-18 19:59:39 |
feat: Update progress frames on demand only | 7c18488e61b5889eca4b057602fbc41883fc53f1 | Vladyslav Bondarenko | 2023-08-18 19:50:41 |
feat: Add basic font customization | 321c2e6251e2e619101f8d57b4d4b1ef10a79694 | Vladyslav Bondarenko | 2023-08-18 17:29:12 |
fix: Improve range indicator accuracy | 17ee7011ae6bdd3e28bae4694d40a68ea799d001 | Vladyslav Bondarenko | 2023-08-17 23:52:43 |
feat!: Add target range indicator | 83b3fae1f675042b7d9e89c09aedc864e8fcaa27 | Vladyslav Bondarenko | 2023-08-17 22:41:08 |
feat: Add class color code to target frame | 990cdf1d9f44c9916948697e74f86d6490d83304 | Vladyslav Bondarenko | 2023-08-17 20:59:28 |
feat: Add solo unit buttons | 4658af2b5142ff2ca86c2c4b48577879117a9ecc | Vladyslav Bondarenko | 2023-08-17 20:38:10 |
feat: Add power bar to raid unit button | b25bd8d28c30cb003bf8cfe2886e2cfd8442d32f | Vladyslav Bondarenko | 2023-08-17 18:48:29 |
feat!: Add basic raid frame stub | 66e27810a396b564cf7cd737e1f402f4f433b879 | Vladyslav Bondarenko | 2023-08-17 17:40:08 |
feat: Add raid frame stub | 5fd737cef8e3fc700bab1e6a89ceb68c21495eea | Vladyslav Bondarenko | 2023-08-16 02:35:08 |
fix: Show auras correctly at startup | 54136c9cedf83fa2a8559b879ab8410a6e28646c | Vladyslav Bondarenko | 2023-08-15 19:15:48 |
fix!: Shadowing correct functions | 53991b2f7093e765993f8423377602ca22e234da | Vladyslav Bondarenko | 2023-08-15 18:22:56 |
fix: Add UnitClass shadowing local | e87c61c3cae4cdb945714c67259a6304201968d0 | Vladyslav Bondarenko | 2023-08-15 18:21:32 |
feat!: Add unit name | b8358f834b4a9c25a6d057d91ed56e3b4d7dc320 | Vladyslav Bondarenko | 2023-08-15 18:21:12 |
feat!: Add power bar | 654fe43cb55a0e440bdead43d86e3d49bf331c3a | Vladyslav Bondarenko | 2023-08-15 17:43:59 |
feat!: Add health bar | 16bcad2d2169a7caa2a0f17513202673d178fa98 | Vladyslav Bondarenko | 2023-08-14 21:59:43 |
feat!: Add target aura tracker | 96105088fc793845cde21639e0221b82de897262 | Vladyslav Bondarenko | 2023-08-12 21:49:26 |
File | Lines added | Lines deleted |
---|---|---|
chorus.toc | 0 | 10 |
src/Chorus.xml | 10 | 0 |
File chorus.toc changed (mode: 100644) (index 774091a..b22afed) | |||
3 | 3 | ##Title: Chorus | ##Title: Chorus |
4 | 4 | ##Version: 0 | ##Version: 0 |
5 | 5 | src\Chorus.xml | src\Chorus.xml |
6 | src\ChorusFont.xml | ||
7 | src\ChorusAuraButtonTemplate.xml | ||
8 | src\ChorusAuraFrameTemplate.xml | ||
9 | src\ChorusProgressFrameTemplate.xml | ||
10 | src\ChorusHealthFrameTemplate.xml | ||
11 | src\ChorusPowerFrameTemplate.xml | ||
12 | src\ChorusUnitNameFrameTemplate.xml | ||
13 | src\ChorusRaidUnitButtonTemplate.xml | ||
14 | src\ChorusRangeFrameTemplate.xml | ||
15 | src\ChorusTestFrame.xml |
File src/Chorus.xml changed (mode: 100644) (index 480d682..fb803ce) | |||
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <Ui xmlns="http://www.blizzard.com/wow/ui/"> | <Ui xmlns="http://www.blizzard.com/wow/ui/"> |
3 | 3 | <Script file="Chorus.lua"/> | <Script file="Chorus.lua"/> |
4 | <Include file="ChorusFont.xml"/> | ||
5 | <Include file="ChorusAuraButtonTemplate.xml"/> | ||
6 | <Include file="ChorusAuraFrameTemplate.xml"/> | ||
7 | <Include file="ChorusProgressFrameTemplate.xml"/> | ||
8 | <Include file="ChorusHealthFrameTemplate.xml"/> | ||
9 | <Include file="ChorusPowerFrameTemplate.xml"/> | ||
10 | <Include file="ChorusUnitNameFrameTemplate.xml"/> | ||
11 | <Include file="ChorusRaidUnitButtonTemplate.xml"/> | ||
12 | <Include file="ChorusRangeFrameTemplate.xml"/> | ||
13 | <Include file="ChorusTestFrame.xml"/> | ||
4 | 14 | </Ui> | </Ui> |