summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Collapse)Author
2019-01-28...Nathanael Sensfelder
2019-01-23Isolates Yaws from the code base.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.
2018-12-15Seems to be working again.Nathanael Sensfelder
2018-12-15...Nathanael Sensfelder
2018-12-14...nsensfel
2018-12-13[BROKEN] Still converting to Ataxia...Nathanael Sensfelder
2018-10-11Fixes map addition.Nathanael Sensfelder
2018-10-10(Broken) Working on DB item ID generation...nsensfel
2018-10-03(Broken) still working on it...nsensfel
2018-10-01Adds a way to retrieve player ids from usernames.nsensfel
2018-09-05Adds map for player2, player_db cached as 'any'.nsensfel
2018-09-04Updates the "random" player generation.nsensfel
2018-08-30Fixes issues with login in.omnimodsNathanael Sensfelder
2018-08-29Updates TODOs, handles max health changes.nsensfel
2018-08-10Woops, better pay attention to character case.Nathanael Sensfelder
2018-08-10Adds some progress on user registration.Nathanael Sensfelder
2018-08-10Got login to work.Nathanael Sensfelder