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
/
roomtemplate.rs
Age
Commit message (
Collapse
)
Author
2020-09-28
removed parametertype
troido
2020-09-26
use flags for the whole room instead of room permissions
troido
the flags on a tile are the union of the flags from the entity on that tile and the room flags
2020-09-25
assemlage uses proper serialization too
troido
2020-09-24
actually use the serde serialisation more
troido
2020-09-24
don't try to read into the json data structure all manually
troido
2020-05-19
better json parsing using serde_json::value::from_value
troido
2020-05-19
add room build permissions to rooms
troido
2020-04-20
stop hardcoding default room and encyclopedia
troido
2020-04-17
roomtemplate can handle fields that don't match the given size
troido
2020-04-06
made parseerrors their own thing
troido
2020-03-02
added purgatory
troido
2020-02-23
more consistent imports
troido
2020-02-23
rooms have named locations to be used by portals
troido
2020-02-21
players can now go to different rooms
troido
2020-02-14
extract the state to save
troido
2020-02-07
can now load maps in the same format as the python version
troido
2020-02-07
added roomtemplate
troido