1
0
Fork 0
No description
Find a file
2011-05-31 03:31:05 -04:00
modules Changed how modules get their db. No longer embedding AceConsole so I acan register my own Print. Minor bug fixes. 2011-05-31 02:40:36 -04:00
AllTheLittleThings.lua Added entire module toggling and separated options/defaults from module specific data 2011-05-31 03:26:46 -04:00
AllTheLittleThings.toc Removing unnecessary includes 2011-05-30 19:53:30 -04:00
README Added a README 2011-05-31 03:31:05 -04:00

AllTheLittleThings is an addon for World of Warcraft that I created as my way of storing small snippets of code or simply code that was not important enough to stand on its own. This is my recent rewrite, breaking everything up into modules and making it much simpler to extend. While the core was written entirely new, many of the snippets in any module were written a long time ago, so there is more than a fair share of poor lua programming practices floating around.