Skip to content

Commit

Permalink
see changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Krowi authored and Krowi committed Dec 23, 2024
1 parent e3ffeb7 commit b5fa56b
Show file tree
Hide file tree
Showing 27 changed files with 1,034 additions and 156 deletions.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,13 @@
"MenuUtil",
"GameTooltip_AddColoredLine",
"REPUTATION_SORT_TYPE_ACCOUNT",
"EnumUtil"
"EnumUtil",
"MOUNT",
"PET",
"TABARDSLOT",
"LFG_LIST_TITLE",
"TOY",
"PERKS_VENDOR_CATEGORY_TRANSMOG"
],
"Lua.diagnostics.disable": [
"deprecated",
Expand Down
16 changes: 9 additions & 7 deletions Api/AchievementDataApi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ KrowiAF.Enum.Faction = EnumUtil.MakeEnum(
KrowiAF.Enum.RewardType = EnumUtil.MakeEnum(
"NotCategorized",
"Other",
"Toy",
"Pet",
"Title",
"AlliedRace",
"Garrison",
"Mount",
"Transmog",
"Item",
"Teleport",
"Pet",
"RemixPandariaBronze",
"Tabard"
"Tabard",
"Teleport",
"Title",
"Toy",
"TradersTender",
"Transmog"
);

KrowiAF.AchievementData = {};
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
- Shadowlands Mythic+ season categories in the Specials tab
- Achievements can now have multiple moments when they were available to earn
- Cross-Expansion - Delves category is now moved from The War Within to Cross-Expansion
- Has Reward filter with additional reward type filters

### Changed
- Factions and EventType are now accessible trough the API system
Expand Down
7 changes: 7 additions & 0 deletions Changelogs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### Added
- The watch list can now be a mix of account wide achievements for one character, character specific achievements for another character or all account wide or character specific
- Shadowlands Mythic+ season categories in the Specials tab
- Achievements can now have multiple moments when they were available to earn
- Cross-Expansion - Delves category is now moved from The War Within to Cross-Expansion
- Has Reward filter with additional reward type filters

### Changed
- Factions and EventType are now accessible trough the API system

### Fixed
- When marking an achievement as watched, the view should no longer completely reset
8 changes: 8 additions & 0 deletions Changelogs/CurseForge.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<p><h3>Added</h3></p>
<ul>
<li>The watch list can now be a mix of account wide achievements for one character, character specific achievements for another character or all account wide or character specific</li>
<li>Shadowlands Mythic+ season categories in the Specials tab</li>
<li>Achievements can now have multiple moments when they were available to earn</li>
<li>Cross-Expansion - Delves category is now moved from The War Within to Cross-Expansion</li>
<li>Has Reward filter with additional reward type filters</li>
</ul>
<p><h3>Changed</h3></p>
<ul>
<li>Factions and EventType are now accessible trough the API system</li>
</ul>
<p><h3>Fixed</h3></p>
<ul>
Expand Down
7 changes: 7 additions & 0 deletions Changelogs/Wago.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### Added
- The watch list can now be a mix of account wide achievements for one character, character specific achievements for another character or all account wide or character specific
- Shadowlands Mythic+ season categories in the Specials tab
- Achievements can now have multiple moments when they were available to earn
- Cross-Expansion - Delves category is now moved from The War Within to Cross-Expansion
- Has Reward filter with additional reward type filters

### Changed
- Factions and EventType are now accessible trough the API system

### Fixed
- When marking an achievement as watched, the view should no longer completely reset
9 changes: 9 additions & 0 deletions Changelogs/WowInterface.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
[B]Added[/B]
[LIST]
[*]The watch list can now be a mix of account wide achievements for one character, character specific achievements for another character or all account wide or character specific
[*]Shadowlands Mythic+ season categories in the Specials tab
[*]Achievements can now have multiple moments when they were available to earn
[*]Cross-Expansion - Delves category is now moved from The War Within to Cross-Expansion
[*]Has Reward filter with additional reward type filters
[/LIST]

[B]Changed[/B]
[LIST]
[*]Factions and EventType are now accessible trough the API system
[/LIST]

[B]Fixed[/B]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4879,11 +4879,17 @@ KrowiAF.AchievementData["03_01_00"] = {
3676,
faction.Alliance,
3677,
{
RewardType = rewardType.Other,
},
},
{ -- The Sunreavers
3677,
faction.Horde,
3676,
{
RewardType = rewardType.Other,
},
},
{3736}, -- Pony Up!
{ -- Furious Gladiator's Frost Wyrm
Expand Down
7 changes: 6 additions & 1 deletion DataAddons/CataClassic/04_Cataclysm/AchievementData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,12 @@ KrowiAF.AchievementData["04_02_00"] = {
},
{5855}, -- Ragnar-O's
{5858}, -- Bear-ly Made It
{5859}, -- Legacy of Leyara
{ -- Legacy of Leyara
5859,
{
RewardType = rewardType.Other,
},
},
{ -- The 'Unbeatable?' Pterodactyl: BEATEN.
5860,
{
Expand Down
6 changes: 6 additions & 0 deletions DataAddons/Retail/03_WrathOfTheLichKing/AchievementData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4657,11 +4657,17 @@ KrowiAF.AchievementData["03_01_00"] = {
3676,
faction.Alliance,
3677,
{
RewardType = rewardType.Other,
},
},
{ -- The Sunreavers
3677,
faction.Horde,
3676,
{
RewardType = rewardType.Other,
},
},
{3736}, -- Pony Up!
{ -- Furious Gladiator's Frost Wyrm
Expand Down
7 changes: 6 additions & 1 deletion DataAddons/Retail/04_Cataclysm/AchievementData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,12 @@ KrowiAF.AchievementData["04_02_00"] = {
{5851}, -- Gone Fishin'
{5855}, -- Ragnar-O's
{5858}, -- Bear-ly Made It
{5859}, -- Legacy of Leyara
{ -- Legacy of Leyara
5859,
{
RewardType = rewardType.Other,
},
},
{ -- The 'Unbeatable?' Pterodactyl: BEATEN.
5860,
{
Expand Down
29 changes: 25 additions & 4 deletions DataAddons/Retail/05_MistsOfPandaria/AchievementData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ KrowiAF.AchievementData["05_00_04"] = {
{ -- Challenge Conqueror: Gold
6378,
{
RewardType = rewardType.Transmog,
{"Before", "Version", {6, 0, 2}},
},
},
Expand Down Expand Up @@ -1180,9 +1181,24 @@ KrowiAF.AchievementData["05_00_04"] = {
{7379}, -- Pandaren Master of All
{7380}, -- Double Agent
{7381}, -- Restore Balance
{7382}, -- Dynamic Duo
{7383}, -- Terrific Trio
{7384}, -- Quintessential Quintet
{ -- Dynamic Duo
7382,
{
RewardType = rewardType.Other,
},
},
{ -- Terrific Trio
7383,
{
RewardType = rewardType.Other,
},
},
{ -- Quintessential Quintet
7384,
{
RewardType = rewardType.Other,
},
},
{ -- Pub Crawl
7385,
{
Expand Down Expand Up @@ -1406,7 +1422,12 @@ KrowiAF.AchievementData["05_01_00"] = {
RewardType = rewardType.Mount,
},
},
{7908}, -- I Choose You
{ -- I Choose You
7908,
{
RewardType = rewardType.Other,
},
},
{ -- Operation: Shieldwall Campaign
7928,
faction.Alliance,
Expand Down
Loading

0 comments on commit b5fa56b

Please sign in to comment.