summaryrefslogtreecommitdiff
path: root/src/systems/moving.rs
AgeCommit message (Expand)Author
2020-04-04draw the room after new entities have been addedtroido
2020-04-02added flags component, and conditions for buildingtroido
2020-02-28added cooldowns for moving and fightingtroido
2020-02-23players can get damage from trapstroido
2020-02-23more consistent importstroido
2020-02-14extract the state to savetroido
2020-02-09refactoring using cargo clippytroido
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-07added floorstroido
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