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
/
main.rs
Age
Commit message (
Expand
)
Author
2020-09-26
include timestamps in logs
troido
2020-09-23
made step duration, save interval and unloading age configurable arguments
troido
2020-09-20
renamed ComponentParameter to ParemeterExpression; List and Template variant ...
troido
2020-05-19
moved parameter conversions to their own file and added more conversions
troido
2020-05-16
encyclopedia can be split over different files
troido
2020-04-23
tell users when they use a guest account and inform them about server admin
troido
2020-04-23
better default adresses
troido
2020-04-23
accept authentication messages, and validate registrations
troido
2020-04-20
added com cfg macros for detecting linux and bsd
troido
2020-04-20
stop hardcoding default room and encyclopedia
troido
2020-04-13
grow is now also using build trigger/component
troido
2020-04-08
reject player if the savefile player id does not match actual player id
troido
2020-04-06
improved error handling
troido
2020-04-06
made parseerrors their own thing
troido
2020-04-05
trading now works
troido
2020-04-05
items are now mostly replaced by itemids, with a mapping to the item in the e...
troido
2020-04-04
listen to sounds in the world
troido
2020-04-03
process assemblage shortcuts before processing components
troido
2020-04-03
aerr! has formatting functionality; better errors; radishses -> radishes
troido
2020-04-03
added command line options
troido
2020-04-01
room unloading works now
troido
2020-03-03
moved default encyclopedia to data file
troido
2020-03-03
monsters tend to stay around their home
troido
2020-03-02
don't cache messages between reconnecting
troido
2020-03-02
added purgatory
troido
2020-03-01
use generics for message components
troido
2020-02-28
more specific types!
troido
2020-02-28
save world on SIGTERM and SIGINT
troido
2020-02-24
added volatile wounds
troido
2020-02-24
run an update before loading an outdated room
troido
2020-02-23
entities can be attacked
troido
2020-02-23
removed ToJson trait
troido
2020-02-23
more consistent imports
troido
2020-02-22
items now have an action enum
troido
2020-02-22
can now pick up specific object from ground
troido
2020-02-21
only send minimal data to the player
troido
2020-02-21
sprites are not strings anymore
troido
2020-02-21
make cargo manifest dir only default directory for content
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
2020-02-20
load room template from file
troido
2020-02-18
refactoring: roomid is now a type, not string anymore
troido
2020-02-18
Players are now saved/loaded too
troido
2020-02-17
persistently save the room state
troido
2020-02-17
added trait for interacting with persistent storage; tried to make Results ea...
troido
2020-02-16
added playerid to avoid stringly typing
troido
2020-02-14
moved default encyclopedia to its own file
troido
2020-02-14
improved the default map a bit
troido
2020-02-14
extract the state to save
troido
[next]