summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-05-30 | Looking into dynamically updated records/tuples. | nsensfel | |
So far, the plan is for the DB to not even know what it's storing. Instead, it trusts the queries to know what they are accessing (using record fields positions with erlang:setelement and such). That might turn out to be a terrible idea, though. | |||
2018-06-01 | Preparing to add actual DBs... | nsensfel | |
2018-05-28 | Ensures required headers are present. | nsensfel | |
2018-05-11 | Fixes arg order, JSON encodes timeline elements.code-improvements | Nathanael Sensfelder | |
2018-05-11 | Updates how the random battle is generated. | Nathanael Sensfelder | |
2018-05-11 | Fusing character & character_instances. | Nathanael Sensfelder | |
2018-05-11 | Passes Dialyzer's checks once again. | Nathanael Sensfelder | |
2018-05-10 | ... | Nathanael Sensfelder | |
2018-05-08 | ... and struct() -> type(). | Nathanael Sensfelder | |
2018-05-08 | ... | Nathanael Sensfelder | |
2018-05-08 | ... | Nathanael Sensfelder | |
2018-05-08 | ... | Nathanael Sensfelder | |
2018-05-08 | ... | Nathanael Sensfelder | |
2018-05-01 | ... | Nathanael Sensfelder | |
2018-04-27 | ... | nsensfel | |
2018-04-26 | Starting a cleanup of the code. | nsensfel | |
2018-04-16 | Deads are no longer littering the map. | nsensfel | |
2018-04-10 | Small renaming. | nsensfel | |
2018-04-10 | Fixes makefiles so yaws can run. | nsensfel | |
2018-04-10 | ... | nsensfel | |
2018-04-10 | Cleaning up the module's makefiles... | nsensfel | |
2018-04-10 | Changing how the server services are organized... | nsensfel | |
2018-03-16 | Deny request if attacker is not able to attack. | nsensfel | |
2018-03-14 | Reverses some lists.timeline | nsensfel | |
2018-03-13 | Separates original timeline from updates. | nsensfel | |
2018-03-12 | Stores and sends entire turn timelines. | nsensfel | |
2018-03-12 | Starting to work on the timeline feature. | nsensfel | |
2018-03-06 | I might have been using JSON the wrong way.refactoring | nsensfel | |
2018-03-05 | Fixes issues I expected Dialyzer to show me. | nsensfel | |
2018-03-05 | Improving the way attacks are represented. | nsensfel | |
2018-03-05 | Starting to work on the client diff messages. | nsensfel | |
2018-03-04 | Fixes missing cache timeout, tix being binary. | Nathanael Sensfelder | |
2018-03-03 | Fixing stuff that made Dialyzer output warnings. | Nathanael Sensfelder | |
2018-03-02 | Still working on it... | Nathanael Sensfelder | |
2018-03-01 | ... | nsensfel | |
2018-03-01 | ... | nsensfel | |
2018-03-01 | ... | nsensfel | |
2018-03-01 | Cleaning up the handling of character turns. | nsensfel | |
2018-02-28 | Fixes wrong characters being seen as enabled. | nsensfel | |
2018-02-28 | Moved the mess from 'character_turn' into 'attack'. | nsensfel | |
2018-02-28 | Adds more types specifications. | nsensfel | |
2018-02-27 | ... | nsensfel | |
2018-02-27 | Starting to specify types everywhere... | nsensfel | |
2018-02-27 | Switching weapons seem to work. | nsensfel | |