index
:
evtclib
master
arcdps EVTC reading/parsing library for Rust
Daniel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
raw
Age
Commit message (
Expand
)
Author
2020-12-11
add StackActive and StackReset events
Daniel Schadt
2020-12-08
add CBTS_BARRIERUPDATE statechange
Daniel Schadt
2020-09-28
optionally implement serde::{Des,S}erialize
Daniel Schadt
2020-06-12
implement CBTS_TAG
Daniel Schadt
2020-05-21
fix formatting
Daniel Schadt
2020-05-21
ignore unknown statechanges in parse_events
Daniel Schadt
2020-05-19
add CbtStateChange::Unknown
Daniel Schadt
2020-05-19
add Attribute and BuffCategory enums
Daniel Schadt
2020-05-19
add BreakbarState, BreakbarPercent & Error states
Daniel Schadt
2020-05-02
fix formatting
Daniel Schadt
2020-05-02
add docs about parse_events and the parser
Daniel Schadt
2020-05-02
implement From<Evtc> for PartialEvtc
Daniel Schadt
2020-05-02
implement Hash, Default, PartialEq for raw types
Daniel Schadt
2020-05-02
add more documentation
Daniel Schadt
2020-05-01
add a comment about redundant closures
Daniel Schadt
2020-05-01
take readers by value
Daniel Schadt
2020-04-29
formatting fixes
Daniel Schadt
2020-04-28
fix documentation for CbtStatechange
Daniel Schadt
2020-04-28
restructure how agents are constructed
Daniel Schadt
2020-04-27
remove try_trait
Daniel Schadt
2020-04-04
add more events
Daniel Schadt
2020-04-04
Use num_derive::FromPrimitive without #[macro_use]
Daniel Schadt
2020-04-04
switch from quick_error to thiserror
Daniel Schadt
2019-05-24
add support for partially parsing an EVTC file
Daniel Schadt
2019-05-15
add guild state change
Daniel Schadt
2019-02-16
wrap zip reading in BufReader
Daniel Schadt
2019-02-16
implement new state changes
Daniel Schadt
2018-10-10
add AttackTarget, Targetable, MapId statechanges
Daniel Schadt
2018-10-10
update to latest arcdps
Daniel Schadt
2018-09-06
make parser more lenient
Daniel Schadt
2018-09-06
add new enum values
Daniel Schadt
2018-08-02
add more wing 1 mechanics
Daniel Schadt
2018-07-09
add rudimentary support for new state changes
Daniel Schadt
2018-06-14
add support for reading zipped logs
Daniel Schadt
2018-05-31
cargo fmt
Daniel Schadt
2018-04-23
add a bit more documentation
Daniel Schadt
2018-04-23
apply clippy's suggestions
Daniel Schadt
2018-04-23
add basic translation to more readable events
Daniel Schadt
2018-04-14
Initial commit
Daniel Schadt