Compare commits

...

13 Commits
4.3 ... master

Author SHA1 Message Date
Florian Brinker 341f07a0f6 New Api Version
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2023-08-27 21:11:14 +02:00
Florian Brinker bead07a0cf New Api Version
continuous-integration/drone Build is passing Details
continuous-integration/drone/tag Build is passing Details
2023-08-12 16:39:57 +02:00
Florian Brinker 407dc14298 New Api Version
continuous-integration/drone Build is passing Details
continuous-integration/drone/tag Build is passing Details
2023-03-28 17:43:12 +02:00
Florian Brinker 7b9de40e57 New Api Version
continuous-integration/drone Build is passing Details
continuous-integration/drone/tag Build is passing Details
2022-08-31 22:39:30 +02:00
Florian Brinker 450cad90b9 New Api Version
continuous-integration/drone Build is passing Details
continuous-integration/drone/tag Build is passing Details
2022-07-18 20:04:11 +02:00
Florian Brinker 739352c641 New Api Version
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone Build is passing Details
2022-03-30 21:23:07 +02:00
Florian Brinker 6ccaa69b5a New Api Version
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
continuous-integration/drone/tag Build is passing Details
2021-11-18 20:40:07 +01:00
Florian Brinker 6ae87cea64 New Api Version
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
continuous-integration/drone/tag Build is passing Details
2021-08-26 12:36:56 +02:00
Florian Brinker f9d3cf6e84 Fixing typos
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2021-06-07 20:58:05 +02:00
Florian Brinker 0d5248671f New Api Version 2021-06-07 20:58:00 +02:00
Florian Brinker 634f7b5c6d Fix ShowDetails not working properly
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2021-03-20 16:03:01 +01:00
Florian Brinker affde86fa9 New Api Version
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2021-03-12 18:01:08 +01:00
Florian Brinker 53bc660b7c Add Download and Favorites Badge
continuous-integration/drone/push Build is passing Details
2020-11-02 21:53:06 +00:00
4 changed files with 17 additions and 7 deletions

View File

@ -5,7 +5,7 @@
## Author: |c87B7CCAsto|r, @Astarax
## Contact: mail@coded-with-heart.com
## APIVersion: 100033
## APIVersion: 101039
## SavedVariables: ACHIEVEMENT_INFO_DB ACHIEVEMENT_INFO_DB_USE_AW
## DependsOn: LibAddonMenu-2.0

View File

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

View File

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

View File

@ -2,8 +2,10 @@
[![Build Status](https://drone.f-brinker.de/api/badges/fbrinker/elderscrolls-addon-achievementInfo/status.svg)](https://drone.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo)
[![Latest Releases](https://badgen.net/badge/releases/latest)](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo/releases)
[![Downloads](https://badgen.net/https/scripts.f-brinker.de/esoui-stats/badge-total.php?cache=1800)](https://www.esoui.com/downloads/info350-AchievementInfo.html)
[![Favorites](https://badgen.net/https/scripts.f-brinker.de/esoui-stats/badge-fav.php?cache=1800)](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 a **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)
@ -11,12 +13,12 @@ This is an **The Elderscrolls Online** addon. [See all details and the download
### 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).
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)
* Triggers on each action or just in x% steps of the achievement's 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
@ -31,9 +33,9 @@ I'll still be available here and be able to update the ESOUI page.
## How to contribute?
**IMPORTANT: Github is a mirror.** Please contribute at [git.f-brinker.de/elderscrolls-addon-achievementInfo](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo) - You can login with your Github or Gitlab account (OAuth2).
**IMPORTANT: Github is a mirror.** Please contribute at [git.f-brinker.de/elderscrolls-addon-achievementInfo](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo) - You can log in with your Github or Gitlab account (OAuth2).
Then, create a fork of the repository, do what you have to do and create a pull-request afterwards. Feel free to contact me any time.
Then, create a fork of the repository, do what you have to do, and create a pull-request afterward. Feel free to contact me any time.
#### Linting
Luacheck is used to check the LUA code. [Documentation](https://luacheck.readthedocs.io/en/stable/index.html)