4 次代码提交
4.1 ... 4.3

作者 SHA1 备注 提交日期
Florian Brinker
ec7939be37 Fix Linting for new global method
所有检查均成功
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2020-11-02 22:10:33 +01:00
de1cb88ca8 Fix Typo
一些检查失败了
continuous-integration/drone/push Build is failing
2020-11-02 21:08:29 +00:00
Florian Brinker
176a0ccf91 Fix a bug with gendered labels
一些检查失败了
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
2020-11-02 21:53:39 +01:00
Florian Brinker
fde8966292 New Api Version
所有检查均成功
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2020-11-02 20:23:24 +01:00
修改 4 个文件,包含 6 行新增2 行删除

查看文件

@@ -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