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
/
components.rs
Age
Commit message (
Expand
)
Author
2020-02-22
items now have an action enum
troido
2020-02-21
visible component now also has a name
troido
2020-02-21
sprites are not strings anymore
troido
2020-02-21
players can now go to different rooms
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-10
inventories have capacity
troido
2020-02-09
can now pick up and drop items
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-04
tried to implement deserialisation of entities
troido
2020-02-04
changed all indentation to tabs
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-01-31
systems can create entities (sort of)
troido
2020-01-29
players can no longer walk through walls
troido
2020-01-29
refactored control
troido
2020-01-28
refacored systems, components, resources and assemblages into their own files
troido