Mercurial > wow > breuesk
changeset 95:5df2c9cdb8c8
A few notes
author | John@Yosemite-PC |
---|---|
date | Sun, 22 Apr 2012 23:18:35 -0400 |
parents | 2058d86778b4 |
children | 082ff877c443 |
files | Core.lua |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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