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
/
parameter.rs
Age
Commit message (
Expand
)
Author
2020-09-28
removed parametertype
troido
2020-09-27
better serialisation structure for encyclopediae
troido
2020-09-25
assemlage uses proper serialization too
troido
2020-09-24
even more serde stuff
troido
2020-09-24
more serde (de)serialisation
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-09-22
fixed test compile errors
troido
2020-09-20
removed interactable as Parameter type
troido
2020-06-05
added exchanger as seperate component/system; refactored other interactions; ...
troido
2020-05-19
moved parameter conversions to their own file and added more conversions
troido
2020-05-19
added function to convert common types from/to paramters
troido
2020-05-12
removed 'substitute' part of encyclopedia
troido
2020-04-06
shortcut or defining some entities like crops
troido
2020-04-05
items are now mostly replaced by itemids, with a mapping to the item in the e...
troido
2020-04-03
added command line options
troido
2020-04-03
also replace lootlist parameter with list
troido
2020-04-03
allow lists as parameter types, sacrificing some type safety for expressability
troido
2020-04-02
built doors
troido
2020-04-02
added flags component, and conditions for building
troido
2020-04-01
removed Sometime parameter
troido
2020-04-01
better time handling for growing plants
troido
2020-03-05
equipent now kinda works
troido
2020-03-04
added loot/harvest
troido
2020-03-03
monsters tend to stay around their home
troido
2020-03-03
parameters now built with macro
troido
2020-03-03
dummies respawn too; fixed problems with respawn delay
troido
2020-02-23
more consistent imports
troido
2020-02-22
it is now possible to use items
troido
2020-02-21
players can now go to different rooms
troido
2020-02-14
extract the state to save
troido
2020-02-09
can now pick up and drop items
troido
2020-02-09
componentwrapper parameters are now directly usable in creation macro expansion
troido
2020-02-08
don't rebuild the ground each step
troido
2020-02-08
new macro DSL for making component wrappers
troido
2020-02-07
testing Parameter::guess_from_json()
troido
2020-02-07
templates can be loaded from json now
troido
2020-02-06
refactored into multiple classes
troido