aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-04use Encounter::from_header_idDaniel
2020-10-04update to newest evtclibDaniel
2020-08-28add --count/-n flagDaniel
2020-07-24use Analyzer/span from evtclibDaniel
2020-06-26implement sorting based on durationDaniel Schadt
2020-06-26fix formattingDaniel Schadt
2020-06-12fix up doc comments and testsDaniel
2020-06-12implement -after/-before in terms of -timeDaniel
2020-06-12add a count(player) to count all playersDaniel
2020-06-12report invalid filters that are valid regexesDaniel
2020-06-12add a comment about the trait aliasesDaniel
2020-06-12implement count(player: ...) constructDaniel
2020-06-12allow durations with minutes as wellDaniel
2020-06-12include fight duration in outputDaniel
2020-06-12compute fight duration from event timesDaniel
2020-06-12fix tests for sortingDaniel
2020-06-12add tests for CompOp::matchesDaniel
2020-06-12implement filter_early for ComparatorDaniel
2020-06-12more documentation for filters::valuesDaniel
2020-06-12initial work on comparison based filtersDaniel
2020-06-08make --repl conflict with --checkDaniel
2020-06-08add --check to check a single fileDaniel
2020-06-07fix formattingDaniel
2020-06-07make exit status dependent on search resultsDaniel
2020-05-14add documentation about --sortDaniel
2020-05-14add a small test for sorting with SortingDaniel
2020-05-14fix testsDaniel
2020-05-13fix formattingDaniel
2020-05-13change sorting reversing prefix to ~Daniel
2020-05-13fix Aggregator::finish for trait objectsDaniel
2020-05-13first attempt at sorting outputDaniel
2020-05-13clean up SearchField related codeDaniel
2020-05-12sort players based on their namesDaniel
2020-05-12fix formattingDaniel
2020-05-12make regular expressions case-insensitiveDaniel
2020-05-12use Display implementations from evtclibDaniel
2020-05-12add a -cm filterDaniel
2020-05-12display if a fight had CM activatedDaniel
2020-05-04add -class player filterDaniel
2020-05-04exclude : from words againDaniel
2020-05-04replace Player::profession with PlayerClass enumDaniel
2020-05-04include missing semicolonDaniel
2020-05-04Add a -log-before & -log-after predicateDaniel
2020-05-04add a bit more docstring to INTERRUPTEDDaniel
2020-05-04rewrite maybe_save_historyDaniel
2020-05-03save REPL history to a fileDaniel
2020-05-03evtclib: include as a dependency, not submoduleDaniel
2020-05-01only cancel current search on Ctrl-CDaniel Schadt
2020-05-01improve requoting heuristicDaniel
2020-05-01output filename as (lossy) string, not using DebugDaniel