Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-04 | switch from quick_error to thiserror | Daniel Schadt | |
thiserror seems to be the more modern approach that also works with the new Error trait from std. | |||
2018-06-14 | rework boon tracking | Daniel Schadt | |
2018-06-13 | fix Default impl for RecordFunc | Daniel Schadt | |
Deriving it puts the Default trait bound on X, T and D, even though this is not necessary. | |||
2018-06-13 | clean up a bit | Daniel Schadt | |
2018-06-13 | rework damage tracker | Daniel Schadt | |