aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-11-19update manpage and help textDaniel
2021-11-17Implement -gamemodeDaniel Schadt
2021-11-17Add a game-mode filterDaniel Schadt
2021-11-17fix testsDaniel Schadt
2021-11-17Better output for World vs. World logsDaniel Schadt
2021-11-12Add ai to the helptextDaniel
2021-11-12Remove duplicate error handling in search_fileDaniel
2021-11-12Better error handling, less .unwraps()Daniel
2021-11-12Minor code smell fixesDaniel
2021-11-12Update dependenciesDaniel
2020-10-10fix testsv1.3.1Daniel
2020-10-10fix lintsDaniel
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