diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0252d7e --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.env +desktop.ini +.DS_Store +.release +.install +.lua/* +.vscode/settings.json diff --git a/.pkgmeta b/.pkgmeta index 91d1d6d..b3b98c2 100644 --- a/.pkgmeta +++ b/.pkgmeta @@ -3,8 +3,8 @@ enable-nolib-creation: no externals: LibStub-1.0: - url: https://repos.wowace.com/wow/libstub/trunk + url: https://repos.curseforge.com/wow/libstub/trunk tag: latest CallbackHandler-1.0: - url: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0 + url: https://repos.curseforge.com/wow/callbackhandler/trunk/CallbackHandler-1.0 tag: latest diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..6ee81fd --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,8 @@ +{ + "recommendations": [ + "EditorConfig.EditorConfig", + "JohnnyMorganz.stylua", + "Ketho.wow-api", + "streetsidesoftware.code-spell-checker" + ] +} diff --git a/LibRangeCheck-3.0.toc b/LibRangeCheck-3.0.toc index b3fa49d..a0946c3 100644 --- a/LibRangeCheck-3.0.toc +++ b/LibRangeCheck-3.0.toc @@ -8,6 +8,7 @@ ## X-Category: Library ## X-Credits: mitch0 ## X-License: MIT +## X-Website: https://www.curseforge.com/wow/addons/librangecheck-3-0 LibStub-1.0\LibStub.lua CallbackHandler-1.0\CallbackHandler-1.0.xml diff --git a/LibRangeCheck-3.0/LibRangeCheck-3.0.lua b/LibRangeCheck-3.0/LibRangeCheck-3.0.lua index d6301f9..e55df49 100644 --- a/LibRangeCheck-3.0/LibRangeCheck-3.0.lua +++ b/LibRangeCheck-3.0/LibRangeCheck-3.0.lua @@ -1,7 +1,7 @@ --[[ Name: LibRangeCheck-3.0 -Author(s): mitch0, WoWUI Dev community -Website: http://www.wowace.com/projects/librangecheck-2-0/ +Author(s): mitch0, WoWUIDev Community +Website: https://www.curseforge.com/wow/addons/librangecheck-3-0 Description: A range checking library based on interact distances and spell ranges Dependencies: LibStub License: MIT diff --git a/LibRangeCheck-3.0_Vanilla.toc b/LibRangeCheck-3.0_Vanilla.toc index f107c39..e021ae9 100644 --- a/LibRangeCheck-3.0_Vanilla.toc +++ b/LibRangeCheck-3.0_Vanilla.toc @@ -7,6 +7,7 @@ ## X-Category: Library ## X-Credits: mitch0 ## X-License: MIT +## X-Website: https://www.curseforge.com/wow/addons/librangecheck-3-0 LibStub-1.0\LibStub.lua CallbackHandler-1.0\CallbackHandler-1.0.xml diff --git a/LibRangeCheck-3.0_Wrath.toc b/LibRangeCheck-3.0_Wrath.toc index 03ac0dc..53bde6e 100644 --- a/LibRangeCheck-3.0_Wrath.toc +++ b/LibRangeCheck-3.0_Wrath.toc @@ -7,6 +7,7 @@ ## X-Category: Library ## X-Credits: mitch0 ## X-License: MIT +## X-Website: https://www.curseforge.com/wow/addons/librangecheck-3-0 LibStub-1.0\LibStub.lua CallbackHandler-1.0\CallbackHandler-1.0.xml