List of commits:
Subject Hash Author Date (UTC)
fix: Typo The error did not affect performance. 216d3738bf4ef2de6be1361b7e2b57a6a7387f71 Vladyslav Bondarenko 2021-01-12 01:28:45
feat!: Show indicators correctly while in combat 0b6bf32b2a6ad2537b8cba766384e2d7f4b053d5 Vladyslav Bondarenko 2021-01-11 23:35:19
Initial commit 447e6a5ac2cc64f0f818663ba08681615327b19a Vladyslav Bondarenko 2021-01-11 20:26:55
Commit 216d3738bf4ef2de6be1361b7e2b57a6a7387f71 - fix: Typo The error did not affect performance.
Author: Vladyslav Bondarenko
Author date (UTC): 2021-01-12 01:28
Committer name: Vladyslav Bondarenko
Committer date (UTC): 2021-01-12 01:28
Parent(s): 1347fe67ba02b5221d90b0937400462b66846945
Signer:
Signing key:
Signing status: N
Tree: 2040648bb8de03abb1dab5cd253177a291cd8e99
File Lines added Lines deleted
daybreak.lua 3 3
daybreak.toc 1 1
File daybreak.lua changed (mode: 100644) (index a5b992b..b0c3294)
... ... local function init(rootFrame)
172 172 local infusion = createButton('DaybreakButton08', rootFrame, 'Infusion of Light') local infusion = createButton('DaybreakButton08', rootFrame, 'Infusion of Light')
173 173 infusion:SetPoint('BOTTOMLEFT', 1 * size, 2 * size) infusion:SetPoint('BOTTOMLEFT', 1 * size, 2 * size)
174 174
175 local judgement = createButton('DaybreakButton08', rootFrame, 'Judgements of the Pure')
175 local judgement = createButton('DaybreakButton09', rootFrame, 'Judgements of the Pure')
176 176 judgement:SetPoint('BOTTOMLEFT', 1 * size, 0 * size) judgement:SetPoint('BOTTOMLEFT', 1 * size, 0 * size)
177 177
178 178 --[[ Protection ]]-- --[[ Protection ]]--
179 local grandCrusader = createButton('DaybreakButton09', rootFrame, 'Grand Crusader')
179 local grandCrusader = createButton('DaybreakButton10', rootFrame, 'Grand Crusader')
180 180 grandCrusader:SetPoint('BOTTOMLEFT', 1 * size, 0 * size) grandCrusader:SetPoint('BOTTOMLEFT', 1 * size, 0 * size)
181 181
182 local shield = createButton('DaybreakButton10', rootFrame, 'Holy Shield')
182 local shield = createButton('DaybreakButton11', rootFrame, 'Holy Shield')
183 183 shield:SetPoint('BOTTOMLEFT', 1 * size, 1 * size) shield:SetPoint('BOTTOMLEFT', 1 * size, 1 * size)
184 184
185 185 --[[ Retribution ]]-- --[[ Retribution ]]--
File daybreak.toc changed (mode: 100644) (index bf1dde1..0a52553)
1 1 ##Interface: 40300 ##Interface: 40300
2 2 ##Title: Daybreak ##Title: Daybreak
3 ##Version: 0.0.1-SNAPSHOT
3 ##Version: 0.0.2-SNAPSHOT
4 4 ##Notes: Add paladin player buff indicator ##Notes: Add paladin player buff indicator
5 5 daybreak.xml daybreak.xml
6 6 daybreak.lua daybreak.lua
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/wowaddons

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

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

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