-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
72 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
package-as: BeaconChecker | ||
|
||
enable-nolib-creation: no | ||
|
||
externals: | ||
libs/LibStub: | ||
url: https://repos.curseforge.com/wow/libstub/trunk | ||
libs/CallbackHandler-1.0: | ||
url: https://repos.curseforge.com/wow/callbackhandler/trunk | ||
libs/AceAddon-3.0: | ||
url: https://repos.curseforge.com/wow/ace3/trunk/AceAddon-3.0 | ||
libs/AceConfig-3.0: | ||
url: https://repos.curseforge.com/wow/ace3/trunk/AceConfig-3.0 | ||
libs/AceConsole-3.0: | ||
url: https://repos.curseforge.com/wow/ace3/trunk/AceConsole-3.0 | ||
libs/AceDB-3.0: | ||
url: https://repos.curseforge.com/wow/ace3/trunk/AceDB-3.0 | ||
libs/AceEvent-3.0: | ||
url: https://repos.curseforge.com/wow/ace3/trunk/AceEvent-3.0 | ||
libs/AceGUI-3.0: | ||
url: https://repos.curseforge.com/wow/ace3/trunk/AceGUI-3.0 | ||
libs/LibDataBroker-1.1: | ||
url: https://github.com/tekkub/libdatabroker-1-1.git | ||
libs/LibDBIcon-1.0: | ||
url: https://repos.curseforge.com/wow/libdbicon-1-0/trunk/LibDBIcon-1.0 | ||
|
||
optional-dependencies: | ||
- tomtom | ||
|
||
manual-changelog: CHANGELOG.txt | ||
|
||
license-output: LICENSE.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Version 0.2 (2023-MM-DD) | ||
- Major UI Overhaul: Replaced basic frame with AceGUI for a more polished look | ||
- Added tabbed interface (Weekly Quests, Weekly Elites, World Quests) | ||
- Implemented scrollable content for better handling of long lists | ||
- Enhanced Quest Data: Updated and expanded quest information | ||
- Added achievement tracking for each quest | ||
- Implemented minimap button for quick access | ||
- Added options panel with minimap button toggle | ||
- Improved TomTom Integration | ||
- Refactored code to use AceAddon-3.0 framework | ||
- Implemented event-based updates for real-time quest status changes | ||
- Added color coding for completed/incomplete quests and achievements | ||
- Implemented escape key functionality to close the main window | ||
- Added frame clamping to prevent UI from moving off-screen | ||
- Added placeholder text for upcoming Weekly Elites and World Quests tabs | ||
- Fixed issues with unknown quest locations | ||
- Improved error handling and nil checks | ||
- Optimized frame creation and updates for smoother performance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 [Your Name] | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |