Mercurial > wow > turok
comparison Turok/Modules/Timer/Editor.lua @ 9:9400a0ff8540
Ugh
Timer:
- container update directionality
- talent update iterates over a non-volatile table to carry out updates
- index management steps organized
- talentRow status implemented, returns the spell associated with the talent chosen from that row
CombatLog:
- sort out font controls and unbork arguments
author | Nenue |
---|---|
date | Sun, 21 Feb 2016 13:08:30 -0500 |
parents | a9b8b0866ece |
children |
comparison
equal
deleted
inserted
replaced
8:7790dff0fe13 | 9:9400a0ff8540 |
---|---|
10 local print = function(...) | 10 local print = function(...) |
11 if Devian and DevianDB.workspace ~= 1 then | 11 if Devian and DevianDB.workspace ~= 1 then |
12 print('Dialog', ...) | 12 print('Dialog', ...) |
13 end | 13 end |
14 end | 14 end |
15 print('Peep!', ...) | |
16 | 15 |
17 | 16 |
18 local TimerConfig = { | 17 local TimerConfig = { |
19 conf = { | 18 conf = { |
20 padding = 4, | 19 padding = 4, |