Mercurial > wow > breuesk
changeset 35:ecd37523ae04
More todos
author | John@Yosemite-PC |
---|---|
date | Sun, 11 Mar 2012 23:57:38 -0400 |
parents | 0e03db65c1fe |
children | cc25a1a51291 |
files | Core.lua Lists.lua |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Core.lua Sun Mar 11 23:27:02 2012 -0400 +++ b/Core.lua Sun Mar 11 23:57:38 2012 -0400 @@ -1,6 +1,4 @@ -- ideas: last attended data and/or remove people who haven't attended in X days --- and/or just a "remove from all lists" option - -- order of implementation -- (*) lists fully functional (/script interface) @@ -15,6 +13,7 @@ -- ( ) communication and list merging/trimming -- ( ) admins -- ( ) players gui +-- ( ) undo -- ( ) crypto / protection against tampering -- ( ) alt tracking -- (_) reserves @@ -47,7 +46,6 @@ function bsk:OnEnable() bsk:CreateWorkingStateFromChanges(self.db.profile.changes) - --self:HandleCommand() end function bsk:HandleCommand(paramIn)
--- a/Lists.lua Sun Mar 11 23:27:02 2012 -0400 +++ b/Lists.lua Sun Mar 11 23:57:38 2012 -0400 @@ -12,6 +12,7 @@ -- TODO: collapse slists into delimited strings for space (premature optimization?) -- TODO: organize working state data a little more carefully - hard to keep -- track of all the arrays that are floating out there +-- TODO: players list, drop the "main" sub-entry for people with no alts -- holy crap long notes {{{ -- notes on list storage: