summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-24 | Adds module to update character. | nsensfel | |
2018-08-24 | Working on the character editor... | 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-08-04 | Lets the user save their map. | Nathanael Sensfelder | |
2018-07-13 | Feels like I've forgotten those two files... | nsensfel | |
2018-07-13 | Split data into tacticians-data. | nsensfel | |
2018-07-12 | 'tis always better with the missing files. | nsensfel | |
2018-07-11 | Separates read and write permissions. | nsensfel | |
2018-07-11 | "sh_" -> "shr_". | nsensfel | |
2018-07-02 | Working on player defeats... | nsensfel | |
2018-06-27 | Slight armor buff. | Nathanael Sensfelder | |
2018-06-27 | Balancing pass. | Nathanael Sensfelder | |
2018-06-27 | Small changes in stats calculation. | Nathanael Sensfelder | |
2018-06-21 | Changes in max_health during battle are an issue. | nsensfel | |
2018-06-18 | Possibly fixes negative number error, wrong range. | Nathanael Sensfelder | |
But I apparently forgot a file in the last commit... | |||
2018-06-08 | Replaces erlang:ceil by sh_math_util:ceil. | nsensfel | |
So that I can run the server on the dev machines that somehow don't have erlang:ceil. | |||
2018-06-08 | Takes armor benefits into account. | nsensfel | |
2018-06-08 | Equipment penalties should not increase attributes | nsensfel | |
2018-06-07 | add_{armor,weapon}, coefs, db stores stats. | nsensfel | |
2018-06-07 | Adding server-side armors data. | nsensfel | |
Will remove weapon and armor data from the client, as the relevant equipment's data will be sent by load_state queries. | |||
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 | ... it actually seems to work rather well.reorganizing | Nathanael Sensfelder | |
Quite a lot of missing db_query:op() though. | |||
2018-06-06 | ... | nsensfel | |
2018-06-06 | ... | nsensfel | |
2018-06-06 | Figuring out how to organize the src folder(s)... | nsensfel | |