Mercurial > wow > breuesk
comparison Core.lua @ 34:0e03db65c1fe
listBase -> lists for symmetry
project-revision turned into a string so you can dev on repo
author | John@Yosemite-PC |
---|---|
date | Sun, 11 Mar 2012 23:27:02 -0400 |
parents | 84f56de22631 |
children | ecd37523ae04 |
comparison
equal
deleted
inserted
replaced
33:84f56de22631 | 34:0e03db65c1fe |
---|---|
17 -- ( ) players gui | 17 -- ( ) players gui |
18 -- ( ) crypto / protection against tampering | 18 -- ( ) crypto / protection against tampering |
19 -- ( ) alt tracking | 19 -- ( ) alt tracking |
20 -- (_) reserves | 20 -- (_) reserves |
21 | 21 |
22 local pkgrev = @project-revision@ | 22 local pkgrev = " @project-revision@ " |
23 | 23 |
24 -- important things to remember: | 24 -- important things to remember: |
25 -- 1) ipairs iterates from 1 until the first missing int index -> no gaps if int | 25 -- 1) ipairs iterates from 1 until the first missing int index -> no gaps if int |
26 -- indexing | 26 -- indexing |
27 -- 2) a.x === a["x"] | 27 -- 2) a.x === a["x"] |
186 | 186 |
187 bsk.defaults = { | 187 bsk.defaults = { |
188 profile = { | 188 profile = { |
189 persons = {}, | 189 persons = {}, |
190 changes = {}, | 190 changes = {}, |
191 listBase = {} | 191 lists = {} |
192 } | 192 } |
193 } | 193 } |
194 | 194 |
195 | 195 |