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
Age
Commit message (
Expand
)
Author
2020-05-19
implemented fromtoparameter for hashmap and hashset
troido
2020-05-19
moved parameter conversions to their own file and added more conversions
troido
2020-05-19
added function to convert common types from/to paramters
troido
2020-05-19
better json parsing using serde_json::value::from_value
troido
2020-05-19
add room build permissions to rooms
troido
2020-05-16
encyclopedia can be split over different files
troido
2020-05-12
removed 'substitute' part of encyclopedia
troido
2020-04-24
server-side hashing now uses a salt
troido
2020-04-23
hash the password server-side too
troido
2020-04-23
added option to join the server without joining the game (just for the chat)
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-22
give more information with sound messages
troido
2020-04-21
added options notification
troido
2020-04-21
use own strip_prefix function for interaction arguments
troido
2020-04-21
improved message parsing. Use Result instead of InvalidMessage
troido
2020-04-21
left out Option::flatten() for rust 1.38 compatibility
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-17
roomtemplate can handle fields that don't match the given size
troido
2020-04-17
better error handling when a player can't enter a room
troido
2020-04-17
drop loot a step after dying
troido
2020-04-17
added Mine interaction
troido
2020-04-16
don't spread stones dropped from destroyed walls
troido
2020-04-16
add visit whitelist to homeportal, save and dedup its data even though it is ...
troido
2020-04-15
visit other players
troido
2020-04-14
only allow letters, numbers and connector punctuation in usernames
troido
2020-04-13
using an equipped item unequips it
troido
2020-04-13
don't spawn immediately after each other
troido
2020-04-13
pick random adjacent positions for loot
troido
2020-04-13
if position is blocked, loot drops in adjacent positions
troido
2020-04-13
added if conditions in assemblages
troido
2020-04-13
checking for specific messages is easier because of TriggerBox::has_message
troido
2020-04-13
spawners now also use timer component and triggers
troido
2020-04-13
renamed grow to timer
troido
2020-04-13
volate replaced by grow
troido
2020-04-13
now use TimeOffset instead of OwnTime
troido
2020-04-13
grow is now also using build trigger/component
troido
2020-04-13
doors now use new Build component instead of Loot
troido
2020-04-13
replaced harvest interaction with choosable trigger
troido
2020-04-12
replaced Dead component with trigger messages
troido
2020-04-12
removed mortal component
troido
2020-04-10
send out notifications when fighting
troido
2020-04-09
change interaction is now a combination of harvest and loot
troido
2020-04-09
stricter about what to print
troido
2020-04-09
properly substitute items
troido
2020-04-09
encyclopedia can substitute names
troido
2020-04-09
accept python server save files
troido
2020-04-08
load python room format
troido
[next]