Subject | Hash | Author | Date (UTC) |
---|---|---|---|
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 |
feat!: Add raid frame with 25 small buttons | 5bdc57423adeb4137bc796932657cf64f22ef8ad | Vladyslav Bondarenko | 2023-09-01 01:12:15 |
feat!: Add UnitSetRole backport | 1eb6a3777cb6361f57386959cdec4066715bb0a6 | Vladyslav Bondarenko | 2023-08-31 18:07:35 |
feat(build): Add separation for Cata and Wrath API | c1ec823b22648324afb48852149296f6b0612830 | Vladyslav Bondarenko | 2023-08-31 18:05:42 |
feat!: Release 0.5 | ff0038bc36df311a01b038e192c3e6b495e5c509 | Vladyslav Bondarenko | 2023-08-30 23:45:43 |
fix!: Remove old flavour of unit frames | 58d82ae1ba66bfc0acf41b97df99746a57a7a7cd | Vladyslav Bondarenko | 2023-08-30 23:38:49 |
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 |
File | Lines added | Lines deleted |
---|---|---|
chorus-0.6-1.rockspec | 1 | 1 |
rocketgit/artifacts | 2 | 2 |
src/ChorusAuraFrameTemplate.lua | 1 | 0 |
File chorus-0.6-1.rockspec renamed from chorus-0.5-1.rockspec (similarity 95%) (mode: 100644) (index f065aaa..f42a1b0) | |||
1 | 1 | package = "chorus" | package = "chorus" |
2 | 2 | rockspec_format = "3.0" | rockspec_format = "3.0" |
3 | version = "0.5-1" | ||
3 | version = "0.6-1" | ||
4 | 4 | ||
5 | 5 | source = { | source = { |
6 | 6 | branch = "master", | branch = "master", |
File rocketgit/artifacts changed (mode: 100644) (index fa8ce03..64f4766) | |||
1 | chorus-0.2-1.src.rock | ||
2 | map = chorus/chorus-0.2-1.zip | ||
1 | chorus-0.6-1.src.rock | ||
2 | map = chorus/chorus-0.6-1.zip | ||
3 | 3 | content_type = application/zip | content_type = application/zip |
File src/ChorusAuraFrameTemplate.lua changed (mode: 100644) (index 1c59739..dcd8121) | |||
... | ... | function Chorus.auraFrameMain(self) | |
224 | 224 | createEveryAuraButton(self) | createEveryAuraButton(self) |
225 | 225 | end | end |
226 | 226 | ||
227 | self:RegisterEvent('PARTY_MEMBERS_CHANGED') | ||
227 | 228 | self:RegisterEvent('PLAYER_FOCUS_CHANGED') | self:RegisterEvent('PLAYER_FOCUS_CHANGED') |
228 | 229 | self:RegisterEvent('PLAYER_LOGIN') | self:RegisterEvent('PLAYER_LOGIN') |
229 | 230 | self:RegisterEvent('PLAYER_TARGET_CHANGED') | self:RegisterEvent('PLAYER_TARGET_CHANGED') |