Refactor whole addon to follow best practices
This commit is contained in:
parent
43fc252902
commit
414aef6924
31 changed files with 7843 additions and 29579 deletions
|
@ -1,10 +1,10 @@
|
|||
## Interface: 110100
|
||||
## Title: CzechQuests
|
||||
## Notes: Addon displays texts of quests in Czech language as tooltip
|
||||
## Notes: Addon displays texts of quests in Czech language
|
||||
## Author: Roman Jaroš
|
||||
## Version: 0.2.12
|
||||
## Version: 0.2.14
|
||||
## SavedVariables: CzechQuestsAddon_Store
|
||||
## Category: Quests
|
||||
## Category: Translations
|
||||
## IconTexture: Interface\AddOns\CzechQuests\Assets\Icons\Logo
|
||||
|
||||
CzechQuests.lua
|
||||
|
@ -14,15 +14,15 @@ Addon/Data/1.lua
|
|||
|
||||
Addon/Data/other.lua
|
||||
|
||||
Addon/Frames/Settings/OptionsQuestFrame.lua
|
||||
Addon/Frames/Settings/OptionsSpeechFrame.lua
|
||||
Addon/Frames/Settings/OptionsOthersFrame.lua
|
||||
Addon/Frames/TranslationQuestFrame.lua
|
||||
Addon/Frames/TranslationSpeechFrame.lua
|
||||
Addon/Frames/Settings/OptionsFrame.lua
|
||||
|
||||
Addon/Code/DataApi.lua
|
||||
Addon/Code/QuestParser.lua
|
||||
Addon/Code/Paragraphs.lua
|
||||
Addon/Code/FontUtils.lua
|
||||
Addon/Code/Options.lua
|
||||
|
||||
Addon/Code/QuestDataApi.lua
|
||||
Addon/Code/QuestFrame.lua
|
||||
Addon/Code/Quest.lua
|
||||
Addon/Code/Speeches.lua
|
||||
Addon/Addon.lua
|
||||
|
||||
Addon/Code/SpeechDataApi.lua
|
||||
Addon/Code/SpeechFrame.lua
|
||||
Addon/Code/Speech.lua
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue