10 次代码提交
4.0 ... 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
Florian Brinker
90332bac93 Remove screenshots from build
所有检查均成功
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2020-08-25 09:56:37 +02:00
Florian Brinker
014300b239 New Api version
所有检查均成功
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2020-08-25 09:52:01 +02:00
b55d263f25 Add description and screenshot
所有检查均成功
continuous-integration/drone/push Build is passing
2020-06-07 20:52:50 +00:00
7c530dc0a1 Remove screenshots from build
所有检查均成功
continuous-integration/drone/push Build is passing
2020-06-07 20:50:42 +00:00
c9ac569694 Dateien hochladen nach „screenshots“
所有检查均成功
continuous-integration/drone/push Build is passing
2020-06-07 20:49:39 +00:00
Florian Brinker
35abf9337b Fix typo
所有检查均成功
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2020-06-07 20:03:56 +02:00
修改 10 个文件,包含 26 行新增4 行删除

查看文件

@@ -28,6 +28,7 @@ steps:
- apk update && apk add --no-cache zip
# Delete unneeded files/dirs
- rm -rf sources/.git
- rm -rf sources/screenshots
- rm -f sources/.drone.status
- rm -f sources/.drone.yml
- rm -f sources/.luacheckrc

查看文件

@@ -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: 100031
## APIVersion: 100033
## SavedVariables: ACHIEVEMENT_INFO_DB ACHIEVEMENT_INFO_DB_USE_AW
## DependsOn: LibAddonMenu-2.0

查看文件

@@ -67,7 +67,7 @@ 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"

查看文件

@@ -35,8 +35,8 @@ LANG_STORE.EN.SettingsOption.AddOnEnabled = "AddOn enabled"
LANG_STORE.EN.SettingsOption.AddOnEnabledTooltip = "Enable or disable this AddOn"
LANG_STORE.EN.SettingsOption.AddOnEnabledWarning = "Only the output messages can be disabled here"
LANG_STORE.EN.SettingsOption.AccountWideEnabled = "Use acctountwide Settings"
LANG_STORE.EN.SettingsOption.AccountWideEnabledTooltip = "Use and save the settings for all of your characters"
LANG_STORE.EN.SettingsOption.AccountWideEnabled = "Use account-wide Settings"
LANG_STORE.EN.SettingsOption.AccountWideEnabledTooltip = "Use and edit the same settings for all characters"
LANG_STORE.EN.SettingsOption.ShowEveryUpdate = "Show every update"
LANG_STORE.EN.SettingsOption.ShowEveryUpdateTooltip = "Shows a message on every status update of an achievement. Otherwise the messages appear only in steps of x%"

查看文件

@@ -1,5 +1,8 @@
#### Notable Changes
##### 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

查看文件

@@ -7,6 +7,23 @@ This is an **The Elderscrolls Online** addon. [See all details and the download
[Issue-Tracker](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo/issues)
## Description
### What is this AddOn about?
I like achievements and I like to know what to do to complete them and what type of achievements exist without browsing through the entire achievement catalog: This AddOn displays lightweight chat notifications if you make progress in an achievement (please see the screenshots).
### Features
* Shows chat notifications if you do something that is needed for an achievement
* Triggers on each action or just in x% steps of the achievements requirements (configurable)
* Can show some details in the chat notification like (kill 250/1000 Humanoids)
* You can toggle the notifications for each category
* Lightweight: It is not always present and shows up only when necessary
* You can enable account-wide settings
![preview screenshot](screenshots/chat-1.jpg)
## Why is this a public project?
In case I quit or pause playing TESO and cannot maintain this addon, feel free to contribute to keep this up to date and running.

二进制
screenshots/chat-1.jpg 普通文件

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 60 KiB

二进制
screenshots/chat-2.jpg 普通文件

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 21 KiB

二进制
screenshots/settings.jpg 普通文件

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 91 KiB