summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-28 | Starting to add omnimods to the server. | nsensfel | |
2018-08-04 | Working on player accounts... | Nathanael Sensfelder | |
2018-07-13 | Split data into tacticians-data. | nsensfel | |
2018-07-12 | Starting to use m4 for the data... | nsensfel | |
2018-07-12 | Starting work on the Map handler... | Nathanael Sensfelder | |
2018-07-03 | Still working on those victory conditions... | nsensfel | |
Somehow, I got a commander killing their attacker through a parry, yet that led to the commander's player being eliminated. Both characters' health seemed to have taken the correct values in the DB, though... | |||
2018-07-02 | ... | nsensfel | |
2018-07-02 | Working on player defeats... | nsensfel | |
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 | |
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 | Starting to work on the DB implementation. | nsensfel | |
2018-04-10 | ... | nsensfel | |
2018-04-10 | Updates the main Makefile for the modular approach | nsensfel | |
2018-04-10 | Changing how the server services are organized... | nsensfel | |
2018-02-27 | ... | nsensfel | |
2018-02-27 | Starting to specify types everywhere... | nsensfel | |
2018-02-27 | Adds a way to statically analyse the code. | nsensfel | |
2017-11-28 | And that was the wrong arrow... | nsensfel | |
2017-11-28 | Woops, wrong order for the dependencies. | nsensfel | |
2017-11-28 | Got it to run. | nsensfel | |
2017-11-28 | Trying to tidy up this mess. | nsensfel | |
2017-11-21 | Fixes subfolders not triggering rebuild of parent. | Nathanael Sensfelder | |
2017-11-07 | Adds license, Makefile. | nsensfel | |
2017-11-06 | Got it to talk (incorrectly) to the client! | nsensfel | |