Mercurial > wow > breuesk
comparison Core.lua @ 31:d27c28e5f964
Updating TODOs
author | John@Yosemite-PC |
---|---|
date | Sun, 11 Mar 2012 17:49:34 -0400 |
parents | 7b01c9b2b411 |
children | 237d781bc2b5 |
comparison
equal
deleted
inserted
replaced
30:7b01c9b2b411 | 31:d27c28e5f964 |
---|---|
1 -- ideas: last attended data and/or remove people who haven't attended in X days | 1 -- ideas: last attended data and/or remove people who haven't attended in X days |
2 -- and/or just a "remove from all lists" option | 2 -- and/or just a "remove from all lists" option |
3 | 3 |
4 | 4 |
5 -- order of implementation | 5 -- order of implementation |
6 -- (_) lists fully functional (/script interface) | 6 -- (*) lists fully functional (/script interface) |
7 -- (_) lists single-user functional via command line interface | 7 -- (*) lists single-user functional via command line interface |
8 -- (*) all actions should reference the player list rather than player names | 8 -- (*) all actions should reference the player list rather than player names |
9 -- (?) player entries should persist as long as any list or change references | 9 -- (?) player entries should persist as long as any list or change references |
10 -- ( ) convert slist entries down to a delimited string - much smaller | |
11 -- (*) lists store number slots rather than flat indexing | 10 -- (*) lists store number slots rather than flat indexing |
12 -- ( ) limited communication - everyone trusts the loot master | 11 -- ( ) limited communication - everyone trusts the loot master |
13 -- ( ) single user + admin gui (manual suicides) | 12 -- ( ) single user + admin gui (manual suicides) |
14 -- ( ) single user + admin gui (master loot) | 13 -- ( ) single user + admin gui (master loot) |
15 -- ( ) communication and list merging/trimming | 14 -- ( ) communication and list merging/trimming |