# HG changeset patch # User John@Yosemite-PC # Date 1334412726 14400 # Node ID f938ec08d5a6dacf42313eacbc4abbd2d971cf54 # Parent 70fac446f3ee498f80293b5ae2a5715a4ba294f4 Cleanup diff -r 70fac446f3ee -r f938ec08d5a6 Core.lua --- a/Core.lua Fri Apr 13 23:34:11 2012 -0400 +++ b/Core.lua Sat Apr 14 10:12:06 2012 -0400 @@ -8,11 +8,11 @@ -- (*) 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) +-- (*) single user + admin gui (manual suicides) +-- (*) single user + admin gui (master loot) -- (*) whisper UI --- ( ) communication and list merging/trimming --- ( ) admins +-- (_) communication and list merging/trimming +-- (_) admins -- (*) players gui -- ( ) undo -- ( ) crypto / protection against tampering @@ -24,7 +24,6 @@ local string=string local sformat=string.format local bsk = LibStub("AceAddon-3.0"):NewAddon("bsk","AceConsole-3.0") --- "AceHook-3.0", "AceComm-3.0", "AceSerializer-3.0" _G.bsk=bsk local L = LibStub("AceLocale-3.0"):GetLocale("bsk", false) setfenv(1,bsk) @@ -61,7 +60,6 @@ function OnEnable() CreateWorkingStateFromChanges(db.profile.changes) InitializeState() - --CreateGUI() end function HandleCommand(paramIn) @@ -201,14 +199,6 @@ else CreateGUI() end - - --if frame == nil then - --CreateGUI() - --ShowGUI() - --else - --ShowGUI() - --end - end defaults = { @@ -219,4 +209,3 @@ } } -