Subject | Hash | Author | Date (UTC) |
---|---|---|---|
fix: Update solo tot frames | 4204e7a2649b970d28f4b0f38f4dc60e90cd40d0 | Vladyslav Bondarenko | 2023-08-30 23:37:37 |
fix!: Update party frame to unprotected strategy | 470935eb589f7ab2fa77ae1335a194420e597340 | Vladyslav Bondarenko | 2023-08-30 22:52:34 |
fix!: Render solo status bar textures correctly | 22d89fffabad69df1e7dcf078805e3ff341c5023 | Vladyslav Bondarenko | 2023-08-30 19:14:13 |
fix!: Restore solo frame context menu popup | 0cc446f33351c8998d2359a42000f84da19defcd | Vladyslav Bondarenko | 2023-08-29 22:43:22 |
feat!: Update unit frame layout framework | 1af4c0bd53a474483d60425f2a4e40250367ecf1 | Vladyslav Bondarenko | 2023-08-29 21:20:40 |
feat: Classify rare or elite units | dd2c1f490c08a75774be085b318ebcd1b2788a2b | Vladyslav Bondarenko | 2023-08-29 21:18:49 |
feat(build): Remove cgitrc | 1e6b59264abab70e1f2fa9ae494c74d2606c060f | Vladyslav Bondarenko | 2023-08-29 14:37:03 |
feat(build): Add cgitrc | 7288f0336e36010fb92bf60479fdca3a0082ecd1 | Vladyslav Bondarenko | 2023-08-29 14:14:24 |
feat(build): Add cgitrc | ea45afc0375774c2fe6bb0a3237cfd1817529ff0 | Vladyslav Bondarenko | 2023-08-29 14:14:24 |
feat(test)!: Toggle debug mode at runtime | 23c37e3ab2eaf924f41fe51adc1e54f525222a8b | Vladyslav Bondarenko | 2023-08-29 03:41:55 |
fix: Aura tooltip is always opaque | 1f7ba009c71796093b8cfa63cb38d918b9696c79 | Vladyslav Bondarenko | 2023-08-29 01:31:40 |
fix: Adjust aura tooltip toggle button layout | fc72d10b09f44ef9ba6f2f93413a20def40c2d4a | Vladyslav Bondarenko | 2023-08-29 01:30:27 |
feat!: Add role widget | 0ac8cda6522056c8adb527ba2f144229f251f69e | Vladyslav Bondarenko | 2023-08-29 00:59:14 |
fix: Only show power bar when appropriate | 5313d1bfbf676c88b5c2a0a56fbea88549633b7b | Vladyslav Bondarenko | 2023-08-28 22:46:36 |
feat!: Toggle detailed unit aura tooltip in combat | 460c622c04a8b0fa503c2a5d45313b667809b95c | Vladyslav Bondarenko | 2023-08-28 19:26:25 |
feat!: Add detailed buff and debuff popup | 1ff7bcff470419c7fa40c6b946e441867dda4825 | Vladyslav Bondarenko | 2023-08-27 20:42:05 |
fix!: Further specialize every aura frame | 1ec8385427bda76ea40840e68da7f5948d5af9bd | Vladyslav Bondarenko | 2023-08-27 18:40:55 |
feat: Add combat status indicator to unit buttons | 38e469e01eb581693fd22f69b0739ea308d94966 | Vladyslav Bondarenko | 2023-08-27 16:35:38 |
fix!: Show raid targeting icon correctly | ae5a1c5541d4bf137ea287671eb1f558422b26f4 | Vladyslav Bondarenko | 2023-08-27 15:24:57 |
fix!: Disable test mockup for release 0.4 | 54113d6a7f222ea2f382a1d5382c8e941e7537b1 | Vladyslav Bondarenko | 2023-08-26 22:42:33 |
File | Lines added | Lines deleted |
---|---|---|
src/ChorusFrame.xml | 6 | 7 |
File src/ChorusFrame.xml changed (mode: 100644) (index 810ba27..53ce6ef) | |||
49 | 49 | <Attribute name="unit" type="string" value="focus"/> | <Attribute name="unit" type="string" value="focus"/> |
50 | 50 | </Attributes> | </Attributes> |
51 | 51 | </Frame> | </Frame> |
52 | <Button name="ChorusPlayerPetButton" inherits="ChorusSmallUnitButtonTemplate"> | ||
52 | <Frame name="ChorusPlayerPetButton" inherits="ChorusSmallUnitFrameTemplate"> | ||
53 | 53 | <Anchors> | <Anchors> |
54 | 54 | <Anchor point="TOPRIGHT" relativeTo="ChorusPlayerFrame" relativePoint="TOPLEFT"> | <Anchor point="TOPRIGHT" relativeTo="ChorusPlayerFrame" relativePoint="TOPLEFT"> |
55 | 55 | <Offset x="-6" y="-6"/> | <Offset x="-6" y="-6"/> |
58 | 58 | <Attributes> | <Attributes> |
59 | 59 | <Attribute name="unit" type="string" value="pet"/> | <Attribute name="unit" type="string" value="pet"/> |
60 | 60 | </Attributes> | </Attributes> |
61 | </Button> | ||
62 | <Button name="ChorusTargetTargetButton" inherits="ChorusSmallUnitButtonTemplate"> | ||
61 | </Frame> | ||
62 | <Frame name="ChorusTargetTargetButton" inherits="ChorusSmallUnitFrameTemplate,ChorusTOTUnitFrameTemplate"> | ||
63 | 63 | <Anchors> | <Anchors> |
64 | 64 | <Anchor point="TOPRIGHT" relativeTo="ChorusTargetFrame" relativePoint="TOPLEFT"> | <Anchor point="TOPRIGHT" relativeTo="ChorusTargetFrame" relativePoint="TOPLEFT"> |
65 | 65 | <Offset x="-6" y="-6"/> | <Offset x="-6" y="-6"/> |
68 | 68 | <Attributes> | <Attributes> |
69 | 69 | <Attribute name="unit" type="string" value="targettarget"/> | <Attribute name="unit" type="string" value="targettarget"/> |
70 | 70 | </Attributes> | </Attributes> |
71 | </Button> | ||
72 | <Button name="ChorusFocusTargetButton" inherits="ChorusSmallUnitButtonTemplate"> | ||
71 | </Frame> | ||
72 | <Frame name="ChorusFocusTargetButton" inherits="ChorusSmallUnitFrameTemplate,ChorusTOTUnitFrameTemplate"> | ||
73 | 73 | <Anchors> | <Anchors> |
74 | 74 | <Anchor point="TOPLEFT" relativeTo="ChorusFocusFrame" relativePoint="TOPRIGHT"> | <Anchor point="TOPLEFT" relativeTo="ChorusFocusFrame" relativePoint="TOPRIGHT"> |
75 | 75 | <Offset x="6" y="-6"/> | <Offset x="6" y="-6"/> |
78 | 78 | <Attributes> | <Attributes> |
79 | 79 | <Attribute name="unit" type="string" value="focustarget"/> | <Attribute name="unit" type="string" value="focustarget"/> |
80 | 80 | </Attributes> | </Attributes> |
81 | </Button> | ||
82 | |||
81 | </Frame> | ||
83 | 82 | </Ui> | </Ui> |