index
:
rustifarm.git
main
fork of: https://github.com/jmdejong/rustifarm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
systems
/
view.rs
Age
Commit message (
Expand
)
Author
2020-09-22
added capes!
troido
2020-09-22
can base sprite on equipped items
troido
2020-04-07
also send whether inventory item is equipped
troido
2020-04-05
items are now mostly replaced by itemids, with a mapping to the item in the e...
troido
2020-04-04
draw the room after new entities have been added
troido
2020-04-04
listen to sounds in the world
troido
2020-03-05
equipment is now a part of the inventory
troido
2020-02-23
don't draw removed entities
troido
2020-02-23
more consistent imports
troido
2020-02-22
can now pick up specific object from ground
troido
2020-02-21
only send minimal data to the player
troido
2020-02-21
sprites are not strings anymore
troido
2020-02-16
added playerid to avoid stringly typing
troido
2020-02-14
extract the state to save
troido
2020-02-11
health is now also shown (but never changed)
troido
2020-02-11
inventory is now shown
troido
2020-02-09
refactoring using cargo clippy
troido
2020-02-09
cleanup/rename makefloor to registernew
troido
2020-02-09
ground is now always up-to-date; view doesn't rebuild whole room
troido
2020-02-08
don't rebuild the ground each step
troido
2020-02-07
can now load maps in the same format as the python version
troido
2020-02-07
added roomtemplate
troido
2020-02-04
changed all indentation to tabs
troido
2020-02-03
removed more unwraps and expects
troido
2020-02-03
also send a change when a visibility has changes
troido
2020-02-03
only send changed cells, not the whole field each time
troido
2020-02-03
now also send playerpos messages
troido
2020-02-03
merged Draw into View; renamed Position to Pos
troido
2020-02-03
refactored systems in their own file each
troido