summaryrefslogtreecommitdiff
path: root/src/componentwrapper.rs
AgeCommit message (Expand)Author
2020-03-04interacting now workstroido
2020-03-03factions now worktroido
2020-03-03randomise attack damagetroido
2020-03-03monsters tend to stay around their hometroido
2020-03-03dummies respawn too; fixed problems with respawn delaytroido
2020-03-03made items on ground into spawnerstroido
2020-03-03added spawners an not-saved assemblages/templatestroido
2020-03-02added purgatorytroido
2020-03-02added monster aitroido
2020-03-02implemented autofighttroido
2020-03-01use generics for message componentstroido
2020-02-28added cooldowns for moving and fightingtroido
2020-02-24added volatile woundstroido
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-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-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-18Players are now saved/loaded tootroido
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-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-09componentwrapper parameters are now directly usable in creation macro expansiontroido
2020-02-08no templates in the world; only pre-entitiestroido
2020-02-08don't rebuild the ground each steptroido
2020-02-08new macro DSL for making component wrapperstroido
2020-02-07added floorstroido
2020-02-07can now load maps in the same format as the python versiontroido
2020-02-06refactored into multiple classestroido