summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-05 | ... | Nathanael Sensfelder | |
2018-12-15 | Get debug to okay the src files. | Nathanael Sensfelder | |
2018-10-11 | Woops, that isn't how gen_server:call works. | nsensfel | |
2018-10-10 | (Broken) Working on DB item ID generation... | nsensfel | |
2018-09-11 | Woops, forgot to create the roster_db. | nsensfel | |
2018-08-29 | Updates TODOs, handles max health changes. | nsensfel | |
2018-08-10 | Adds some progress on user registration. | Nathanael Sensfelder | |
2018-08-10 | Got login to work. | Nathanael Sensfelder | |
2018-08-04 | Working on player accounts... | Nathanael Sensfelder | |
2018-07-12 | Got it to load the map (full of "error" tiles). | nsensfel | |
2018-07-11 | Separates read and write permissions. | nsensfel | |
2018-07-11 | "sh_" -> "shr_". | nsensfel | |
2018-06-07 | Now 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-06 | Figuring out how to organize the src folder(s)... | nsensfel | |
2018-06-05 | Kind of hacked around to get the db working. | nsensfel | |
It does seem to work, though. | |||
2018-06-05 | Has 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-04 | Analysis of 'db' -> crash. Always a good sign... | nsensfel | |
2018-06-04 | Still working on it... | nsensfel | |
2018-06-04 | Starting to work on the DB implementation. | nsensfel | |