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
/
playerstate.rs
Age
Commit message (
Collapse
)
Author
2021-12-30
entities can now have descriptions
troido
2020-10-03
added dense grass; home is now part of monsterAI component
troido
2020-09-25
proper serialisation for playerstate; strum for old-style enums
troido
2020-09-24
turned sprite, playerid and roomid into tuple structs
troido
2020-05-12
removed 'substitute' part of encyclopedia
troido
2020-04-09
properly substitute items
troido
2020-04-09
accept python server save files
troido
2020-04-06
minor refactoring with cargo clippy
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 ↵
troido
encyclopedia
2020-04-04
draw the room after new entities have been added
troido
2020-04-04
listen to sounds in the world
troido
2020-03-05
equipment is saved
troido
2020-03-05
equipment is now a part of the inventory
troido
2020-03-05
equipent now kinda works
troido
2020-03-04
added loot/harvest
troido
2020-03-03
factions now work
troido
2020-03-03
randomise attack damage
troido
2020-03-02
added purgatory
troido
2020-03-02
added monster ai
troido
2020-03-02
implemented autofight
troido
2020-03-01
use generics for message components
troido
2020-02-28
make player movable
troido
2020-02-28
added cooldowns for moving and fighting
troido
2020-02-24
healing works now too, the first time based system
troido
2020-02-23
players can now attack other objects
troido
2020-02-23
players can get damage from traps
troido
2020-02-23
more consistent imports
troido
2020-02-23
rooms have named locations to be used by portals
troido
2020-02-22
it is now possible to use items
troido
2020-02-22
items now have an action enum
troido
2020-02-21
visible component now also has a name
troido
2020-02-21
sprites are not strings anymore
troido
2020-02-21
players can now go to different rooms
troido
2020-02-18
refactored with cargo clippy
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
added trait for interacting with persistent storage; tried to make Results ↵
troido
easier
2020-02-16
add forgotten playerstate file
troido