r57
Details
-
FilenameBreueSK-r57.zip
-
Uploaded by
-
UploadedMar 25, 2012
-
Size94.92 KB
-
Downloads37
-
MD5d9f04d7de2e37b2ef050ae7bccf8ed73
Supported WoW Retail Versions
- 4.3.0
Changelog
2012-03-25 John <John@Yosemite-PC>
[93acdcd6ace5] [tip]
* Lists.lua
Todo update
[94ae80d58903]
* Core.lua Gui.lua
Settling in on a layout I like
[59829ae918eb]
* breuesk.toc
Officially dropping ListWidget
[c8c17286af95]
* SelectorList.lua
Added power to tooltips (can show item popups)
Added interactive and non-interactive modes (ie items are not selectable)
2012-03-24 John <John@Yosemite-PC>
[708d8a423b4c]
* SelectorList.lua
Scroller functional
[7c7e80f63b51]
* SelectorList.lua
First pass. Taking stuff from TreeGroup that I like/need/want in order to make a standalone selection list
2012-03-21 John <John@Yosemite-PC>
[11f18e279229]
* Gui.lua
Updating to use the new APIs
[b155a875de42]
* Lists.lua
Some API updates
[f52d472f0b0a]
* Core.lua Lists.lua
Sweeping refactor to compartmentalize the various lists and to give them nice interfaces. Disentangled dependency web significantly
[b3679847e292]
* Utility.lua
Kind of useful. I've accidentally gotten a table as the key before.
2012-03-16 John <John@Doomsday>
[8856fc38cd41]
* Utility.lua
Bugs
[6c0a8acccbc8]
* Lists.lua
Correction
2012-03-15 John <John@Yosemite-PC>
[8d3187b12443]
* Lists.lua
Start of sketch of a List object
[8913e7d79cad]
* Core.lua Lists.lua Utility.lua breuesk.toc
Refactoring some very simple items to a Utility file
[4109683c3172]
* Core.lua Gui.lua Lists.lua Options.lua
Kept AceConsole embedded - it handily disables the chat commands when the addon is disabled
Did a little passthrough to properly set the self param for commands like Print()
2012-03-15 John <John@Doomsday>
[72055fc7e115]
* Core.lua Gui.lua Lists.lua MultiSelectWidget.lua Namespace.lua Options.lua breuesk.toc
A lot of work to reign in namespacing (inspiration: WIM)
2012-03-14 John <John@Yosemite-PC>
[dc9bfacca238]
* Lists.lua
Lint
2012-03-14 John <John@Doomsday>
[90622848932b]
* Gui.lua
Converted the tree to a dropdown + tree and the results are pretty good
[ecef0cba2913]
* Lists.lua
Very handy - print the public api of an object. Nice for when you get an AceGUI object (etc) and don't know what it exposes
[7bfbff27a3d7]
* Core.lua Gui.lua
"Working" list display using a TreeGroup control. There's a small limitation where I can't accurately detect which subtree is open unless the user has made a selection in that tab. Not sure I love that.
Loot lists are displayed with colored names. People not in the raid are grayed out.
2012-03-13 John <John@Yosemite-PC>
[6362fe301d43]
* Lists.lua
Storing class name in the persons so we can color them in later
Exposing some data lists, but this will likely be retracted later in favor of interface functions
[cc25a1a51291]
* breuesk.toc
Proper ordering of libs
2012-03-11 John <John@Yosemite-PC>
[ecd37523ae04]
* Core.lua Lists.lua
More todos
[0e03db65c1fe]
* Core.lua Lists.lua
listBase -> lists for symmetry
project-revision turned into a string so you can dev on repo
[84f56de22631]
* Core.lua
New todo - versioning.
Testing tagging subs
[237d781bc2b5]
* Core.lua
Noting that reserves are halfass done
[d27c28e5f964]
* Core.lua Lists.lua
Updating TODOs
[7b01c9b2b411]
* Core.lua Lists.lua
"nuke" command and implementation
[731182d55b6c]
* Lists.lua
Bug fix (iterate list by ipairs)
Cleanup to RemovePerson
[eb3a3f69559e]
* Core.lua Lists.lua
Command to remove person
Disallow removing someone who is still on a list somewhere