aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-09-18add encounter ID for KanaxaiHEADmasterDaniel Schadt
2024-08-29fix formattingDaniel Schadt
2024-08-29implement some new eventsDaniel Schadt
2024-08-26fix formattingDaniel Schadt
2024-08-26fix clippy suggestionsDaniel Schadt
2024-08-26fix partial_cmp return value for equal itemsDaniel Schadt
2024-08-26turn comment on PartialOrd into a doc commentDaniel Schadt
2024-08-26impl PartialOrd for gamedata::EncounterDaniel Schadt
2022-05-11add Ankka CM detectionDaniel Schadt
2022-04-20fix mai trin success detection for early failuresDaniel Schadt
2022-04-20add support for Aetherblade Hideout Challenge MoteDaniel Schadt
2022-03-31EoD strikes: also recognize other Dragonvoid IDsDaniel Schadt
2022-03-31EoD strikes: implement Dragonvoid analyzerDaniel Schadt
2022-03-31EoD strikes: implement Minister Li analyzerDaniel Schadt
2022-03-31EoD strikes: implement Ankka analyzerDaniel Schadt
2022-03-31EoD strikes: implement Captain Mai Trin analyzerDaniel Schadt
2022-03-10fix dragonvoid IDDaniel Schadt
2022-03-09add Boss/Encounter for new EoD strikesDaniel Schadt
2022-03-08add EoD elite spec IDsDaniel Schadt
2021-11-22add Twisted CastleDaniel Schadt
2021-11-19small doc typo fixesDaniel Schadt
2021-11-18make EventKind non-exhaustiveDaniel Schadt
2021-11-18speed up Log::is_bossDaniel Schadt
2021-11-18speed up Log::agent_by_addrDaniel Schadt
2021-11-18switch order of operands in SH analyzerDaniel Schadt
2021-11-17derive most traits for Agent and SkillDaniel Schadt
2021-11-17Implement FromStr for GameModeDaniel Schadt
2021-11-17Move game_mode to EncounterDaniel Schadt
2021-11-16Add GameMode and Log::game_modeDaniel Schadt
2021-11-16Small documentation fix for EncounterDaniel Schadt
2021-11-16Add Statues of GrenthDaniel Schadt
2021-11-13Implement the River of Souls encounterDaniel Schadt
2021-11-13add tests for Trio parsingDaniel Schadt
2021-11-13add bandit trio encounter & boss IDsDaniel Schadt
2021-11-13Document panic in Log::boss and remove other panicDaniel Schadt
2021-11-13Add a "is_generic" to detect WvW logsDaniel Schadt
2021-11-12remove superfluous semicolonsDaniel Schadt
2021-11-12small lint fixesDaniel Schadt
2021-11-12Fix player name parsing logicDaniel Schadt
2021-11-12Add kitty golem encounters from the training areaDaniel Schadt
2020-12-11add CBTR_BREAKBAR enum variantDaniel Schadt
2020-12-11add buff stack id to BuffApplication eventDaniel Schadt
2020-12-11add StackActive and StackReset eventsDaniel Schadt
2020-12-11add comment about ReplInfoDaniel Schadt
2020-12-11add BuffInitial event handlingDaniel Schadt
2020-12-08add CBTS_BARRIERUPDATE statechangeDaniel Schadt
2020-10-23speed up agent-by-addr searchDaniel Schadt
2020-10-23use iterator methods instead of for loopsDaniel Schadt
2020-10-04add Encounter::from_header_idDaniel Schadt
2020-10-01implement sequence deserialization for AgentDaniel Schadt