Mercurial > wow > breuesk
comparison Lists.lua @ 57:93acdcd6ace5
Todo update
author | John@Yosemite-PC |
---|---|
date | Sun, 25 Mar 2012 13:09:44 -0400 |
parents | b155a875de42 |
children | a177b863ed6c |
comparison
equal
deleted
inserted
replaced
56:94ae80d58903 | 57:93acdcd6ace5 |
---|---|
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 | |
16 | 15 |
17 -- holy crap long notes {{{ | 16 -- holy crap long notes {{{ |
18 -- notes on list storage: | 17 -- notes on list storage: |
19 -- Using names as keys as I do now is atrocious. | 18 -- Using names as keys as I do now is atrocious. |
20 -- It prevents insertions (twss) to the middle of the list because then it acts | 19 -- It prevents insertions (twss) to the middle of the list because then it acts |