Subject | Hash | Author | Date (UTC) |
---|---|---|---|
build: move test files to separate directory | 629a79fd7ea24f487655001cee2364ea3398628b | Vladyslav Bondarenko | 2024-01-26 00:59:22 |
build: minor patch to appease static analysis | 7c3af6a2309236acd2d2de3eccfe550d296aba39 | Vladyslav Bondarenko | 2024-01-26 00:45:50 |
fix: hide cast bar when unit is absent | 1d439ef7752b03dad32f5bff1a40e60db1e7d2b2 | Vladyslav Bondarenko | 2024-01-25 14:40:53 |
fix!: toggle group frames correctly when in combat | d206255d8aa9c6fd1fa6cbbc591192269a2ffd47 | Vladyslav Bondarenko | 2024-01-24 22:36:19 |
feat: add unit frame borders that are color coded | fb8e310e827c1cbdafa6ff2bc7760ef8fc617a16 | Vladyslav Bondarenko | 2024-01-24 20:23:43 |
fix: typo in src/ChorusUnitFrameTemplate.lua | 62ccfd2a62ce4ec8d9be7658663d06c9d39f743a | Vladyslav Bondarenko | 2024-01-24 18:57:02 |
fix: single frame toggles every group frame | 44d20820afb80aa381c2cfb1272123ba9a8e6156 | Vladyslav Bondarenko | 2024-01-24 18:47:12 |
build: migrate to make and adoc | 1e410bff214b6a32cd13343d3b7e521afa0cf93f | Vladyslav Bondarenko | 2024-01-23 14:42:21 |
doc: note the need to backport GetSpellName | 8dac49bb037de94b2980a45b91152691d9c5b98b | Vladyslav Bondarenko | 2024-01-23 14:24:44 |
feat: show remaining aura charges | beedf659895a3ecdd0df97e14e63d87f534d0bbc | Vladyslav Bondarenko | 2024-01-23 14:24:01 |
fix: remove aura button overlay and artwork gap | d0785edceabe16095e6e56aa42d88fb25bca3eb7 | Vladyslav Bondarenko | 2024-01-21 22:35:02 |
Release 0.6 | d76ca463e13d1a47b68541f33faa9c44ec745347 | Vladyslav Bondarenko | 2023-09-12 02:02:46 |
fix!: Show arena as party | 1c7d9c4c80948486eacd0c0eaa8f785a1efaa5ae | Vladyslav Bondarenko | 2023-09-11 23:51:47 |
fix: Filter out aura events | 193d8864ae6ca3a2f6bf3e6ed2260e06722e47fc | Vladyslav Bondarenko | 2023-09-11 21:14:26 |
feat: Arrange all solo frames in one column | 5d1f55b456efee534b970ed3ec80c5aeb334baa8 | Vladyslav Bondarenko | 2023-09-11 19:31:46 |
fix!: Show arena as party | 6b1ac51958c213e1e06ef4c43b2e01a7ef0d1e01 | Vladyslav Bondarenko | 2023-09-11 17:06:51 |
feat: Add arrow graphics to aura tooltip button | 16b016797a6bc7bb65d5cab8caa7dc8beeb4b48d | Vladyslav Bondarenko | 2023-09-11 16:35:40 |
feat: Add arrow graphics to aura tooltip button | 12129625fc1277c77974cc9a2b63b3cfc592cdf6 | Vladyslav Bondarenko | 2023-09-11 16:35:40 |
fix: Improve small raid layout | a4e48cb4e4b198d141abd4ce3914e71f5155f502 | Vladyslav Bondarenko | 2023-09-07 06:55:19 |
fix!: Simplify aura sorting algorithm | a2a294f60cee50ab51d044139f50d784bb8f3455 | Vladyslav Bondarenko | 2023-09-07 01:49:15 |
File | Lines added | Lines deleted |
---|---|---|
chorus.toc | 1 | 0 |
src/Chorus.xml | 0 | 4 |
test/ChorusTest.lua | 0 | 0 |
test/ChorusTest.xml | 5 | 0 |
File chorus.toc changed (mode: 100644) (index 42980f3..fca3e2b) | |||
3 | 3 | ##Title: Chorus | ##Title: Chorus |
4 | 4 | ##Version: 0.5 | ##Version: 0.5 |
5 | 5 | ##SavedVariables: ChorusUnitGroupRoleMap, ChorusLuacheckrcDump | ##SavedVariables: ChorusUnitGroupRoleMap, ChorusLuacheckrcDump |
6 | test\ChorusTest.xml | ||
6 | 7 | src\Chorus.xml | src\Chorus.xml |
File src/Chorus.xml changed (mode: 100644) (index 5b13834..99a8ed2) | |||
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 | <!-- `ChorusTest.lua` script is executed conditionally. | ||
5 | Decision is made at runtime. | ||
6 | Configuration is done in the snippet itself. --> | ||
7 | <Script file="ChorusTest.lua"/> | ||
8 | 4 | <Include file="ChorusFont.xml"/> | <Include file="ChorusFont.xml"/> |
9 | 5 | <!-- Templates (abstract classes). --> | <!-- Templates (abstract classes). --> |
10 | 6 | <Include file="ChorusAuraButtonTemplate.xml"/> | <Include file="ChorusAuraButtonTemplate.xml"/> |
File test/ChorusTest.lua renamed from src/ChorusTest.lua (similarity 100%) |
File test/ChorusTest.xml added (mode: 100644) (index 0000000..7532405) | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <Ui xmlns="http://www.blizzard.com/wow/ui/"> | ||
3 | <!-- The script is executed conditionally. --> | ||
4 | <Script file="ChorusTest.lua"/> | ||
5 | </Ui> |