log

age author description
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
Wed, 14 Mar 2012 08:31:31 -0400 John "Working" list display using a TreeGroup control. There's a small limitation where I can't accurately detect which subtree is open unless the user has made a selection in that tab. Not sure I love that.
Tue, 13 Mar 2012 23:17:18 -0400 John Storing class name in the persons so we can color them in later
Tue, 13 Mar 2012 23:15:40 -0400 John Proper ordering of libs
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 23:20:29 -0400 John New todo - versioning.
Sun, 11 Mar 2012 17:53:56 -0400 John Noting that reserves are halfass done
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 12:48:29 -0500 John Progress update
Thu, 08 Mar 2012 08:34:59 -0500 John More commands to the CLI
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 23:00:59 -0500 John Command to add people to end or random. you know.
Wed, 07 Mar 2012 17:43:30 -0500 John Separated add methods into "end of list" and "random"