Mercurial > wow > breuesk
comparison Lists.lua @ 35:ecd37523ae04
More todos
author | John@Yosemite-PC |
---|---|
date | Sun, 11 Mar 2012 23:57:38 -0400 |
parents | 0e03db65c1fe |
children | 6362fe301d43 |
comparison
equal
deleted
inserted
replaced
34:0e03db65c1fe | 35:ecd37523ae04 |
---|---|
10 -- TODO: switch all action functions to use identifiers rather than names | 10 -- TODO: switch all action functions to use identifiers rather than names |
11 -- TODO: collaborative list trimming | 11 -- TODO: collaborative list trimming |
12 -- TODO: collapse slists into delimited strings for space (premature optimization?) | 12 -- TODO: collapse slists into delimited strings for space (premature optimization?) |
13 -- TODO: organize working state data a little more carefully - hard to keep | 13 -- TODO: organize working state data a little more carefully - hard to keep |
14 -- track of all the arrays that are floating out there | 14 -- track of all the arrays that are floating out there |
15 -- TODO: players list, drop the "main" sub-entry for people with no alts | |
15 | 16 |
16 -- holy crap long notes {{{ | 17 -- holy crap long notes {{{ |
17 -- notes on list storage: | 18 -- notes on list storage: |
18 -- Using names as keys as I do now is atrocious. | 19 -- Using names as keys as I do now is atrocious. |
19 -- It prevents insertions (twss) to the middle of the list because then it acts | 20 -- It prevents insertions (twss) to the middle of the list because then it acts |