Mercurial > wow > ouroloot
comparison 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 |
comparison
equal
deleted
inserted
replaced
87:9fea75b0927b | 88:c9f955f9a285 |
---|---|
1 | 1 |
2 local todo = [[ | 2 local todo = [[ |
3 - [DONE,TEST,comm] releasing before DBM signals wipe results in outdoor location | 3 - When using slash command to go directly to a tab, accept additional arguments |
4 and let the tab decide how to interpret them. (For starters, History should | |
5 search for a player's name and do the current "magnify" action.) | |
6 | |
7 - Right-clicking the [ouroloot] chat link could do something different than | |
8 the current left-clicking. Popup small menu in place? | |
9 | |
10 - Break more methods out into private routines. | |
4 | 11 |
5 - implement ack, then fallback to recording if not ack'd | 12 - implement ack, then fallback to recording if not ack'd |
6 | |
7 - special treatment for recipes / BoE items? default to guild vault? (DONE for user-configurable list of items defaulting to crafting drops) | |
8 | |
9 - [DONE,TEST,comm] rebroadcasting entire boss sections, entire days. (TODO: maybe only whisper | |
10 to specific people rather than broadcast.) | |
11 | |
12 - [DONE] signpost a potential boss kill, pipeline loot until the cache clears | |
13 | 13 |
14 - Being able to drag rows up and down the main loot grid would be awesome. Coding | 14 - Being able to drag rows up and down the main loot grid would be awesome. Coding |
15 that would be likely to drive me batshiat insane. | 15 that would be likely to drive me batshiat insane. |
16 ]] | 16 ]] |
17 | 17 |