├── CHANGELOG.markdown ├── CODE_OF_CONDUCT.markdown ├── CONTRIBUTING.markdown ├── LICENSE.markdown ├── README.markdown ├── SuperDuperMacro.toc ├── SuperDuperMacro_Core.lua ├── SuperDuperMacro_Frames.lua ├── SuperDuperMacro_Interface.lua ├── SuperDuperMacro_Sharing.lua └── images ├── SDM-Icon.tga ├── SDM-MainFrame-Left.tga ├── SDM-MainFrame-Middle.tga └── SDM-MainFrame-Right.tga /CHANGELOG.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spiralofhope/SuperDuperMacro/HEAD/CHANGELOG.markdown -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.markdown: -------------------------------------------------------------------------------- 1 | Promise to not follow any stupid rules. 2 | -------------------------------------------------------------------------------- /CONTRIBUTING.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spiralofhope/SuperDuperMacro/HEAD/CONTRIBUTING.markdown -------------------------------------------------------------------------------- /LICENSE.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spiralofhope/SuperDuperMacro/HEAD/LICENSE.markdown -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spiralofhope/SuperDuperMacro/HEAD/README.markdown -------------------------------------------------------------------------------- /SuperDuperMacro.toc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spiralofhope/SuperDuperMacro/HEAD/SuperDuperMacro.toc -------------------------------------------------------------------------------- /SuperDuperMacro_Core.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spiralofhope/SuperDuperMacro/HEAD/SuperDuperMacro_Core.lua -------------------------------------------------------------------------------- /SuperDuperMacro_Frames.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spiralofhope/SuperDuperMacro/HEAD/SuperDuperMacro_Frames.lua -------------------------------------------------------------------------------- /SuperDuperMacro_Interface.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spiralofhope/SuperDuperMacro/HEAD/SuperDuperMacro_Interface.lua -------------------------------------------------------------------------------- /SuperDuperMacro_Sharing.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spiralofhope/SuperDuperMacro/HEAD/SuperDuperMacro_Sharing.lua -------------------------------------------------------------------------------- /images/SDM-Icon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spiralofhope/SuperDuperMacro/HEAD/images/SDM-Icon.tga -------------------------------------------------------------------------------- /images/SDM-MainFrame-Left.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spiralofhope/SuperDuperMacro/HEAD/images/SDM-MainFrame-Left.tga -------------------------------------------------------------------------------- /images/SDM-MainFrame-Middle.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spiralofhope/SuperDuperMacro/HEAD/images/SDM-MainFrame-Middle.tga -------------------------------------------------------------------------------- /images/SDM-MainFrame-Right.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spiralofhope/SuperDuperMacro/HEAD/images/SDM-MainFrame-Right.tga --------------------------------------------------------------------------------