-
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
Alar of Runetotem
committed
Mar 14, 2024
1 parent
308698f
commit da0ee2e
Showing
7 changed files
with
51 additions
and
76 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
|
||
/.settings/ | ||
|
||
/.settings/ | ||
.idea/ | ||
.vscode/ |
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
=PetCare= | ||
PetCare manages your fighting pet needs: | ||
* keeps track of mend pet | ||
* allow to cast mend pet,revive pet and misdirection directly via it's frame | ||
* shows your current aggro compared to your pet's one | ||
* can play a sound and or show an alert when your pet falls under a customizable level of health | ||
* can play a sound if you enter a non PVP instance with Growl active | ||
* alerts can be disabled in pvp instances | ||
Configure via Interface/Addons or via /petcare gui | ||
==Rel 6.7.1== | ||
Fixed Mend Pet / Revive pet selection | ||
=PetCare= | ||
PetCare manages your fighting pet needs: | ||
* keeps track of mend pet | ||
* allow to cast mend pet,revive pet and misdirection directly via it's frame | ||
* shows your current aggro compared to your pet's one | ||
* can play a sound and or show an alert when your pet falls under a customizable level of health | ||
* can play a sound if you enter a non PVP instance with Growl active | ||
* alerts can be disabled in pvp instances | ||
Configure via Interface/Addons or via /petcare gui | ||
==Rel 6.7.1== | ||
Fixed Mend Pet / Revive pet selection |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<Ui xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.blizzard.com/wow/ui/" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ | ||
..\FrameXML\UI.xsd"> | ||
|
||
<!-- $Id: embeds.xml 206 2011-07-03 00:05:38Z alar $ --> | ||
<!-- ACE2 --> | ||
<Include file="libs\LibInit\LibInit.xml"/> | ||
<Include file="libs\LibCandyBar-3.0\lib.xml"/> | ||
</Ui> | ||
<Ui xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.blizzard.com/wow/ui/" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ | ||
..\FrameXML\UI.xsd"> | ||
|
||
<!-- $Id: embeds.xml 206 2011-07-03 00:05:38Z alar $ --> | ||
<!-- ACE2 --> | ||
<Include file="libs\LibInit\LibInit.xml"/> | ||
<Include file="libs\LibCandyBar-3.0\lib.xml"/> | ||
</Ui> |
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 |
---|---|---|
@@ -1,27 +1,27 @@ | ||
package-as: PetCare | ||
enable-nolib-creation: no | ||
|
||
externals: | ||
libs/LibInit: | ||
url: https://github.com/alarofrunetotem/LibInit.git/LibInit | ||
tag: latest | ||
libs/LibCandyBar-3.0: | ||
url: svn://svn.wowace.com/wow/libcandybar-3-0/mainline/trunk | ||
|
||
manual-changelog: | ||
filename: CHANGELOG.txt | ||
markup-type: creole | ||
|
||
ignore: | ||
- luac.out | ||
- tests | ||
- benchs | ||
- docs | ||
- split.bat | ||
- unsplit.bat | ||
- Ace3.lua | ||
- Ace3.toc | ||
- libs/Ace3/tests | ||
- libs/AlarShared-3.0 | ||
- .project | ||
- .settings | ||
package-as: PetCare | ||
enable-nolib-creation: no | ||
|
||
externals: | ||
libs/LibInit: | ||
url: https://github.com/alarofrunetotem/LibInit.git/LibInit | ||
tag: latest | ||
libs/LibCandyBar-3.0: | ||
url: svn://svn.wowace.com/wow/libcandybar-3-0/mainline/trunk | ||
|
||
manual-changelog: | ||
filename: CHANGELOG.txt | ||
markup-type: creole | ||
|
||
ignore: | ||
- luac.out | ||
- tests | ||
- benchs | ||
- docs | ||
- split.bat | ||
- unsplit.bat | ||
- Ace3.lua | ||
- Ace3.toc | ||
- libs/Ace3/tests | ||
- libs/AlarShared-3.0 | ||
- .project | ||
- .settings |