aboutsummaryrefslogtreecommitdiff
path: root/src/categories.rs
AgeCommit message (Collapse)Author
2024-09-18fix fractal numbersHEADmasterDaniel Schadt
99 CM est mort, vive 99 CM ! In my heart, SO/Nightmare will always be 100/99 CM.
2024-08-28implement sorting of logsDaniel Schadt
(not available as a setting yet)
2022-03-10update for End of DragonsDaniel Schadt
2021-11-25more categories: WvW and Twisted CastleDaniel Schadt
2021-11-20update dependenciesDaniel Schadt
This also comes with an update to evtclib 0.6.0, therefore we get access to some new boss enums.
2020-10-04update to latest evtclibDaniel Schadt
There's a good chance that this version of evtclib will stay as 0.5, so it's a good idea to adapt our code to the API changes (mainly using evtclib::Encounter instead of evtclib::Boss).
2020-09-23implement categorization for Sunqua PeakDaniel Schadt
2020-09-17adjust ezau for latest fractal changesDaniel Schadt
100/99 have been moved to 99/98. Due to broken CM detection on Skorvald, the check has been hacked together for now until a proper CM detection is working again.
2020-06-07Repository::new()Daniel Schadt