Mercurial > wow > ouroloot
comparison verbage.lua @ 125:a9cf9b2fbf9b
- Fix interactions with AddonLoader.
- Plugins get a :Print with a clickable prefix, with overrideable behaviors.
- 'Deactivate' event gets a [wrapper around] current raiders table.
- Fix sorting bug in player history data.
- Smarter status line text when viewing unfiltered history.
- Do not disable history regeneration button when current history is empty.
- :BuildMainDisplay can handle the CLI args now.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Sun, 19 Aug 2012 21:08:59 -0400 |
parents | fb4bda3ad05c |
children | 2731702567c4 |
comparison
equal
deleted
inserted
replaced
124:1a248faf1a3b | 125:a9cf9b2fbf9b |
---|---|
6 the current left-clicking. Popup small menu in place? | 6 the current left-clicking. Popup small menu in place? |
7 | 7 |
8 - A fight duration of (0:00) happens when DBM gets confused. If it happens | 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 | 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? | 10 that's the real entry and delete the zero entry altogether? |
11 | |
12 - Loading enough plugin tabs to grow a second tab row causes the ST frames | |
13 to be too large. | |
11 | 14 |
12 - Rework candidate groups into the expiring caches. | 15 - Rework candidate groups into the expiring caches. |
13 | 16 |
14 - Break more methods out into private routines. | 17 - Break more methods out into private routines. |
15 | 18 |