Age | Commit message (Expand) | Author |
2020-05-11 | fix formatting | Daniel Schadt |
2020-05-09 | move process_* out of lib.rs | Daniel Schadt |
2020-05-09 | update documentation and README | Daniel Schadt |
2020-05-09 | add process_stream and process_file functions | Daniel Schadt |
2020-05-08 | add first support for determining CMs | Daniel Schadt |
2020-05-02 | add a note about writing evtc files | Daniel Schadt |
2020-05-02 | use getters for Event | Daniel Schadt |
2020-05-02 | add more documentation | Daniel Schadt |
2020-04-29 | add some convenience methods to Log | Daniel Schadt |
2020-04-29 | implement TryFrom for non-references | Daniel Schadt |
2020-04-29 | replace own from_raw with TryFrom implementation | Daniel Schadt |
2020-04-29 | make event submodule public | Daniel Schadt |
2020-04-28 | more inlining | Daniel Schadt |
2020-04-28 | add more shorthands to Agent<Player|...> | Daniel Schadt |
2020-04-28 | more documentation | Daniel Schadt |
2020-04-28 | restructure how agents are constructed | Daniel Schadt |
2020-04-28 | move boss_id() to encounter_id(), add encounter() | Daniel Schadt |
2020-04-28 | add Profession and EliteSpec enum | Daniel Schadt |
2020-04-28 | derive Hash for Player/Gadget/Character/Agent | Daniel Schadt |
2020-04-28 | getters for Player/Character/Gadget | Daniel Schadt |
2020-04-28 | more documentation for Agent | Daniel Schadt |
2020-04-28 | rework Agent/AgentName/AgentKind structs | Daniel Schadt |
2020-04-27 | rework Log::players/npcs | Daniel Schadt |
2020-04-27 | combine AgentKind and AgentName | Daniel Schadt |
2020-04-27 | change some getters to copy | Daniel Schadt |
2020-04-27 | remove try_trait | Daniel Schadt |
2020-04-27 | remove features stmt_expr_attributes & never_type | Daniel Schadt |
2020-04-27 | remove statistics submodule | Daniel Schadt |
2020-04-04 | use getset::Getters without #[macro_use] | 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 |
2020-04-04 | update dependencies | Daniel Schadt |
2019-05-24 | add public method to parse raw::Agent to Agent | Daniel Schadt |
2018-07-07 | more readability | Daniel Schadt |
2018-07-07 | base for mechanic tracking | Daniel Schadt |
2018-06-14 | deal with multiple boss agents | Daniel Schadt |
2018-06-14 | add support for reading zipped logs | Daniel Schadt |
2018-06-14 | derive getters for Agent | Daniel Schadt |
2018-06-14 | rework boon tracking | Daniel Schadt |
2018-05-31 | cargo fmt | Daniel Schadt |
2018-05-30 | update rust - use never_type feature | Daniel Schadt |
2018-04-25 | introduce trackers | Daniel Schadt |
2018-04-24 | basic work on statistics calculation | Daniel Schadt |
2018-04-23 | more documentation | Daniel Schadt |
2018-04-23 | add a bit more documentation | Daniel Schadt |
2018-04-23 | add some utility methods to Agent | Daniel Schadt |
2018-04-23 | run rustfmt | 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 |