summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-25proper serialisation for playerstate; strum for old-style enumstroido
2020-09-24turned sprite, playerid and roomid into tuple structstroido
2020-09-24even more serde stufftroido
2020-09-24more serde (de)serialisationtroido
2020-09-24actually use the serde serialisation moretroido
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-23give unix and ipv6 example in --address explanationtroido
2020-09-23made step duration, save interval and unloading age configurable argumentstroido
2020-09-23don't escape chat characterstroido
2020-09-22added way to create dyed capestroido
2020-09-22added capes!troido
2020-09-22fixed test compile errorstroido
2020-09-22can base sprite on equipped itemstroido
2020-09-22turned some math into if let to decrease indentationtroido
2020-09-22added cottontroido
2020-09-21pickaxes are now obtainabletroido
2020-09-21Merge branch 'interact' into mastertroido
2020-09-21removed unused systems for talk and exchangetroido
2020-09-21exchange is now an interaction againtroido
2020-09-21made talk and reply a form of interact againtroido
2020-09-20removed interactable as Parameter typetroido
2020-09-20create interactions from parameter instead of jsontroido
2020-09-20made monster spawners visisble againtroido
2020-09-20renamed ComponentParameter to ParemeterExpression; List and Template variant ...troido
2020-09-19initialSpawn -> initial_spawntroido
2020-09-19Merge branch 'master' into interacttroido
2020-09-19actually remove those stupid itemstroido
2020-09-19Merge branch 'master' into interacttroido
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-06-05clarified docstroido
2020-05-20wrote first part of the content creation tutorialtroido
2020-05-19implemented fromtoparameter for hashmap and hashsettroido
2020-05-19moved parameter conversions to their own file and added more conversionstroido
2020-05-19added function to convert common types from/to paramterstroido
2020-05-19better json parsing using serde_json::value::from_valuetroido
2020-05-19add room build permissions to roomstroido
2020-05-18update readme with installation instructionstroido
2020-05-18edited version number and readmetroido
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-24server-side hashing now uses a salttroido
2020-04-23hash the password server-side tootroido
2020-04-23added option to join the server without joining the game (just for the chat)troido
2020-04-23tell users when they use a guest account and inform them about server admintroido