Salīdzināt revīzijas
4 Revīzijas
| Autors | SHA1 | Datums | |
|---|---|---|---|
|
|
ec7939be37 | ||
| de1cb88ca8 | |||
|
|
176a0ccf91 | ||
|
|
fde8966292 |
@@ -19,5 +19,6 @@ read_globals = {
|
|||||||
"EVENT_MANAGER",
|
"EVENT_MANAGER",
|
||||||
"LINK_STYLE_BRACKET",
|
"LINK_STYLE_BRACKET",
|
||||||
"zo_callLater",
|
"zo_callLater",
|
||||||
|
"zo_strformat",
|
||||||
"ZO_SavedVars",
|
"ZO_SavedVars",
|
||||||
}
|
}
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
## Author: |c87B7CCAsto|r, @Astarax
|
## Author: |c87B7CCAsto|r, @Astarax
|
||||||
## Contact: mail@coded-with-heart.com
|
## Contact: mail@coded-with-heart.com
|
||||||
|
|
||||||
## APIVersion: 100032
|
## APIVersion: 100033
|
||||||
## SavedVariables: ACHIEVEMENT_INFO_DB ACHIEVEMENT_INFO_DB_USE_AW
|
## SavedVariables: ACHIEVEMENT_INFO_DB ACHIEVEMENT_INFO_DB_USE_AW
|
||||||
|
|
||||||
## DependsOn: LibAddonMenu-2.0
|
## DependsOn: LibAddonMenu-2.0
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ function AchievementInfo.onAchievementUpdated(_, achId)
|
|||||||
tmpOutput = tmpOutput .. ", "
|
tmpOutput = tmpOutput .. ", "
|
||||||
end
|
end
|
||||||
|
|
||||||
tmpOutput = tmpOutput .. description .. " "
|
tmpOutput = tmpOutput .. zo_strformat("<<1>>", description) .. " "
|
||||||
tmpOutput = tmpOutput .. AchievementInfo.calcCriteriaColor(numCompleted, numRequired) .. numCompleted .. "|r"
|
tmpOutput = tmpOutput .. AchievementInfo.calcCriteriaColor(numCompleted, numRequired) .. numCompleted .. "|r"
|
||||||
tmpOutput = tmpOutput .. AchievementInfo.clrDefault .. "/" .. "|r"
|
tmpOutput = tmpOutput .. AchievementInfo.clrDefault .. "/" .. "|r"
|
||||||
tmpOutput = tmpOutput .. AchievementInfo.clrCriteriaComplete .. numRequired .. "|r"
|
tmpOutput = tmpOutput .. AchievementInfo.clrCriteriaComplete .. numRequired .. "|r"
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
#### Notable Changes
|
#### Notable Changes
|
||||||
|
|
||||||
|
##### Release 4.3
|
||||||
|
* Fixed an error with gendered achievement descriptions
|
||||||
|
|
||||||
##### Release 4.0
|
##### Release 4.0
|
||||||
* Added accountwide settings
|
* Added accountwide settings
|
||||||
* Added an "use accountwide settings" option to the settings of each character
|
* Added an "use accountwide settings" option to the settings of each character
|
||||||
|
|||||||
Atsaukties uz šo jaunā problēmā
Block a user