summaryrefslogtreecommitdiff
path: root/src/room.rs
AgeCommit message (Expand)Author
2020-02-28added cooldowns for moving and fightingtroido
2020-02-24added volatile woundstroido
2020-02-24run an update before loading an outdated roomtroido
2020-02-24healing works now too, the first time based systemtroido
2020-02-23players can now attack other objectstroido
2020-02-23players can get damage from trapstroido
2020-02-23entities can be attackedtroido
2020-02-23more consistent importstroido
2020-02-23rooms have named locations to be used by portalstroido
2020-02-22it is now possible to use itemstroido
2020-02-22items now have an action enumtroido
2020-02-21players can now go to different roomstroido
2020-02-21wrote world code for migrating playerstroido
2020-02-21create World for multiroom supporttroido
2020-02-18refactored with cargo clippytroido
2020-02-18refactoring: roomid is now a type, not string anymoretroido
2020-02-18Players are now saved/loaded tootroido
2020-02-17persistently save the room statetroido
2020-02-16added playerid to avoid stringly typingtroido
2020-02-14extract the state to savetroido
2020-02-09refactoring using cargo clippytroido
2020-02-09can now pick up and drop itemstroido
2020-02-09Revert "no templates in the world; only pre-entities"troido
2020-02-09cleanup/rename makefloor to registernewtroido
2020-02-08no templates in the world; only pre-entitiestroido
2020-02-08don't rebuild the ground each steptroido
2020-02-07spawn is also loaded from room templatetroido
2020-02-07can now load maps in the same format as the python versiontroido
2020-02-07added roomtemplatetroido
2020-02-07all entity construction now uses new templatestroido
2020-02-07named stuff properly; added encyclopedia and templatetroido
2020-02-06refactored into multiple classestroido
2020-02-04tried to implement deserialisation of entitiestroido
2020-02-04refactored assemblage and assemblages out of each othertroido
2020-02-03can initialise Assemblages from json lists and dictstroido
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-02-03refactored systems in their own file eachtroido
2020-02-03output is a system now tootroido
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