-
Notifications
You must be signed in to change notification settings - Fork 18
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
32 changed files
with
1,264 additions
and
948 deletions.
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,43 @@ | ||
package-as: totalRP3 | ||
enable-nolib-creation: no | ||
|
||
externals: | ||
# Ace libs | ||
totalRP3/libs/AceAddon-3.0: | ||
url: https://repos.wowace.com/wow/ace3/trunk/AceAddon-3.0 | ||
totalRP3/libs/AceSerializer-3.0: | ||
url: https://repos.wowace.com/wow/ace3/trunk/AceSerializer-3.0 | ||
totalRP3/libs/CallbackHandler-1.0: | ||
url: https://repos.wowace.com/wow/ace3/trunk/CallbackHandler-1.0 | ||
totalRP3/libs/LibCompress: | ||
url: https://repos.wowace.com/wow/libcompress/trunk | ||
totalRP3/libs/LibStub: | ||
url: https://repos.wowace.com/wow/ace3/trunk/LibStub | ||
|
||
# Chat Throttle Lib | ||
totalRP3/libs/ChatThrottleLib: | ||
https://repos.wowace.com/wow/chatthrottlelib/trunk | ||
|
||
# Databroker | ||
totalRP3/libs/LibDataBroker-1.1: | ||
url: https://repos.wowace.com/wow/libdatabroker-1-1 | ||
|
||
# LibDBIcon create a minimap icon for a databroker launcher | ||
totalRP3/libs/LibDBIcon-1.0: | ||
url: https://repos.wowace.com/wow/libdbicon-1-0/trunk | ||
|
||
ignore: | ||
- README.md | ||
- Documents | ||
- totalRP3_zTest | ||
- totalRP3_Localization | ||
- totalRP3_KuiNameplates # Will be moved as a bundled module | ||
|
||
manual-changelog: | ||
filename: CHANGELOG.md | ||
markup-type: markdown | ||
|
||
|
||
move-folders: | ||
totalRP3/totalRP3: totalRP3 | ||
totalRP3/totalRP3_Data: totalRP3_Data |
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,15 @@ | ||
## Bug fixes | ||
|
||
- Fixed several issues with the new chat system introduced in version 1.2.5 that would prevent player names form being colored correctly ([ticket #50](https://wow.curseforge.com/projects/total-rp-3/issues/50)). | ||
- Fixed a Lua error in the new WIM module ([ticket #55](https://wow.curseforge.com/projects/total-rp-3/issues/55)). | ||
- Fixed an issue where the option to increase color contrast on player names in the tooltip was always enabled ([ticket #51](https://wow.curseforge.com/projects/total-rp-3/issues/51)). | ||
- Fixed a Lua error when shift-clicking a spell name in the adventure journal ([ticket #61](https://wow.curseforge.com/projects/total-rp-3/issues/61)). | ||
- Fixed an issue making the game freeze and possibly crash when trying to delete too many companion profiles from the directory. Additionally, companion profiles are now included in the automatic purge ([ticket #56](https://wow.curseforge.com/projects/total-rp-3/issues/56)). | ||
- Fixed a long standing issue allowing advanced users to inject custom icons and color codes in places that were not meant for that, as this behaviour led to game crashes, as well as compatibility issues with other RP add-ons and stability issues in Total RP 3 itself ([ticket #63](https://wow.curseforge.com/projects/total-rp-3/issues/63)). | ||
- The option to increase contrast on color names in the tooltip is now applied on the other colored fields, not just the name field. | ||
- Added notice on the Auto add new players option of the directory to indicate that disabling this option will prevent you from receiving any new profile. | ||
- Fixed a Lua error when closing the color picker without having selected a color. | ||
|
||
## Other | ||
|
||
- TipTac support is now built into the add-on, you can safely uninstall the TipTac module. |
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
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
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
Oops, something went wrong.