comparison Core.lua @ 6:6d460ff2135c

Next steps noted.
author John@Yosemite-PC
date Mon, 05 Mar 2012 23:39:56 -0500
parents 2ce0f4db1a3e
children b05fcb225c4a
comparison
equal deleted inserted replaced
5:2ce0f4db1a3e 6:6d460ff2135c
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 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
10 -- ( ) convert slist entries down to a delimited string - much smaller
11 -- ( ) lists store number slots rather than flat indexing
9 -- ( ) single user + admin gui (manual suicides) 12 -- ( ) single user + admin gui (manual suicides)
10 -- ( ) single user + admin gui (master loot) 13 -- ( ) single user + admin gui (master loot)
11 -- ( ) communication and list trimming 14 -- ( ) communication and list trimming
12 -- ( ) admins 15 -- ( ) admins
13 -- ( ) players gui 16 -- ( ) players gui