Σύγκριση υποβολών
3 Υποβολές
| Συγγραφέας | SHA1 | Ημερομηνία | |
|---|---|---|---|
|
|
634f7b5c6d | ||
|
|
affde86fa9 | ||
| 53bc660b7c |
@@ -5,7 +5,7 @@
|
||||
## Author: |c87B7CCAsto|r, @Astarax
|
||||
## Contact: mail@coded-with-heart.com
|
||||
|
||||
## APIVersion: 100033
|
||||
## APIVersion: 100034
|
||||
## SavedVariables: ACHIEVEMENT_INFO_DB ACHIEVEMENT_INFO_DB_USE_AW
|
||||
|
||||
## DependsOn: LibAddonMenu-2.0
|
||||
|
||||
@@ -73,7 +73,12 @@ function AchievementInfo.onAchievementUpdated(_, achId)
|
||||
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,8 @@
|
||||
#### Notable Changes
|
||||
|
||||
##### Release 4.5
|
||||
* Fixed "ShowDetails" option working only in combination with "ShowOpenDetailsOnly"
|
||||
|
||||
##### Release 4.3
|
||||
* Fixed an error with gendered achievement descriptions
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
Αναφορά σε νέο ζήτημα
Block a user