比较提交
7 次代码提交
| 作者 | SHA1 | 提交日期 | |
|---|---|---|---|
|
|
634f7b5c6d | ||
|
|
affde86fa9 | ||
| 53bc660b7c | |||
|
|
ec7939be37 | ||
| de1cb88ca8 | |||
|
|
176a0ccf91 | ||
|
|
fde8966292 |
@@ -19,5 +19,6 @@ read_globals = {
|
||||
"EVENT_MANAGER",
|
||||
"LINK_STYLE_BRACKET",
|
||||
"zo_callLater",
|
||||
"zo_strformat",
|
||||
"ZO_SavedVars",
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
## Author: |c87B7CCAsto|r, @Astarax
|
||||
## Contact: mail@coded-with-heart.com
|
||||
|
||||
## APIVersion: 100032
|
||||
## APIVersion: 100034
|
||||
## SavedVariables: ACHIEVEMENT_INFO_DB ACHIEVEMENT_INFO_DB_USE_AW
|
||||
|
||||
## DependsOn: LibAddonMenu-2.0
|
||||
|
||||
@@ -67,13 +67,18 @@ function AchievementInfo.onAchievementUpdated(_, achId)
|
||||
tmpOutput = tmpOutput .. ", "
|
||||
end
|
||||
|
||||
tmpOutput = tmpOutput .. description .. " "
|
||||
tmpOutput = tmpOutput .. zo_strformat("<<1>>", description) .. " "
|
||||
tmpOutput = tmpOutput .. AchievementInfo.calcCriteriaColor(numCompleted, numRequired) .. numCompleted .. "|r"
|
||||
tmpOutput = tmpOutput .. AchievementInfo.clrDefault .. "/" .. "|r"
|
||||
tmpOutput = tmpOutput .. AchievementInfo.clrCriteriaComplete .. numRequired .. "|r"
|
||||
tmpOutput = tmpOutput .. AchievementInfo.clrDefault
|
||||
|
||||
if AchievementInfo.settingGet("genShowOpenDetailsOnly") == true and numCompleted ~= numRequired then
|
||||
if AchievementInfo.settingGet("genShowOpenDetailsOnly") == true then
|
||||
if numCompleted ~= numRequired then
|
||||
detailOutput[detailOutputCount] = tmpOutput
|
||||
detailOutputCount = detailOutputCount + 1
|
||||
end
|
||||
else
|
||||
detailOutput[detailOutputCount] = tmpOutput
|
||||
detailOutputCount = detailOutputCount + 1
|
||||
end
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
#### Notable Changes
|
||||
|
||||
##### Release 4.5
|
||||
* Fixed "ShowDetails" option working only in combination with "ShowOpenDetailsOnly"
|
||||
|
||||
##### Release 4.3
|
||||
* Fixed an error with gendered achievement descriptions
|
||||
|
||||
##### Release 4.0
|
||||
* Added accountwide settings
|
||||
* Added an "use accountwide settings" option to the settings of each character
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
[](https://drone.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo)
|
||||
[](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo/releases)
|
||||
[](https://www.esoui.com/downloads/info350-AchievementInfo.html)
|
||||
[](https://www.esoui.com/downloads/info350-AchievementInfo.html)
|
||||
|
||||
This is an **The Elderscrolls Online** addon. [See all details and the download @ESOUI](http://www.esoui.com/downloads/info350-AchievementInfo.html#info).
|
||||
|
||||
|
||||
在新工单中引用
屏蔽一个用户