# HG changeset patch # User John@Yosemite-PC # Date 1331522429 14400 # Node ID 84f56de2263118aa257b46f52a89046c1e598351 # Parent 237d781bc2b5b7c95f7bda4423ff8d76ed2b5fd3 New todo - versioning. Testing tagging subs diff -r 237d781bc2b5 -r 84f56de22631 Core.lua --- a/Core.lua Sun Mar 11 17:53:56 2012 -0400 +++ b/Core.lua Sun Mar 11 23:20:29 2012 -0400 @@ -8,6 +8,7 @@ -- (*) all actions should reference the player list rather than player names -- (?) 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 -- ( ) single user + admin gui (manual suicides) -- ( ) single user + admin gui (master loot) @@ -18,7 +19,7 @@ -- ( ) alt tracking -- (_) reserves - +local pkgrev = @project-revision@ -- important things to remember: -- 1) ipairs iterates from 1 until the first missing int index -> no gaps if int