diff options
author | Daniel Schadt <kingdread@gmx.de> | 2021-11-17 20:07:18 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2021-11-17 20:07:18 +0100 |
commit | 70750b3c10aa05e8fe922b5d70e9cfe61253c72a (patch) | |
tree | 455dfb7be43e3f6724f52d4974eb4769ff9e8c40 /CHANGELOG.md | |
parent | b962896e0d31667162b0a844e3f2186707b641ad (diff) | |
download | evtclib-70750b3c10aa05e8fe922b5d70e9cfe61253c72a.tar.gz evtclib-70750b3c10aa05e8fe922b5d70e9cfe61253c72a.tar.bz2 evtclib-70750b3c10aa05e8fe922b5d70e9cfe61253c72a.zip |
Move game_mode to Encounter
If we already have an Encounter, it might be nice to determine the game
mode from it as well - without needing to go through the whole log
first.
This is especially useful for raidgrep, where we can use the early
filters - which don't have access to the whole Log item.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d78c1..f51a115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,8 @@ All notable changes to this project will be documented in this file. - `Encounter::EaterOfSouls` (`Boss::EaterOfSouls`) - `Encounter::StatueOfDarkness` (`Boss::EyeOfJudgment` and `Boss::EyeOfFate`) - `Log::is_generic` to check whether a log is generic (WvW) -- `GameMode` and the `Log::game_mode` method +- `gamedata::GameMode` and the `Encounter::game_mode` and `Log::game_mode` + methods - `FromRawEventError::UnknownLanguage` has been added to deal with an invalid language byte. |