comparison Lists.lua @ 24:2bac61505025

TODOs
author John@Yosemite-PC
date Sat, 10 Mar 2012 09:02:52 -0500
parents ac50a4fc7229
children cd241c70ba6c
comparison
equal deleted inserted replaced
23:ac50a4fc7229 24:2bac61505025
5 -- 3) working state - not saved because it can be so easily calculated 5 -- 3) working state - not saved because it can be so easily calculated
6 -- 6 --
7 -- A separate user list is held - lists index into this 7 -- A separate user list is held - lists index into this
8 8
9 9
10 -- TODO: rename player
11 -- TODO: list trimming 10 -- TODO: list trimming
12 -- TODO: collapse slists into delimited strings for space 11 -- TODO: collapse slists into delimited strings for space (premature optimization?)
13 -- TODO: organize working state data a little more carefully - hard to keep 12 -- TODO: organize working state data a little more carefully - hard to keep
14 -- track of all the arrays that are floating out there 13 -- track of all the arrays that are floating out there
15 -- TODO: (meta) remove player from all lists 14 -- TODO: (meta) remove player from all lists
16 -- TODO: remove person (actually kinda tricky without casuality problems) 15 -- TODO: remove person (actually kinda tricky without casuality problems)
17 16