summaryrefslogtreecommitdiff
path: root/src/world.rs
AgeCommit message (Expand)Author
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