summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-07Player maps & battles: lists -> orddicts.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).
2018-12-15Seems to be working again.Nathanael Sensfelder
2018-12-10Working on the creation of invasions.nsensfel
2018-10-11Fixes map addition.Nathanael Sensfelder
2018-10-01Adds a way to retrieve player ids from usernames.nsensfel
2018-10-01Use GET params instead.nsensfel
2018-09-13Adds modules to deal with the browser extension.nsensfel
2018-09-08Send "disconnected" cmd if user failed cred check.Nathanael Sensfelder
This (currently) does not apply to the actual login page, but just to any other action that requires being logged in.
2018-09-04Adds plr_load.nsensfel
2018-08-10Got login to work.Nathanael Sensfelder
2018-08-04Working on player accounts...Nathanael Sensfelder