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
|
@ -2,7 +2,7 @@
|
|||
## Title: CzechQuests
|
||||
## Notes: Addon displays texts of quests in Czech language as tooltip
|
||||
## Author: Roman Jaroš
|
||||
## Version: 0.1.11
|
||||
## Version: 0.1.13
|
||||
## SavedVariables: CzechQuestsAddon_Store
|
||||
|
||||
CzechQuests.lua
|
||||
|
@ -16,15 +16,15 @@ Addon/Data/5.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