List of commits:
Subject Hash Author Date (UTC)
feat: Adjust button layout slightly d805ee55e8d9fc3de343778a9adc1840a1e6549f Vladyslsav Bondarenko 2022-04-24 23:19:16
feat(conviction)!: Initial commit fc26880021556d92eb9b187a269bd4a32fa72829 Vladyslsav Bondarenko 2021-12-18 02:31:07
Commit d805ee55e8d9fc3de343778a9adc1840a1e6549f - feat: Adjust button layout slightly
Author: Vladyslsav Bondarenko
Author date (UTC): 2022-04-24 23:19
Committer name: Vladyslsav Bondarenko
Committer date (UTC): 2022-04-24 23:19
Parent(s): fc26880021556d92eb9b187a269bd4a32fa72829
Signer:
Signing key:
Signing status: N
Tree: d253157f3592a1ade4420f884b2599714fca40c2
File Lines added Lines deleted
conviction.lua 17 13
File conviction.lua changed (mode: 100644) (index b33671d..b81340a)
... ... local function init(rootFrame)
334 334 rootFrame:SetPoint('BOTTOMLEFT', x, y) rootFrame:SetPoint('BOTTOMLEFT', x, y)
335 335
336 336 local section0 = createSection(rootFrame, rootFrame:GetWidth(), 24) local section0 = createSection(rootFrame, rootFrame:GetWidth(), 24)
337 local section1 = createSection(rootFrame, rootFrame:GetWidth(), 24)
338 local section2 = createSection(rootFrame, rootFrame:GetWidth(), 24)
339 337 local section3 = createSection(rootFrame, rootFrame:GetWidth(), 36) local section3 = createSection(rootFrame, rootFrame:GetWidth(), 36)
340 338 local section4 = createSection(rootFrame, rootFrame:GetWidth(), 36) local section4 = createSection(rootFrame, rootFrame:GetWidth(), 36)
341 339
342 340 createButton(section4, getSpellId('Holy Shock')) createButton(section4, getSpellId('Holy Shock'))
343 341 createButton(section4, getSpellId('Crusader Strike')) createButton(section4, getSpellId('Crusader Strike'))
342 createButton(section4, getSpellId("Avenger's Shield"))
343 createButton(section4, getSpellId('Hammer of the Righteous'))
344 344 createButton(section4, getSpellId('Word of Glory')) createButton(section4, getSpellId('Word of Glory'))
345 345 createButton(section4, getSpellId('Light of Dawn')) createButton(section4, getSpellId('Light of Dawn'))
346 createButton(section4, getSpellId('Shield of the Righteous'))
347
346 348
347 349 createButton(section3, getSpellId('Lay on Hands')) createButton(section3, getSpellId('Lay on Hands'))
348 350 createButton(section3, getSpellId('Divine Shield')) createButton(section3, getSpellId('Divine Shield'))
349 351 createButton(section3, getSpellId('Hand of Protection')) createButton(section3, getSpellId('Hand of Protection'))
350 352 createButton(section3, getSpellId('Hand of Sacrifice')) createButton(section3, getSpellId('Hand of Sacrifice'))
353 createButton(section3, getSpellId('Divine Guardian'))
351 354 createButton(section3, getSpellId('Hand of Freedom')) createButton(section3, getSpellId('Hand of Freedom'))
352 355 createButton(section3, getSpellId('Hammer of Justice')) createButton(section3, getSpellId('Hammer of Justice'))
353 356 createButton(section3, getSpellId('Divine Protection')) createButton(section3, getSpellId('Divine Protection'))
357 createButton(section3, getSpellId('Holy Shield'))
354 358 createButton(section3, getSpellId('Avenging Wrath')) createButton(section3, getSpellId('Avenging Wrath'))
359 createButton(section3, getSpellId('Aura Mastery'))
355 360 createButton(section3, getSpellId('Divine Favor')) createButton(section3, getSpellId('Divine Favor'))
356 361 createButton(section3, getSpellId('Divine Plea')) createButton(section3, getSpellId('Divine Plea'))
362 createButton(section3, getSpellId('Rebuke'))
357 363
358 createButton(section2, getSpellId('Flash of Light'))
359 createButton(section2, getSpellId('Divine Light'))
360 createButton(section2, getSpellId('Holy Light'))
361 createButton(section2, getSpellId('Holy Radiance'))
364 createButton(section0, getSpellId('Flash of Light'))
365 createButton(section0, getSpellId('Divine Light'))
366 createButton(section0, getSpellId('Holy Light'))
367 createButton(section0, getSpellId('Holy Radiance'))
362 368
363 createButton(section1, getSpellId('Hammer of Wrath'))
364 createButton(section1, getSpellId('Turn Evil'))
365 createButton(section1, getSpellId('Holy Wrath'))
366 createButton(section1, getSpellId('Exorcism'))
367 createButton(section1, getSpellId('Judgement'))
369 createButton(section0, getSpellId('Hammer of Wrath'))
370 createButton(section0, getSpellId('Turn Evil'))
371 createButton(section0, getSpellId('Holy Wrath'))
372 createButton(section0, getSpellId('Exorcism'))
373 createButton(section0, getSpellId('Judgement'))
368 374
369 375 createButton(section0, getSpellId('Lifeblood')) createButton(section0, getSpellId('Lifeblood'))
370 376 createButton(section0, getSpellId('Gift of the Naaru')) createButton(section0, getSpellId('Gift of the Naaru'))
 
... ... local function init(rootFrame)
373 379 createButton(section0, getSpellId('War Stomp')) createButton(section0, getSpellId('War Stomp'))
374 380
375 381 sortSection(section0) sortSection(section0)
376 sortSection(section1)
377 sortSection(section2)
378 382 sortSection(section3) sortSection(section3)
379 383 sortSection(section4) sortSection(section4)
380 384
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/conviction

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

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

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