summaryrefslogtreecommitdiff
path: root/src/systems/view.rs
AgeCommit message (Expand)Author
2020-09-22added capes!troido
2020-09-22can base sprite on equipped itemstroido
2020-04-07also send whether inventory item is equippedtroido
2020-04-05items are now mostly replaced by itemids, with a mapping to the item in the e...troido
2020-04-04draw the room after new entities have been addedtroido
2020-04-04listen to sounds in the worldtroido
2020-03-05equipment is now a part of the inventorytroido
2020-02-23don't draw removed entitiestroido
2020-02-23more consistent importstroido
2020-02-22can now pick up specific object from groundtroido
2020-02-21only send minimal data to the playertroido
2020-02-21sprites are not strings anymoretroido
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-09refactoring using cargo clippytroido
2020-02-09cleanup/rename makefloor to registernewtroido
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-07added roomtemplatetroido
2020-02-04changed all indentation to tabstroido
2020-02-03removed more unwraps and expectstroido
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-03now also send playerpos messagestroido
2020-02-03merged Draw into View; renamed Position to Postroido
2020-02-03refactored systems in their own file eachtroido