summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2020-09-27better serialisation structure for encyclopediaetroido
2020-09-26include timestamps in logstroido
2020-09-23made step duration, save interval and unloading age configurable argumentstroido
2020-09-20renamed ComponentParameter to ParemeterExpression; List and Template variant ...troido
2020-05-19moved parameter conversions to their own file and added more conversionstroido
2020-05-16encyclopedia can be split over different filestroido
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-20added com cfg macros for detecting linux and bsdtroido
2020-04-20stop hardcoding default room and encyclopediatroido
2020-04-13grow is now also using build trigger/componenttroido
2020-04-08reject player if the savefile player id does not match actual player idtroido
2020-04-06improved error handlingtroido
2020-04-06made parseerrors their own thingtroido
2020-04-05trading now workstroido
2020-04-05items are now mostly replaced by itemids, with a mapping to the item in the e...troido
2020-04-04listen to sounds in the worldtroido
2020-04-03process assemblage shortcuts before processing componentstroido
2020-04-03aerr! has formatting functionality; better errors; radishses -> radishestroido
2020-04-03added command line optionstroido
2020-04-01room unloading works nowtroido
2020-03-03moved default encyclopedia to data filetroido
2020-03-03monsters tend to stay around their hometroido
2020-03-02don't cache messages between reconnectingtroido
2020-03-02added purgatorytroido
2020-03-01use generics for message componentstroido
2020-02-28more specific types!troido
2020-02-28save world on SIGTERM and SIGINTtroido
2020-02-24added volatile woundstroido
2020-02-24run an update before loading an outdated roomtroido
2020-02-23entities can be attackedtroido
2020-02-23removed ToJson traittroido
2020-02-23more consistent importstroido
2020-02-22items now have an action enumtroido
2020-02-22can now pick up specific object from groundtroido
2020-02-21only send minimal data to the playertroido
2020-02-21sprites are not strings anymoretroido
2020-02-21make cargo manifest dir only default directory for contenttroido
2020-02-21players can now go to different roomstroido
2020-02-21wrote world code for migrating playerstroido
2020-02-21create World for multiroom supporttroido
2020-02-20load room template from filetroido
2020-02-18refactoring: roomid is now a type, not string anymoretroido
2020-02-18Players are now saved/loaded tootroido
2020-02-17persistently save the room statetroido
2020-02-17added trait for interacting with persistent storage; tried to make Results ea...troido
2020-02-16added playerid to avoid stringly typingtroido
2020-02-14moved default encyclopedia to its own filetroido
2020-02-14improved the default map a bittroido