Mercurial > wow > breuesk
comparison Core.lua @ 18:bf3e94bc3bf5
Updated todos, lists using creation timestamp as keys
author | John@Doomsday |
---|---|
date | Fri, 09 Mar 2012 17:35:22 -0500 |
parents | 71fc79846a5d |
children | 3fedb912c088 |
comparison
equal
deleted
inserted
replaced
17:71fc79846a5d | 18:bf3e94bc3bf5 |
---|---|
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 -- ( ) single user + admin gui (manual suicides) | 13 -- ( ) single user + admin gui (manual suicides) |
13 -- ( ) single user + admin gui (master loot) | 14 -- ( ) single user + admin gui (master loot) |
14 -- ( ) communication and list trimming | 15 -- ( ) communication and list merging/trimming |
15 -- ( ) admins | 16 -- ( ) admins |
16 -- ( ) players gui | 17 -- ( ) players gui |
17 -- ( ) crypto / protection against tampering | 18 -- ( ) crypto / protection against tampering |
18 -- ( ) alt tracking | 19 -- ( ) alt tracking |
19 -- ( ) reserves | 20 -- ( ) reserves |