summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-29Dialyzer error, compiles, some issues w/ client.nsensfel
Dialyzer says: bnt_join_battle.erl:103: The created fun has no local return bnt_join_battle.erl:122: The call shr_inventory:ataxia_add_equipment(shr_equipment:unresolved(),shr_inventory:type()) does not have an opaque term of type shr_equipment:type() as 1st argument bnt_join_battle.erl:310: Function repair_join_battle/6 will never be called shr_inventory:ataxia_add_equipment(shr_equipment:unresolved(),shr_inventory:type()) is defined, though... Still some hiccups with what is sent to the client.
2019-01-21Makes email truly optional.Nathanael Sensfelder
2019-01-11Got Dialyzer to yell at me again! Yay!nsensfel
2019-01-04Still working on bounties & matchmaking...nsensfel
2019-01-04Removes '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-02Bounties?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.