aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-08update manpage & changelog for --checkDaniel
2020-06-08add --check to check a single fileDaniel
2020-06-07update dependenciesDaniel
2020-06-07fix formattingDaniel
2020-06-07make exit status dependent on search resultsDaniel
2020-05-25update evtclib to 0.3.3Daniel
2020-05-16bump version to 1.2.0v1.2.0Daniel
2020-05-16update dependenciesDaniel
2020-05-14update changelogDaniel
2020-05-14Merge branch 'sorted-output'Daniel
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-12update changelogDaniel
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-12update evtclib to 0.3.2Daniel
2020-05-04bump version to 1.1.0v1.1.0Daniel
2020-05-04update changelogDaniel
2020-05-04add -class player filterDaniel
2020-05-04exclude : from words againDaniel
2020-05-04replace Player::profession with PlayerClass enumDaniel
2020-05-04update evtclib to 0.3.1Daniel
2020-05-04include missing semicolonDaniel
2020-05-04Add a -log-before & -log-after predicateDaniel
2020-05-04fix asciidoc markupDaniel
2020-05-04add a bit more docstring to INTERRUPTEDDaniel
2020-05-04rewrite maybe_save_historyDaniel
2020-05-03update changelogDaniel
2020-05-03update manpageDaniel
2020-05-03save REPL history to a fileDaniel
2020-05-03add a script to compile and package raidgrepDaniel
2020-05-03add CIDaniel