summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-02-07templates can be loaded from json nowtroido
2020-02-07all entity construction now uses new templatestroido
2020-02-07named stuff properly; added encyclopedia and templatetroido
2020-02-06grass now also loaded from jsontroido
2020-02-06refactored into multiple classestroido
2020-02-06refactored type validation out of parseingtroido
2020-02-06even more refactoringtroido
2020-02-06more refactoring into multiple functionstroido
2020-02-06better template creationtroido
2020-02-06always include type for argumentstroido
2020-02-05parse assemblages from jsontroido
2020-02-04tried to implement deserialisation of entitiestroido
2020-02-04changed all indentation to tabstroido
2020-02-04refactored assemblage and assemblages out of each othertroido
2020-02-04added some unit tests; added hashmap! macrotroido
2020-02-03can initialise Assemblages from json lists and dictstroido
2020-02-03removed more unwraps and expectstroido
2020-02-03don't crash on invalid actionstroido
2020-02-03also send a change when a visibility has changestroido
2020-02-03only send changed cells, not the whole field each timetroido
2020-02-03added forgotten pos.rstroido
2020-02-03now also send playerpos messagestroido
2020-02-03merged Draw into View; renamed Position to Postroido
2020-02-03refactored systems in their own file eachtroido
2020-02-03output is a system now tootroido
2020-02-02add worldmessagestroido
2020-01-31systems can create entities (sort of)troido
2020-01-29players can no longer walk through wallstroido
2020-01-29refactored controltroido
2020-01-28refacored systems, components, resources and assemblages into their own filestroido
2020-01-28player is now controllabletroido
2020-01-28added player entity; changed json librarytroido
2020-01-28entities have Assemblages as template to create themtroido
2020-01-27cleanup!troido
2020-01-27started using specs for a roomtroido
2019-09-23picking up the project again. Not sure what I changed, but it seemed wise to ↵troido
commit
2019-01-24made gameserver its own filetroido
2019-01-24git repo for rust version of asciifarmtroido