index
:
raidgrep
master
Guild Wars 2/arcdps evtc log searching tool
Daniel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
filters
Age
Commit message (
Expand
)
Author
2021-11-17
Add a game-mode filter
Daniel Schadt
2021-11-12
Better error handling, less .unwraps()
Daniel
2020-10-04
use Encounter::from_header_id
Daniel
2020-10-04
update to newest evtclib
Daniel
2020-06-26
fix formatting
Daniel Schadt
2020-06-12
fix up doc comments and tests
Daniel
2020-06-12
implement -after/-before in terms of -time
Daniel
2020-06-12
implement count(player: ...) construct
Daniel
2020-06-12
add tests for CompOp::matches
Daniel
2020-06-12
implement filter_early for Comparator
Daniel
2020-06-12
more documentation for filters::values
Daniel
2020-06-12
initial work on comparison based filters
Daniel
2020-05-13
clean up SearchField related code
Daniel
2020-05-12
use Display implementations from evtclib
Daniel
2020-05-12
add a -cm filter
Daniel
2020-05-04
add -class player filter
Daniel
2020-05-04
include missing semicolon
Daniel
2020-05-04
Add a -log-before & -log-after predicate
Daniel
2020-05-01
enable date parsing from filenames
Daniel
2020-05-01
change LogFilter to take EarlyLogResult
Daniel
2020-05-01
fix timestamp handling
Daniel
2020-04-29
fix BossFilter::filter_early
Daniel
2020-04-29
update evtclib to 0.2.0
Daniel
2020-04-25
use free functions instead of Filter::new
Daniel
2020-04-21
better error outputs
Daniel
2020-04-18
make filters Debug
Daniel
2020-04-17
split off player filters and log filters
Daniel