diff Core.lua @ 91:5ade79caeece

Starting to add a global timestamp to allow for incremental updates.
author John@Yosemite-PC
date Mon, 16 Apr 2012 07:06:50 -0400
parents 22b37c800bc4
children 5df2c9cdb8c8
line wrap: on
line diff
--- a/Core.lua	Mon Apr 16 07:06:27 2012 -0400
+++ b/Core.lua	Mon Apr 16 07:06:50 2012 -0400
@@ -18,6 +18,7 @@
 -- ( ) crypto / protection against tampering
 -- ( ) alt tracking
 -- (*) reserves
+-- ( ) comparison vs currently equipped item
 
 local _G=_G
 local strsplit=strsplit
@@ -209,6 +210,7 @@
 
 defaults = {
     profile = {
+        time = 0,
         persons = {},
         changes = {},
         lists = {}