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
/
resources.rs
Age
Commit message (
Collapse
)
Author
2020-02-22
can now pick up specific object from ground
troido
2020-02-21
players can now go to different rooms
troido
2020-02-21
wrote world code for migrating players
troido
2020-02-18
Players are now saved/loaded too
troido
2020-02-16
added playerid to avoid stringly typing
troido
2020-02-09
Revert "no templates in the world; only pre-entities"
troido
This reverts commit b56add981c2f520789b97d1ee6f71dae41e8c900.
2020-02-08
no templates in the world; only pre-entities
troido
2020-02-08
don't rebuild the ground each step
troido
2020-02-07
added floors
troido
2020-02-07
spawn is also loaded from room template
troido
2020-02-07
added roomtemplate
troido
2020-02-07
all entity construction now uses new templates
troido
2020-02-07
named stuff properly; added encyclopedia and template
troido
2020-02-04
refactored assemblage and assemblages out of each other
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
output is a system now too
troido
2020-02-02
add worldmessages
troido
2020-01-31
systems can create entities (sort of)
troido
2020-01-29
players can no longer walk through walls
troido
2020-01-28
refacored systems, components, resources and assemblages into their own files
troido