Mercurial > wow > breuesk
comparison Core.lua @ 32:237d781bc2b5
Noting that reserves are halfass done
| author | John@Yosemite-PC |
|---|---|
| date | Sun, 11 Mar 2012 17:53:56 -0400 |
| parents | d27c28e5f964 |
| children | 84f56de22631 |
comparison
equal
deleted
inserted
replaced
| 31:d27c28e5f964 | 32:237d781bc2b5 |
|---|---|
| 14 -- ( ) communication and list merging/trimming | 14 -- ( ) communication and list merging/trimming |
| 15 -- ( ) admins | 15 -- ( ) admins |
| 16 -- ( ) players gui | 16 -- ( ) players gui |
| 17 -- ( ) crypto / protection against tampering | 17 -- ( ) crypto / protection against tampering |
| 18 -- ( ) alt tracking | 18 -- ( ) alt tracking |
| 19 -- ( ) reserves | 19 -- (_) reserves |
| 20 | |
| 21 | |
| 20 | 22 |
| 21 -- important things to remember: | 23 -- important things to remember: |
| 22 -- 1) ipairs iterates from 1 until the first missing int index -> no gaps if int | 24 -- 1) ipairs iterates from 1 until the first missing int index -> no gaps if int |
| 23 -- indexing | 25 -- indexing |
| 24 -- 2) a.x === a["x"] | 26 -- 2) a.x === a["x"] |
