summaryrefslogtreecommitdiff
path: root/src/world.rs
AgeCommit message (Expand)Author
2020-09-24turned sprite, playerid and roomid into tuple structstroido
2020-09-23made step duration, save interval and unloading age configurable argumentstroido
2020-04-17better error handling when a player can't enter a roomtroido
2020-04-08don't ignore loading errors anymoretroido
2020-04-08fix mismatching nametroido
2020-04-08reject player if the savefile player id does not match actual player idtroido
2020-04-08rooms now share the same default dispatchertroido
2020-04-06minor refactoring with cargo clippytroido
2020-04-06improved error handlingtroido
2020-04-06made parseerrors their own thingtroido
2020-04-03private rooms work!troido
2020-04-02added flags component, and conditions for buildingtroido
2020-04-01room unloading works nowtroido
2020-04-01better time handling for growing plantstroido
2020-03-05print any failures in room loading to stdouttroido
2020-03-03updated todotroido
2020-03-03backup actions if room is unloadabletroido
2020-03-03moved default encyclopedia to data filetroido
2020-03-03made items on ground into spawnerstroido
2020-03-02added purgatorytroido
2020-02-28more specific types!troido
2020-02-24added volatile woundstroido
2020-02-24run an update before loading an outdated roomtroido
2020-02-24healing works now too, the first time based systemtroido
2020-02-23more consistent importstroido
2020-02-23rooms have named locations to be used by portalstroido
2020-02-21used rank in taking objectstroido
2020-02-21players can now go to different roomstroido
2020-02-21wrote world code for migrating playerstroido
2020-02-21create World for multiroom supporttroido