12 Commit

Autore SHA1 Messaggio Data
Florian Brinker
ec7939be37 Fix Linting for new global method
Tutti i controlli sono stati effettuati con successo
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
Alcuni controlli sono falliti
continuous-integration/drone/push Build is failing
2020-11-02 21:08:29 +00:00
Florian Brinker
176a0ccf91 Fix a bug with gendered labels
Alcuni controlli sono falliti
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
Tutti i controlli sono stati effettuati con successo
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
Tutti i controlli sono stati effettuati con successo
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
Tutti i controlli sono stati effettuati con successo
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
Tutti i controlli sono stati effettuati con successo
continuous-integration/drone/push Build is passing
2020-06-07 20:52:50 +00:00
7c530dc0a1 Remove screenshots from build
Tutti i controlli sono stati effettuati con successo
continuous-integration/drone/push Build is passing
2020-06-07 20:50:42 +00:00
c9ac569694 Dateien hochladen nach „screenshots“
Tutti i controlli sono stati effettuati con successo
continuous-integration/drone/push Build is passing
2020-06-07 20:49:39 +00:00
Florian Brinker
35abf9337b Fix typo
Tutti i controlli sono stati effettuati con successo
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2020-06-07 20:03:56 +02:00
c7d11b3e44 Merge pull request '#2: Add accountwide settings' (#6) from 2-account-wide-settings into master
Tutti i controlli sono stati effettuati con successo
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: #6
2020-06-07 12:58:15 +00:00
Florian Brinker
af3a473fe2 #2: Add accountwide settings
Tutti i controlli sono stati effettuati con successo
continuous-integration/drone/push Build is passing
2020-06-07 14:54:32 +02:00
11 ha cambiato i file con 27 aggiunte e 5 eliminazioni

Vedi File

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

Vedi File

@@ -19,5 +19,6 @@ read_globals = {
"EVENT_MANAGER",
"LINK_STYLE_BRACKET",
"zo_callLater",
"zo_strformat",
"ZO_SavedVars",
}

Vedi File

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

Vedi File

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

Vedi File

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

Vedi File

@@ -52,7 +52,7 @@ function AchievementInfo.loadSavedVars()
if AchievementInfo.useAccountWideSettings["enabled"] == true then
return ZO_SavedVars:NewAccountWide("ACHIEVEMENT_INFO_DB", 1, nil, defaults)
end
return ZO_SavedVars:New("ACHIEVEMENT_INFO_DB", 1, nil, defaults)
end

Vedi File

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

Vedi File

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

BIN
screenshots/chat-1.jpg Normal file

File binario non mostrato.

Dopo

Larghezza:  |  Altezza:  |  Dimensione: 60 KiB

BIN
screenshots/chat-2.jpg Normal file

File binario non mostrato.

Dopo

Larghezza:  |  Altezza:  |  Dimensione: 21 KiB

BIN
screenshots/settings.jpg Normal file

File binario non mostrato.

Dopo

Larghezza:  |  Altezza:  |  Dimensione: 91 KiB