comparison Lists.lua @ 25:cd241c70ba6c

Notes update
author John@Yosemite-PC
date Sat, 10 Mar 2012 09:04:49 -0500
parents 2bac61505025
children 4c3140c7a1b4
comparison
equal deleted inserted replaced
24:2bac61505025 25:cd241c70ba6c
10 -- TODO: list trimming 10 -- TODO: list trimming
11 -- TODO: collapse slists into delimited strings for space (premature optimization?) 11 -- TODO: collapse slists into delimited strings for space (premature optimization?)
12 -- 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
13 -- track of all the arrays that are floating out there 13 -- track of all the arrays that are floating out there
14 -- TODO: (meta) remove player from all lists 14 -- TODO: (meta) remove player from all lists
15 -- TODO: remove person (actually kinda tricky without casuality problems) 15 -- TODO: remove person (trivial unless implementing a history viewer or
16 -- something)
16 17
17 -- holy crap long notes {{{ 18 -- holy crap long notes {{{
18 -- notes on list storage: 19 -- notes on list storage:
19 -- Using names as keys as I do now is atrocious. 20 -- Using names as keys as I do now is atrocious.
20 -- It prevents insertions (twss) to the middle of the list because then it acts 21 -- It prevents insertions (twss) to the middle of the list because then it acts