summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-21 | Makes email truly optional. | Nathanael Sensfelder | |
2019-01-11 | Got Dialyzer to yell at me again! Yay! | nsensfel | |
2019-01-04 | Still working on bounties & matchmaking... | nsensfel | |
2019-01-04 | Removes 'id' field from ataxia entry values. | nsensfel | |
While sometimes usefull as a way to retrieve the object's ID, they were both redundant (you can't get the object without its ID anyway) and bothersome to maintain (insert + update, which would have required setting up a bounty for any insert). | |||
2019-01-02 | Bounties? | Nathanael Sensfelder | |
Somehow, Dialyzer does not see the type issues with src/bounty/bnt_join_battle.erl, but there are btl_character and rst_character mix-ups. |