log gui.lua @ 70:cdee65c1bd8c

age author description
Fri, 11 May 2012 03:56:21 +0000 Farmbuyer of US-Kilrogg Implement a list of items to be automatically marked as sent to the guild vault. List controlled on the Options tab like the existing filter. Default list is Cataclysm crafting material drops.
Fri, 11 May 2012 03:08:12 +0000 Farmbuyer of US-Kilrogg - Make sure popup dialogs are on top of Ace3's widgets.
Tue, 08 May 2012 02:41:23 +0000 Farmbuyer of US-Kilrogg Do not use UnitName on other people during RAID_ROSTER_UPDATE, as they may be a weed (thank you Calvieri for unknowingly eating a lifegiving seed and exposing this bug). Be more informative to the user about errors during load. Do not try to run other files if a load-time error happens, as it only generates cascading noise.
Fri, 27 Apr 2012 09:12:45 +0000 Farmbuyer of US-Kilrogg Add display_bcast_from option.
Tue, 17 Apr 2012 08:40:34 +0000 Farmbuyer of US-Kilrogg Make debug note more visible here.
Tue, 17 Apr 2012 06:26:11 +0000 Farmbuyer of US-Kilrogg Consolidate some common code out of modules.
Tue, 17 Apr 2012 04:57:06 +0000 Farmbuyer of US-Kilrogg Fix some sloppy indentation. Correct handling of delayed-load plugins registering multiple tabs in arbitrary order. Add option to not display tabs for disabled plugins (would normally allow enabling of them).
Fri, 13 Apr 2012 04:28:46 +0000 Farmbuyer of US-Kilrogg - instance_tag() also returns max instance size as a plain number, adjust
Sat, 07 Apr 2012 05:40:20 +0000 Farmbuyer of US-Kilrogg More people going to be looking at g_loot entries, so start cleaning up older fields a bit, and handle loading older data.
Sat, 07 Apr 2012 04:59:27 +0000 Farmbuyer of US-Kilrogg DoTimerEditBoxDropDown widget to ver 5, warn (once) about missing item cache entries in the filter list dropdown.
Fri, 06 Apr 2012 18:23:22 +0000 Farmbuyer of US-Kilrogg Don't collapse wipes into kills across normal/heroic boundaries. Apply preferredIndex change to popup dialogs to avoid memory tainting.
Wed, 01 Feb 2012 06:53:34 +0000 Farmbuyer of US-Kilrogg Make sure that missed duration fields get set to a safe value (can be missed in certain encounters).
Wed, 01 Feb 2012 02:34:10 +0000 Farmbuyer of US-Kilrogg Also detect LFR happening and load then, before they zone in and potentially get into combat. Detect combat and avoid secure button creation in that case anyhow.
Sun, 29 Jan 2012 03:38:30 +0000 Farmbuyer of US-Kilrogg Handle text generation modules being LoadOnDemand. lib-st widget to v5 to fix handling multiple live ST instances.
Sat, 28 Jan 2012 18:24:22 +0000 Farmbuyer of US-Kilrogg Updated lib-st widget from WRDW. Properly notice new generating tabs. Updated help text.
Sat, 21 Jan 2012 01:39:44 +0000 Farmbuyer of US-Kilrogg Make sure tab row fills width.
Fri, 20 Jan 2012 10:46:58 +0000 Farmbuyer of US-Kilrogg Add simple button to Blizzard options. Fix case insensitivity of tab title scanning from command line.
Fri, 13 Jan 2012 01:18:32 +0000 Farmbuyer of US-Kilrogg Shift-for-history-deletion also works for block entries; note this in the tooltips.
Fri, 13 Jan 2012 01:12:36 +0000 Farmbuyer of US-Kilrogg Handle moving from one instance kill/loot into a new instance, and then getting loot from trash in the new instance before seeing any bosses.
Fri, 30 Dec 2011 21:29:44 +0000 Farmbuyer of US-Kilrogg More debug message tweaks. Put comm and loot caches on separate-but-related expirations; comm is now a bit shorter and loot is now a bit longer. Check cache expirations more often (possibly revert this).
Thu, 29 Dec 2011 23:15:51 +0000 Farmbuyer of US-Kilrogg Comment/debug changes to help in tracking down cache bug. Do not run OnAccept when pressing Enter in an empty editbox.
Sat, 10 Dec 2011 01:04:16 +0000 Farmbuyer of US-Kilrogg Mostly code cosmetic tweaks. Split up EOI and History dropdown tables. Draw attention to realm names in popups, as they don't have to match the currently-played realm.
Fri, 09 Dec 2011 03:16:59 +0000 Farmbuyer of US-Kilrogg Use new Frame widget method EnableResize. Allow deleting loot item's history entry along with the main loot entry.
Sun, 09 Oct 2011 15:51:24 +0000 Farmbuyer of US-Kilrogg Drycoded rebroadcast of entire days/bosses, finally.
Sun, 09 Oct 2011 01:02:27 +0000 Farmbuyer of US-Kilrogg Drycoded revision check/popup.
Fri, 07 Oct 2011 03:47:45 +0000 Farmbuyer of US-Kilrogg Avoid errors in case of unusual race condition closing windows with open dropdowns.
Wed, 05 Oct 2011 02:14:07 +0000 Farmbuyer of US-Kilrogg - Reassigning loot, and marking loot as disenchanted/vault, will update the
Wed, 21 Sep 2011 06:21:48 +0000 Farmbuyer of US-Kilrogg Reassigning loot in the main tab also updates entries in the history tab.
Fri, 09 Sep 2011 00:56:13 +0000 Farmbuyer of US-Kilrogg Add '/ouroloot ping' command, same functionality as button in options panel.
Thu, 01 Sep 2011 02:03:14 +0000 Farmbuyer of US-Kilrogg Put in slower but portable loot pattern matching, finally.