summaryrefslogtreecommitdiff
path: root/content
AgeCommit message (Expand)Author
2020-10-03added dense grass; home is now part of monsterAI componenttroido
2020-09-28better type validation and spawners set home argument on their spawned templatetroido
2020-09-28added type validation for parameterstroido
2020-09-28removed parametertypetroido
2020-09-27templates are not used as {"type": something} anymoretroido
2020-09-27parameterexpression can be serialized nowtroido
2020-09-27better serialisation structure for encyclopediaetroido
2020-09-26removed all "args" from contenttroido
2020-09-26fixed bug where planted/growing carrots/cotton would crash the gametroido
2020-09-26fixed bug where carrotplants behaved as cottonplantstroido
2020-09-26spawned entities are now saved but not spawned again until removedtroido
2020-09-26use flags for the whole room instead of room permissionstroido
2020-09-25assemlage uses proper serialization tootroido
2020-09-24more serde (de)serialisationtroido
2020-09-24don't try to read into the json data structure all manuallytroido
2020-09-23removed room 'right' so no-one will accidentally spawn theretroido
2020-09-23joined rooms begin and righttroido
2020-09-23don't escape chat characterstroido
2020-09-22added way to create dyed capestroido
2020-09-22added capes!troido
2020-09-22added cottontroido
2020-09-21pickaxes are now obtainabletroido
2020-09-21Merge branch 'interact' into mastertroido
2020-09-21exchange is now an interaction againtroido
2020-09-21made talk and reply a form of interact againtroido
2020-09-20create interactions from parameter instead of jsontroido
2020-09-20made monster spawners visisble againtroido
2020-09-19initialSpawn -> initial_spawntroido
2020-09-19Merge branch 'master' into interacttroido
2020-09-19actually remove those stupid itemstroido
2020-09-19removed loose items from roomtroido
2020-06-05added exchanger as seperate component/system; refactored other interactions; ...troido
2020-06-05actually added talk system and removed reply interactiontroido
2020-06-05made Talk its own component/system instead of part of interacttroido
2020-05-19better json parsing using serde_json::value::from_valuetroido
2020-05-19add room build permissions to roomstroido
2020-05-16encyclopedia can be split over different filestroido
2020-05-12remove items on the ground from mapstroido
2020-05-12removed 'substitute' part of encyclopediatroido
2020-04-20stop hardcoding default room and encyclopediatroido
2020-04-17drop loot a step after dyingtroido
2020-04-17added Mine interactiontroido
2020-04-16don't spread stones dropped from destroyed wallstroido
2020-04-16minor map changes; gave homeportal a spritetroido
2020-04-16add visit whitelist to homeportal, save and dedup its data even though it is ...troido
2020-04-15visit other playerstroido
2020-04-13added if conditions in assemblagestroido
2020-04-13spawners now also use timer component and triggerstroido
2020-04-13renamed grow to timertroido
2020-04-13volate replaced by growtroido