Mercurial > wow > ouroloot
diff verbage.lua @ 88:c9f955f9a285
Update the TODO text. Handle additional slash arg to the tab-opening routine and dispatch accordingly (History done, EOI remains).
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Fri, 22 Jun 2012 02:39:22 +0000 |
parents | 940e53dd18c3 |
children | 3546c7b55986 |
line wrap: on
line diff
--- a/verbage.lua Fri Jun 22 00:58:59 2012 +0000 +++ b/verbage.lua Fri Jun 22 02:39:22 2012 +0000 @@ -1,16 +1,16 @@ local todo = [[ -- [DONE,TEST,comm] releasing before DBM signals wipe results in outdoor location +- When using slash command to go directly to a tab, accept additional arguments +and let the tab decide how to interpret them. (For starters, History should +search for a player's name and do the current "magnify" action.) + +- Right-clicking the [ouroloot] chat link could do something different than +the current left-clicking. Popup small menu in place? + +- Break more methods out into private routines. - implement ack, then fallback to recording if not ack'd -- special treatment for recipes / BoE items? default to guild vault? (DONE for user-configurable list of items defaulting to crafting drops) - -- [DONE,TEST,comm] rebroadcasting entire boss sections, entire days. (TODO: maybe only whisper -to specific people rather than broadcast.) - -- [DONE] signpost a potential boss kill, pipeline loot until the cache clears - - Being able to drag rows up and down the main loot grid would be awesome. Coding that would be likely to drive me batshiat insane. ]]