comparison Core.lua @ 15:dbfb8f2052b6

Progress update
author John@Doomsday
date Thu, 08 Mar 2012 12:48:29 -0500
parents 030694ddc6c9
children 71fc79846a5d
comparison
equal deleted inserted replaced
14:030694ddc6c9 15:dbfb8f2052b6
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 -- ( ) single user + admin gui (manual suicides) 12 -- ( ) single user + admin gui (manual suicides)
13 -- ( ) single user + admin gui (master loot) 13 -- ( ) single user + admin gui (master loot)