Mercurial > wow > ouroloot
comparison verbage.lua @ 100:a57133ee3c9b
- Allow event callbacks using the standard CallbackHandler scheme. Add
a debug.callback flag with usual semantics.
- Fire an initial set of events. This will take experimentation.
- If restoring g_loot, set metatables on previous entries also.
| author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
|---|---|
| date | Mon, 30 Jul 2012 19:25:46 +0000 |
| parents | ba5ff82dcf19 |
| children | dc8a23a47b03 |
comparison
equal
deleted
inserted
replaced
| 99:966d06c8d9c9 | 100:a57133ee3c9b |
|---|---|
| 2 if addon.NOLOAD then return end | 2 if addon.NOLOAD then return end |
| 3 | 3 |
| 4 local todo = [[ | 4 local todo = [[ |
| 5 - Right-clicking the [ouroloot] chat link could do something different than | 5 - Right-clicking the [ouroloot] chat link could do something different than |
| 6 the current left-clicking. Popup small menu in place? | 6 the current left-clicking. Popup small menu in place? |
| 7 | |
| 8 - A fight duration of (0:00) happens when DBM gets confused. If it happens | |
| 9 "near" another boss entry with nonzero duration, can we just safely assume | |
| 10 that's the real entry and delete the zero entry altogether? | |
| 7 | 11 |
| 8 - Break more methods out into private routines. | 12 - Break more methods out into private routines. |
| 9 | 13 |
| 10 - implement ack, then fallback to recording if not ack'd | 14 - implement ack, then fallback to recording if not ack'd |
| 11 | 15 |
