index
:
rustifarm.git
main
fork of: https://github.com/jmdejong/rustifarm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
world.rs
Age
Commit message (
Expand
)
Author
2020-09-24
turned sprite, playerid and roomid into tuple structs
troido
2020-09-23
made step duration, save interval and unloading age configurable arguments
troido
2020-04-17
better error handling when a player can't enter a room
troido
2020-04-08
don't ignore loading errors anymore
troido
2020-04-08
fix mismatching name
troido
2020-04-08
reject player if the savefile player id does not match actual player id
troido
2020-04-08
rooms now share the same default dispatcher
troido
2020-04-06
minor refactoring with cargo clippy
troido
2020-04-06
improved error handling
troido
2020-04-06
made parseerrors their own thing
troido
2020-04-03
private rooms work!
troido
2020-04-02
added flags component, and conditions for building
troido
2020-04-01
room unloading works now
troido
2020-04-01
better time handling for growing plants
troido
2020-03-05
print any failures in room loading to stdout
troido
2020-03-03
updated todo
troido
2020-03-03
backup actions if room is unloadable
troido
2020-03-03
moved default encyclopedia to data file
troido
2020-03-03
made items on ground into spawners
troido
2020-03-02
added purgatory
troido
2020-02-28
more specific types!
troido
2020-02-24
added volatile wounds
troido
2020-02-24
run an update before loading an outdated room
troido
2020-02-24
healing works now too, the first time based system
troido
2020-02-23
more consistent imports
troido
2020-02-23
rooms have named locations to be used by portals
troido
2020-02-21
used rank in taking objects
troido
2020-02-21
players can now go to different rooms
troido
2020-02-21
wrote world code for migrating players
troido
2020-02-21
create World for multiroom support
troido