Commitok összehasonlítása
12 Commit-ok
| Szerző | SHA1 | Dátum | |
|---|---|---|---|
|
|
634f7b5c6d | ||
|
|
affde86fa9 | ||
| 53bc660b7c | |||
|
|
ec7939be37 | ||
| de1cb88ca8 | |||
|
|
176a0ccf91 | ||
|
|
fde8966292 | ||
|
|
90332bac93 | ||
|
|
014300b239 | ||
| b55d263f25 | |||
| 7c530dc0a1 | |||
| c9ac569694 |
@@ -28,6 +28,7 @@ steps:
|
|||||||
- apk update && apk add --no-cache zip
|
- apk update && apk add --no-cache zip
|
||||||
# Delete unneeded files/dirs
|
# Delete unneeded files/dirs
|
||||||
- rm -rf sources/.git
|
- rm -rf sources/.git
|
||||||
|
- rm -rf sources/screenshots
|
||||||
- rm -f sources/.drone.status
|
- rm -f sources/.drone.status
|
||||||
- rm -f sources/.drone.yml
|
- rm -f sources/.drone.yml
|
||||||
- rm -f sources/.luacheckrc
|
- rm -f sources/.luacheckrc
|
||||||
|
|||||||
@@ -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: 100031
|
## APIVersion: 100034
|
||||||
## 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,13 +67,18 @@ 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"
|
||||||
tmpOutput = tmpOutput .. AchievementInfo.clrDefault
|
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
|
detailOutput[detailOutputCount] = tmpOutput
|
||||||
detailOutputCount = detailOutputCount + 1
|
detailOutputCount = detailOutputCount + 1
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
#### Notable Changes
|
#### 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
|
##### 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
|
||||||
|
|||||||
19
README.md
19
README.md
@@ -2,11 +2,30 @@
|
|||||||
|
|
||||||
[](https://drone.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo)
|
[](https://drone.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo)
|
||||||
[](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo/releases)
|
[](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).
|
This is an **The Elderscrolls Online** addon. [See all details and the download @ESOUI](http://www.esoui.com/downloads/info350-AchievementInfo.html#info).
|
||||||
|
|
||||||
[Issue-Tracker](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo/issues)
|
[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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Why is this a public project?
|
## 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.
|
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.
|
||||||
|
|||||||
BINáris
screenshots/chat-1.jpg
Normal file
BINáris
screenshots/chat-1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Méret: 60 KiB |
BINáris
screenshots/chat-2.jpg
Normal file
BINáris
screenshots/chat-2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Méret: 21 KiB |
BINáris
screenshots/settings.jpg
Normal file
BINáris
screenshots/settings.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Méret: 91 KiB |
Reference in New Issue
Block a user