summaryrefslogtreecommitdiff
path: root/src/components.rs
AgeCommit message (Expand)Author
2020-02-21visible component now also has a nametroido
2020-02-21sprites are not strings anymoretroido
2020-02-21players can now go to different roomstroido
2020-02-16added playerid to avoid stringly typingtroido
2020-02-14extract the state to savetroido
2020-02-11health is now also shown (but never changed)troido
2020-02-11inventory is now showntroido
2020-02-10inventories have capacitytroido
2020-02-09can now pick up and drop itemstroido
2020-02-09ground is now always up-to-date; view doesn't rebuild whole roomtroido
2020-02-08don't rebuild the ground each steptroido
2020-02-07can now load maps in the same format as the python versiontroido
2020-02-04tried to implement deserialisation of entitiestroido
2020-02-04changed all indentation to tabstroido
2020-02-03only send changed cells, not the whole field each timetroido
2020-02-03now also send playerpos messagestroido
2020-02-03merged Draw into View; renamed Position to Postroido
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