summaryrefslogtreecommitdiff
path: root/src/db
AgeCommit message (Collapse)Author
2019-01-05...Nathanael Sensfelder
2018-12-15Get debug to okay the src files.Nathanael Sensfelder
2018-10-11Woops, that isn't how gen_server:call works.nsensfel
2018-10-10(Broken) Working on DB item ID generation...nsensfel
2018-09-11Woops, forgot to create the roster_db.nsensfel
2018-08-29Updates TODOs, handles max health changes.nsensfel
2018-08-10Adds some progress on user registration.Nathanael Sensfelder
2018-08-10Got login to work.Nathanael Sensfelder
2018-08-04Working on player accounts...Nathanael Sensfelder
2018-07-12Got it to load the map (full of "error" tiles).nsensfel
2018-07-11Separates read and write permissions.nsensfel
2018-07-11"sh_" -> "shr_".nsensfel
2018-06-07Now it seems to work perfectly.nsensfel
Getting both nodes to start made some unexpected issues about the hostnames appear, despite both using either "-name" or "-sname".
2018-06-06...nsensfel
2018-06-06...nsensfel
2018-06-06Figuring out how to organize the src folder(s)...nsensfel
2018-06-05Kind of hacked around to get the db working.nsensfel
It does seem to work, though.
2018-06-05Has the DB run as a separate node.nsensfel
I am still figuring out how Erlang handles node connections... It would seem that spawn(NODE, ...) automatically initiates the connection to NODE (i.e. no need to use net_kernel:connect_node before).
2018-06-04Analysis of 'db' -> crash. Always a good sign...nsensfel
2018-06-04Still working on it...nsensfel
2018-06-04Starting to work on the DB implementation.nsensfel