Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-26 | update raidgrep version in Cargo.lockv1.0.0 | Daniel | |
2020-04-26 | update locked dependencies | Daniel | |
2020-04-04 | update dependencies | Daniel | |
2018-10-15 | add time based filtering | Daniel | |
This accepts timestamps in the following formats: * Human-readable, like "15d", taken relative to the current time. * rfc3339-like "2018-03-14 13:13:00" More formats might be added in the future. | |||
2018-10-15 | properly use encounter ID to get the name | Daniel | |
The previous method was nice because it "just worked" for most of the bosses, but with the introduction of W6 shenanigans (CA being a gadget, and Largos Twins being two bosses), the method was a bit unreliable. Now, the encounter ID that is saved by ArcDPS is used, and a predefined list of encounter names is consulted, which makes this work better for most bosses and allows us to change the name when appropriate (Nightmare Oratuss -> Siax) | |||
2018-09-14 | add Cargo.lock | Daniel | |