index
:
evtclib
master
arcdps EVTC reading/parsing library for Rust
Daniel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-10-01
remove redundant static qualifier
Daniel Schadt
2020-10-01
fix documentation links
Daniel Schadt
2020-10-01
add Agent serialization tests
Daniel Schadt
2020-10-01
move Agent definition to a separate file
Daniel Schadt
2020-10-01
manually implement Deserialize for Agent
Daniel Schadt
2020-09-29
return Outcome::Success if a raid was rewarded
Daniel Schadt
2020-09-28
fix formatting
Daniel Schadt
2020-09-28
optionally implement serde::{Des,S}erialize
Daniel Schadt
2020-09-28
add Log::build_id
Daniel Schadt
2020-09-28
rename Log::npcs to Log::characters
Daniel Schadt
2020-09-28
add Log::gadgets
Daniel Schadt
2020-09-28
Merge branch 'boss-encounter-split' into master
Daniel Schadt
2020-09-28
update changelog
Daniel Schadt
2020-09-28
fix formatting
Daniel Schadt
2020-09-28
implement Display & FromStr for Boss
Daniel Schadt
2020-09-23
more documentation for Boss
Daniel Schadt
2020-09-23
add Encounter::bosses and Boss::encounter
Daniel Schadt
2020-09-23
re-introduce Boss
Daniel Schadt
2020-09-23
rename Boss to Encounter
Daniel Schadt
2020-09-23
fix docstring typo
Daniel Schadt
2020-09-23
update changelog
Daniel Schadt
2020-09-23
use Log::is_boss instead of manually checking
Daniel Schadt
2020-09-23
fix lints
Daniel Schadt
2020-09-23
add test logs for Sunqua Peak
Daniel Schadt
2020-09-23
add Sunqua Peak/Ai ID and analyzer logic
Daniel Schadt
2020-09-21
fix formatting
v0.4.3
Daniel Schadt
2020-09-21
bump version to 0.4.3
Daniel Schadt
2020-09-21
fix CM detection for new Skorvald logs
Daniel Schadt
2020-09-15
amend changelog
Daniel Schadt
2020-09-15
fix logs with Claw of the Fallen ID
Daniel Schadt
2020-08-28
bump version to 0.4.2
v0.4.2
Daniel Schadt
2020-08-28
remove leftover debug output
Daniel Schadt
2020-08-17
fix formatting
v0.4.1
Daniel Schadt
2020-08-17
bump version to 0.4.1
Daniel Schadt
2020-08-17
add Log::errors convenience method
Daniel Schadt
2020-08-04
fix endianness for CBTS_ERROR
Daniel Schadt
2020-07-24
bump version to 0.4.0
v0.4.0
Daniel Schadt
2020-07-24
include analyzer output in loginfo example
Daniel Schadt
2020-07-24
Merge branch 'analyzers'
Daniel Schadt
2020-07-24
mention loginfo example in README
Daniel Schadt
2020-07-24
add some testing for analyzers
Daniel Schadt
2020-07-24
more documentation
Daniel Schadt
2020-07-24
re-export Outcome as well
Daniel Schadt
2020-07-23
more documentation & adjustments
Daniel Schadt
2020-07-23
update changelog
Daniel Schadt
2020-07-23
remove default implementation of Analyzer::outcome
Daniel Schadt
2020-07-23
implement strike Analyzers
Daniel Schadt
2020-07-23
implement Analyzer::outcome for fractals
Daniel Schadt
2020-07-23
make Log::boss_agents/is_boss work on Largos Twins
Daniel Schadt
2020-07-23
implement Analyzer::outcome for wing 7
Daniel Schadt
[next]