summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-23...nsensfel
2019-02-15Markers/triggers, shr_tile -> shr_tile{,_instance}Nathanael Sensfelder
2019-02-15/{btl,map}_{map,location,direction}/shr_\2/nsensfel
2019-01-21Makes email truly optional.Nathanael Sensfelder
2019-01-18Looks like there are still issues with DB updates.nsensfel
Switching weapons does not work. In the little test I did, only one of their character got activated once the second player's turn started.
2019-01-17...Nathanael Sensfelder
2019-01-17Matchmaking still has serious issues...Nathanael Sensfelder
2019-01-17Should fix weapon issue.Nathanael Sensfelder
2019-01-17Solves the permission issue with the battles.nsensfel
2019-01-16...Nathanael Sensfelder
2019-01-16...nsensfel
2019-01-16...Nathanael Sensfelder
2019-01-15...nsensfel
2019-01-11[BROKEN] ...nsensfel
2019-01-11...nsensfel
2019-01-11Got Dialyzer to yell at me again! Yay!nsensfel
2019-01-09[BROKEN] Continuing to work on that bounty...nsensfel
2019-01-09Little mistake when adding an element there.nsensfel
2019-01-07Player maps & battles: lists -> orddicts.nsensfel
2019-01-06...Nathanael Sensfelder
2019-01-05...Nathanael Sensfelder
2019-01-05...Nathanael Sensfelder
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-04Fixes -pa arg w/ yaws, {btl/rst}_character mixup.nsensfel
2019-01-03...nsensfel
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.