Age | Commit message (Expand) | Author |
2020-12-11 | add BuffInitial event handling | Daniel Schadt |
2020-12-08 | add CBTS_BARRIERUPDATE statechange | Daniel Schadt |
2020-10-23 | speed up agent-by-addr search | Daniel Schadt |
2020-10-23 | use iterator methods instead of for loops | Daniel Schadt |
2020-10-04 | add Encounter::from_header_id | Daniel Schadt |
2020-10-01 | implement sequence deserialization for Agent | Daniel Schadt |
2020-10-01 | remove another redundant static qualifier | Daniel Schadt |
2020-10-01 | remove redundant static qualifier | Daniel Schadt |
2020-10-01 | fix documentation links | Daniel Schadt |
2020-10-01 | add Agent serialization tests | Daniel Schadt |
2020-10-01 | move Agent definition to a separate file | Daniel Schadt |
2020-10-01 | manually implement Deserialize for Agent | Daniel Schadt |
2020-09-29 | return Outcome::Success if a raid was rewarded | Daniel Schadt |
2020-09-28 | fix formatting | Daniel Schadt |
2020-09-28 | optionally implement serde::{Des,S}erialize | Daniel Schadt |
2020-09-28 | add Log::build_id | Daniel Schadt |
2020-09-28 | rename Log::npcs to Log::characters | Daniel Schadt |
2020-09-28 | add Log::gadgets | Daniel Schadt |
2020-09-28 | fix formatting | Daniel Schadt |
2020-09-28 | implement Display & FromStr for Boss | Daniel Schadt |
2020-09-23 | more documentation for Boss | Daniel Schadt |
2020-09-23 | add Encounter::bosses and Boss::encounter | Daniel Schadt |
2020-09-23 | re-introduce Boss | Daniel Schadt |
2020-09-23 | rename Boss to Encounter | Daniel Schadt |
2020-09-23 | fix docstring typo | Daniel Schadt |
2020-09-23 | use Log::is_boss instead of manually checking | Daniel Schadt |
2020-09-23 | fix lints | Daniel Schadt |
2020-09-23 | add Sunqua Peak/Ai ID and analyzer logic | Daniel Schadt |
2020-09-21 | fix CM detection for new Skorvald logs | Daniel Schadt |
2020-09-15 | fix logs with Claw of the Fallen ID | Daniel Schadt |
2020-08-28 | remove leftover debug output | Daniel Schadt |
2020-08-17 | fix formattingv0.4.1 | Daniel Schadt |
2020-08-17 | add Log::errors convenience method | Daniel Schadt |
2020-08-04 | fix endianness for CBTS_ERROR | Daniel Schadt |
2020-07-24 | more documentation | Daniel Schadt |
2020-07-24 | re-export Outcome as well | Daniel Schadt |
2020-07-23 | more documentation & adjustments | Daniel Schadt |
2020-07-23 | remove default implementation of Analyzer::outcome | Daniel Schadt |
2020-07-23 | implement strike Analyzers | Daniel Schadt |
2020-07-23 | implement Analyzer::outcome for fractals | Daniel Schadt |
2020-07-23 | make Log::boss_agents/is_boss work on Largos Twins | Daniel Schadt |
2020-07-23 | implement Analyzer::outcome for wing 7 | Daniel Schadt |
2020-07-23 | implement Analyzer::outcome for wing 6 | Daniel Schadt |
2020-07-23 | implement Analyzer::outcome for wing 5 | Daniel Schadt |
2020-07-23 | implement proper outcome for w1-w4 | Daniel Schadt |
2020-06-28 | start implementing analyzers | Daniel Schadt |
2020-06-12 | add Log::span | Daniel Schadt |
2020-06-12 | implement CBTS_TAG | Daniel Schadt |
2020-05-21 | fix formatting | Daniel Schadt |
2020-05-21 | ignore unknown statechanges in parse_events | Daniel Schadt |