vrtc / chorus (public) (License: CC0) (since 2023-08-12) (hash sha1)
World of Warcraft add-on stub. The overall goal is to create a specialized raid frame.
List of commits:
Subject Hash Author Date (UTC)
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
Commit e87c61c3cae4cdb945714c67259a6304201968d0 - fix: Add UnitClass shadowing local
Gbp-Dch: Ignore
Author: Vladyslav Bondarenko
Author date (UTC): 2023-08-15 18:21
Committer name: Vladyslav Bondarenko
Committer date (UTC): 2023-08-15 18:21
Parent(s): b8358f834b4a9c25a6d057d91ed56e3b4d7dc320
Signer:
Signing key: EFF9624877D25D02
Signing status: E
Tree: f74f080c358702a37820e17397e99dca23c2ac32
File Lines added Lines deleted
src/ChorusProgressFrameTemplate.lua 1 0
File src/ChorusProgressFrameTemplate.lua changed (mode: 100644) (index d72f7d8..06053c7)
1 1 local GetTime = GetTime local GetTime = GetTime
2 2 local PowerBarColor = PowerBarColor local PowerBarColor = PowerBarColor
3 3 local RAID_CLASS_COLORS = RAID_CLASS_COLORS local RAID_CLASS_COLORS = RAID_CLASS_COLORS
4 local UnitClass = UnitClass
4 5 local UnitExists = UnitExists local UnitExists = UnitExists
5 6 local UnitHealth = UnitHealth local UnitHealth = UnitHealth
6 7 local UnitHealthMax = UnitHealthMax local UnitHealthMax = UnitHealthMax
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/vrtc/chorus

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/vrtc/chorus

Clone this repository using git:
git clone git://git.rocketgit.com/user/vrtc/chorus

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main