log Lists.lua @ 69:b7352f007028

age author description
Wed, 28 Mar 2012 23:29:36 -0400 John Event chaining from the data storage to the GUI elements
Sun, 25 Mar 2012 13:09:44 -0400 John Todo update
Wed, 21 Mar 2012 23:23:06 -0400 John Some API updates
Wed, 21 Mar 2012 22:52:42 -0400 John Sweeping refactor to compartmentalize the various lists and to give them nice interfaces. Disentangled dependency web significantly
Fri, 16 Mar 2012 08:31:48 -0400 John Correction
Thu, 15 Mar 2012 23:50:49 -0400 John Start of sketch of a List object
Thu, 15 Mar 2012 22:58:54 -0400 John Refactoring some very simple items to a Utility file
Thu, 15 Mar 2012 22:27:51 -0400 John Kept AceConsole embedded - it handily disables the chat commands when the addon is disabled
Thu, 15 Mar 2012 08:47:41 -0400 John A lot of work to reign in namespacing (inspiration: WIM)
Wed, 14 Mar 2012 22:06:19 -0400 John Lint
Wed, 14 Mar 2012 10:13:30 -0400 John Very handy - print the public api of an object. Nice for when you get an AceGUI object (etc) and don't know what it exposes
Tue, 13 Mar 2012 23:17:18 -0400 John Storing class name in the persons so we can color them in later
Sun, 11 Mar 2012 23:57:38 -0400 John More todos
Sun, 11 Mar 2012 23:27:02 -0400 John listBase -> lists for symmetry
Sun, 11 Mar 2012 17:49:34 -0400 John Updating TODOs
Sun, 11 Mar 2012 17:47:59 -0400 John "nuke" command and implementation
Sun, 11 Mar 2012 17:47:26 -0400 John Bug fix (iterate list by ipairs)
Sun, 11 Mar 2012 17:27:31 -0400 John Command to remove person
Sat, 10 Mar 2012 17:21:48 -0500 John Untested impl for RemovePerson
Sat, 10 Mar 2012 09:05:37 -0500 John Lots of folding markers so I can see the API clearly
Sat, 10 Mar 2012 09:04:49 -0500 John Notes update
Sat, 10 Mar 2012 09:02:52 -0500 John TODOs
Sat, 10 Mar 2012 08:54:26 -0500 John -todo
Fri, 09 Mar 2012 23:58:13 -0500 John Bugfixes (changes to zero length lists are killing me)
Fri, 09 Mar 2012 23:33:46 -0500 John Delete a list
Fri, 09 Mar 2012 23:18:20 -0500 John Rename a list
Fri, 09 Mar 2012 23:02:25 -0500 John bugs
Fri, 09 Mar 2012 17:35:22 -0500 John Updated todos, lists using creation timestamp as keys
Fri, 09 Mar 2012 13:26:56 -0500 John nuke db without having to exit game
Thu, 08 Mar 2012 12:49:17 -0500 John Renamed a bunch of lists so I can tell easily what the primary key is and what is stored in that list.
Thu, 08 Mar 2012 08:30:24 -0500 John Disallowing adding a person a second time
Wed, 07 Mar 2012 23:01:33 -0500 John Many corrections to support ID based lists
Wed, 07 Mar 2012 17:43:30 -0500 John Separated add methods into "end of list" and "random"
Wed, 07 Mar 2012 14:56:25 -0500 John Pretty printing for lists
Wed, 07 Mar 2012 00:18:05 -0500 John player -> person
Tue, 06 Mar 2012 09:33:04 -0500 John Comments
Mon, 05 Mar 2012 23:39:56 -0500 John Next steps noted.
Mon, 05 Mar 2012 23:11:45 -0500 John Changelist trimming
Sat, 03 Mar 2012 10:25:01 -0500 John Notes on list storage keys
Fri, 02 Mar 2012 23:09:14 -0500 John Beginnings of a random populate command
Fri, 02 Mar 2012 22:44:30 -0500 John Bug: forgot raid list was keyed with the names
Fri, 02 Mar 2012 22:32:12 -0500 John Refactoring
Fri, 02 Mar 2012 00:15:09 -0500 John First commit