Skip to content

Commit

Permalink
pull latest changes from upstream (#1)
Browse files Browse the repository at this point in the history
* Senjin Village & load next guide fixes

* Improve the GameTooltip hide methods
Avoid GameTooltip.SetPoint on unnamed frames for Status frame, rely on SetOwner anchor instead (fixes empty mouseover tooltips)

* Improved localization, addon tooltips, buying items detection guide fixes

* Warrior class quests added, 1-15 Horde updates

* pfQuest moved to Gitlab, add level detection to a step

* Added die tag & auto logic, fixed optional and town tags

* Renamed addon folder to TourGuideVanilla, removed professions guide to be an optional download

* Remove embedded professions guide

* Update README.md

* TOC cleanup and initial addon load error fixed

* Warrior Whirlwind + Fixes

Some small quest fixes
Added level 30 Warrior quest chain to separate copy, need input on how to go about making it work well with the current path.

* Fix Fixes

Fixed previous fixes
Merged Warrior version of Hillsbrad Foothills, single file now
Removed:
|NORAF| tags
|RAF| quests

* many updates: see description

* Implemented Sol Lua 5.0/WoW API shim library
* Converted Dongle to submodule library
* Fixed coord mapping when the quest is accepted from a object
* Fixed using a presented item with the provided icon when you don't actually have the item
* Removed unused guides
* Horde updates from 40-44

* Silly fixes

Tags, spelling, titles.

* 40-50 Update

* Minor fixes

Added |LVL| tag in Badlands
Removed double spacing across the entire project

* Spelling

* line endings: fixed to LF

* libraries: removed submodules, reverted to previous Dongle version

* Improve compat shims, rename and move the file with other support files in libs.
Remove Sol and dependencies.

* Cleanup frame code.
Hide all child frames of the status frame when dragging to have consistent behavior.
Fixes cralor#18 as well as similar issues with the options frame and title.

* quest updates: and a few more things
* Added grind objective w/ auto level up detection
* Added ability to toggle quest log open/close with click of Status
Frame
* Updated Horde guide lvl 40-50

* media: create folder
* also, Grind objectives will require |LV| tag to function

* compat: added shim functions into TourGuide namespace for deconfliction

* Dongle: missed a rename

* compat: fixing select issues

* compat: refactor select functions

* new feature: skip follow-up tag
* Fixed icon paths for Set Hearth and Die icons
* Guide updates to make use of new tag

* guides: Optional tag cleanup, remove redundant files
* Removed Felwood and Ungoro Crater Alliance guides as they were old
versions not used
* Fixed the EPL/WPL ending guides pointing towards the removed Hellfire
TBC zone

* config: cleaned up config code
* Added option to toggle auto-skipping select followups

* Remove Dongle and compat in favor of Ace2 framework.
Minimap / Fubar plugin (can optionally be completely hidden) for toggling status frame and setting options.
Basic command-line options. (/tourguide or /tg)
Improvements to frame code and .toc

* Add missed GetItemCount utility method

* Update Locale.lua

* Update StatusFrame.lua

* Update Locale.lua

* line endings: support LF & CRLF guide endings
* Fix IsDebugging() function reference

* remove file

* bug fix: use our own select function always
* Also added Fresh Start detection to initialize the Level 1 guide based
on Race

* bug fixes: use of self
  • Loading branch information
Vempz authored Jun 28, 2018
1 parent 39db874 commit d12176c
Show file tree
Hide file tree
Showing 142 changed files with 17,740 additions and 3,596 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore
README.md export-ignore
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
29 changes: 0 additions & 29 deletions Config.lua

This file was deleted.

Loading

0 comments on commit d12176c

Please sign in to comment.