Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
The arcdps update has introduced new state change events, namely BuffInitial, Position and Velocity. It is now possible to track the movements of all players. Unfortunately, this meant that evtclib could not ready any logs created by the new arc version, as the new CbtStateChange was not read correctly. evtclib just returned "Invalid data". This fix adds the new enum variants to the CbtStateChange enum, making it again possible to read files. However, there are no high-level events for those yet, so the conversion will fail. | |||
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 | |
This basically implements the "event logic" as described in the README, though it produces easier-to-digest events. The test binary show 0 failed events on an example log, but of course, not all mechanics are used there, and the parsing logic may very well contain some errors. | |||
2018-04-14 | Initial commit | Daniel Schadt | |