Mercurial > wow > breuesk
comparison Core.lua @ 27:611808dbc0c0
Untested impl for RemovePerson
author | John@Yosemite-PC |
---|---|
date | Sat, 10 Mar 2012 17:21:48 -0500 |
parents | 27cf1355cd6f |
children | eb3a3f69559e |
comparison
equal
deleted
inserted
replaced
26:4c3140c7a1b4 | 27:611808dbc0c0 |
---|---|
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 | 10 -- ( ) convert slist entries down to a delimited string - much smaller |
11 -- (*) lists store number slots rather than flat indexing | 11 -- (*) lists store number slots rather than flat indexing |
12 -- ( ) limited communication - everyone trusts the loot master | 12 -- ( ) limited communication - everyone trusts the loot master |
13 -- ( ) single user + admin gui (manual suicides) | 13 -- ( ) single user + admin gui (manual suicides) |
14 -- ( ) single user + admin gui (master loot) | 14 -- ( ) single user + admin gui (master loot) |