aboutsummaryrefslogtreecommitdiff
path: root/src/event.rs
AgeCommit message (Expand)Author
2021-11-13Document panic in Log::boss and remove other panicDaniel Schadt
2021-11-12small lint fixesDaniel Schadt
2020-12-11add buff stack id to BuffApplication eventDaniel Schadt
2020-12-11add StackActive and StackReset eventsDaniel Schadt
2020-12-11add comment about ReplInfoDaniel Schadt
2020-12-11add BuffInitial event handlingDaniel Schadt
2020-12-08add CBTS_BARRIERUPDATE statechangeDaniel Schadt
2020-09-28optionally implement serde::{Des,S}erializeDaniel Schadt
2020-08-04fix endianness for CBTS_ERRORDaniel Schadt
2020-06-12implement CBTS_TAGDaniel Schadt
2020-05-21ignore unknown statechanges in parse_eventsDaniel Schadt
2020-05-19implement Error statechangeDaniel Schadt
2020-05-19add CbtStateChange::UnknownDaniel Schadt
2020-05-19add BreakbarState, BreakbarPercent & Error statesDaniel Schadt
2020-05-02use getters for EventDaniel Schadt
2020-05-02add more documentationDaniel Schadt
2020-04-29fix long number literalDaniel Schadt
2020-04-29implement TryFrom for non-referencesDaniel Schadt
2020-04-29replace own from_raw with TryFrom implementationDaniel Schadt
2020-04-29implement TeamChange, AttackTarget and TargetableDaniel Schadt
2020-04-28derive Hash for WeaponSet and ActivationDaniel Schadt
2020-04-28implement Position/Velocity/Facing/MapId eventsDaniel Schadt
2020-04-26use ? instead of manual if-letDaniel Schadt
2020-04-04add more eventsDaniel Schadt
2019-05-15rewrite parsing support for guildDaniel Schadt
2019-05-15add support for Event::Guild parsingDaniel Schadt
2019-05-15add guild state changeDaniel Schadt
2019-02-16implement new state changesDaniel Schadt
2018-10-10add AttackTarget, Targetable, MapId statechangesDaniel Schadt
2018-10-10update to latest arcdpsDaniel Schadt
2018-09-06add new enum valuesDaniel Schadt
2018-08-02add more wing 1 mechanicsDaniel Schadt
2018-07-09add rudimentary support for new state changesDaniel Schadt
2018-06-13clean up a bitDaniel Schadt
2018-06-10first iteration of multiplexerDaniel Schadt
2018-05-31cargo fmtDaniel Schadt
2018-04-23more documentationDaniel Schadt
2018-04-23run rustfmtDaniel Schadt
2018-04-23apply clippy's suggestionsDaniel Schadt
2018-04-23add basic translation to more readable eventsDaniel Schadt