aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
AgeCommit message (Expand)Author
2020-04-04also add FromStr for new bossesDaniel Schadt
2020-04-04add strike mission IDsDaniel Schadt
2020-04-04add wing 7 bossesDaniel Schadt
2020-04-04Use num_derive::FromPrimitive without #[macro_use]Daniel Schadt
2020-04-04switch from quick_error to thiserrorDaniel Schadt
2020-04-04Insert dyn for trait objectsDaniel Schadt
2019-05-31implement FromStr for BossDaniel Schadt
2018-10-15fix Deimos encounter IDDaniel Schadt
2018-10-15add fractal CM idsDaniel Schadt
2018-10-15derive FromPrimitive for BossDaniel Schadt
2018-10-15add encounter ID for all w1-w6 bossesDaniel Schadt
2018-10-10update to latest arcdpsDaniel Schadt
2018-08-02add more wing 1 mechanicsDaniel Schadt
2018-07-07more readabilityDaniel Schadt
2018-07-07don't count mechanics which are evaded or blockedDaniel Schadt
2018-07-07base for mechanic trackingDaniel Schadt
2018-06-15fix(?) boon trackingDaniel Schadt
2018-06-14deal with multiple boss agentsDaniel Schadt
2018-06-14use log start time as fallback for combat enterDaniel Schadt
2018-06-14fix type errorDaniel Schadt
2018-06-14rework boon trackingDaniel Schadt
2018-06-13fix Default impl for RecordFuncDaniel Schadt
2018-06-13clean up a bitDaniel Schadt
2018-06-13rework damage trackerDaniel Schadt
2018-06-10add a hint on multiplexerDaniel Schadt
2018-06-10use multiplexer for boon trackerDaniel Schadt
2018-06-10first iteration of multiplexerDaniel Schadt
2018-06-10basic structure for mechanic trackerDaniel Schadt
2018-05-31make entry immutableDaniel Schadt
2018-05-31cargo fmtDaniel Schadt
2018-05-30boon tracker: only track known boonsDaniel Schadt
2018-05-30add all standard boons and conditionsDaniel Schadt
2018-05-30add link to wiki for effect stackingDaniel Schadt
2018-05-01add boon data for some boons (exemplary)Daniel Schadt
2018-04-27speed up boon calculationDaniel Schadt
2018-04-27add boon tracking basicsDaniel Schadt
2018-04-25introduce trackersDaniel Schadt
2018-04-25add a note on how boon queues workDaniel Schadt
2018-04-25add basic boon queue supportDaniel Schadt