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
/
parameterexpression.rs
Age
Commit message (
Collapse
)
Author
2020-09-28
better type validation and spawners set home argument on their spawned template
troido
2020-09-28
added type validation for parameters
troido
2020-09-28
removed parametertype
troido
2020-09-27
parameterexpression can be serialized now
troido
2020-09-27
better serialisation structure for encyclopediae
troido
["list", [1, 2, 3]] is now just [1, 2, 3] and {"type": builtwall", "kwargs": {"health": 50}} is now {":template": "builtwall", "health": 50}
2020-09-27
removed "args" from the code
troido
2020-09-26
more tests
troido
2020-09-26
spawned entities are now saved but not spawned again until removed
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
turned SaveOption into Option<bool>
troido
2020-09-25
assemlage uses proper serialization too
troido
2020-09-20
removed interactable as Parameter type
troido
2020-09-20
renamed ComponentParameter to ParemeterExpression; List and Template variant ↵
troido
for ParameterExpression