summaryrefslogtreecommitdiff
path: root/content
AgeCommit message (Collapse)Author
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
parameter parsing returns result instead of option
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
loaded from template
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
2020-04-13now use TimeOffset instead of OwnTimetroido
2020-04-13grow is now also using build trigger/componenttroido
2020-04-13doors now use new Build component instead of Loottroido
2020-04-13replaced harvest interaction with choosable triggertroido
2020-04-12removed mortal componenttroido
2020-04-12gave builtwalls their own spritetroido
2020-04-11better teleport destination matchingtroido
2020-04-09change interaction is now a combination of harvest and loottroido
2020-04-09properly substitute itemstroido
2020-04-09encyclopedia can substitute namestroido
2020-04-08load python room formattroido
2020-04-06added rooms from python asciifarmtroido
2020-04-06shortcut or defining some entities like cropstroido
2020-04-05trading now workstroido
2020-04-05items are now mostly replaced by itemids, with a mapping to the item in the ↵troido
encyclopedia
2020-04-05interactions can have an argumenttroido
2020-04-04listen to sounds in the worldtroido