# HG changeset patch # User John@Yosemite-PC # Date 1335151115 14400 # Node ID 5df2c9cdb8c8b681eae0b55f7d8cfdaaa0865ed7 # Parent 2058d86778b4009bd125cea1a4e1218bbfb496da A few notes diff -r 2058d86778b4 -r 5df2c9cdb8c8 Core.lua --- a/Core.lua Sun Apr 22 23:13:43 2012 -0400 +++ b/Core.lua Sun Apr 22 23:18:35 2012 -0400 @@ -4,7 +4,7 @@ -- (*) lists fully functional (/script interface) -- (*) lists single-user functional via command line interface -- (*) all actions should reference the player list rather than player names --- (?) player entries should persist as long as any list or change references +-- (x) player entries should persist as long as any list or change references -- (*) lists store number slots rather than flat indexing -- (*) database and comm versioning -- (_) limited communication - everyone trusts the loot master @@ -20,6 +20,12 @@ -- (*) reserves -- ( ) comparison vs currently equipped item + +-- Trimming. +-- * on login, check self state vs admin states +-- * trim up to the common point +-- * broadcast to other admins your present state (they will simply record this) + local _G=_G local strsplit=strsplit local string=string