log core.lua @ 98:b5a55c69ef67

age author description
Fri, 27 Jul 2012 19:09:29 +0000 Farmbuyer of US-Kilrogg Properly switch between profiles.
Fri, 27 Jul 2012 10:23:12 +0000 Farmbuyer of US-Kilrogg (First breaking change for MoP/3.0, incomplete transition.) Move generic user options to acedb. Remove older savedvar-upgrade code for a clean break. Add a profiles tab since it will be expected; changing profiles not yet implemented.
Thu, 26 Jul 2012 20:46:00 +0000 Farmbuyer of US-Kilrogg Break the options panel out of gui.lua into new options.lua. Move default item lists from verbage.lua there also. Redo options panel as a tree instead of a massive scrolling thing, and prepare data structures to let plugins/etc add their own options code.
Thu, 26 Jul 2012 03:34:56 +0000 Farmbuyer of US-Kilrogg Move generation of the Help tab to the same file as the help text. Allow registration of arbitrary tab controls, not just text generation. Move some shared data out of the addon table into a 'gui' state table in preparation for more of the same. Clean some cruft out of the default itemfilter list.
Tue, 24 Jul 2012 23:04:51 +0000 Farmbuyer of US-Kilrogg Do not register '/loot' as a synonym any longer, as it becomes a builtin command in MoP.
Wed, 18 Jul 2012 07:42:16 +0000 Farmbuyer of US-Kilrogg More tweaks in preparation for MoP.
Tue, 17 Jul 2012 03:24:36 +0000 Farmbuyer of US-Kilrogg Last bits of cleanup and testing.
Sun, 01 Jul 2012 17:16:42 +0000 Farmbuyer of US-Kilrogg Some initial prep for MoP API transition. (Some of this can be removed post-MoP-release, but fewer changes will need to be made the day of.)
Thu, 28 Jun 2012 19:44:53 +0000 Farmbuyer of US-Kilrogg - Also include revision numbers when sending/displaying version data.
Fri, 22 Jun 2012 02:39:22 +0000 Farmbuyer of US-Kilrogg Update the TODO text. Handle additional slash arg to the tab-opening routine and dispatch accordingly (History done, EOI remains).
Fri, 22 Jun 2012 00:58:59 +0000 Farmbuyer of US-Kilrogg If deleting a history entry results in an empty player table, remove that as well. Change g_uniques to store player's name rather than index as the history field, and indirect through the byname table.
Thu, 21 Jun 2012 21:14:24 +0000 Farmbuyer of US-Kilrogg Proper class coloring in one place.
Thu, 21 Jun 2012 19:38:54 +0000 Farmbuyer of US-Kilrogg Revert the change using seconds in the fallback timestamp. OF COURSE that won't work. Drink more coffee next time.
Thu, 21 Jun 2012 02:17:26 +0000 Farmbuyer of US-Kilrogg Properly handle dropdown menus for the History tab now, initially with delete-item and delete-player entries. Some code cleanup and notes for future work.
Mon, 18 Jun 2012 03:02:10 +0000 Farmbuyer of US-Kilrogg - More cosmetic cleanup.