summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-20made monster spawners visisble againtroido
2020-09-20renamed ComponentParameter to ParemeterExpression; List and Template variant ↵troido
for ParameterExpression
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
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-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
2020-04-23better default adressestroido
2020-04-23accept authentication messages, and validate registrationstroido
2020-04-22added a glossary to the docstroido
2020-04-22continued the encyclopedia documentationtroido
2020-04-22document the encyclopedia formattroido
2020-04-22quickly documented the map formattroido
2020-04-22give more information with sound messagestroido
2020-04-21added options notificationtroido
2020-04-21use own strip_prefix function for interaction argumentstroido
2020-04-21improved message parsing. Use Result instead of InvalidMessagetroido
2020-04-21left out Option::flatten() for rust 1.38 compatibilitytroido
2020-04-20added com cfg macros for detecting linux and bsdtroido
2020-04-20stop hardcoding default room and encyclopediatroido
2020-04-17roomtemplate can handle fields that don't match the given sizetroido
2020-04-17better error handling when a player can't enter a roomtroido
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-14only allow letters, numbers and connector punctuation in usernamestroido
2020-04-13using an equipped item unequips ittroido
2020-04-13don't spawn immediately after each othertroido