blastmud/blastmud_game/src/message_handler/user_commands
Condorra 261151881d Refactor to move command queue to item.
This is the start of being able to implement following in a way that
works for NPCs, but it isn't finished yet. It does mean NPCs can do
things like climb immediately, and will make it far simpler for NPCs
to do other player-like actions in the future.
2023-06-20 22:53:46 +10:00
..
agree.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
allow.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
attack.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
butcher.rs Refactor to move command queue to item. 2023-06-20 22:53:46 +10:00
buy.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
c.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
close.rs Refactor to move command queue to item. 2023-06-20 22:53:46 +10:00
corp.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
cut.rs Refactor to move command queue to item. 2023-06-20 22:53:46 +10:00
delete.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
describe.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
drop.rs Refactor to move command queue to item. 2023-06-20 22:53:46 +10:00
follow.rs Refactor to move command queue to item. 2023-06-20 22:53:46 +10:00
gear.rs Add gear command. 2023-06-03 23:47:29 +10:00
get.rs Refactor to move command queue to item. 2023-06-20 22:53:46 +10:00
help.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
ignore.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
improvise.rs Refactor to move command queue to item. 2023-06-20 22:53:46 +10:00
install.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
inventory.rs Show wielded and worn in inventory. 2023-06-04 11:57:30 +10:00
less_explicit_mode.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
list.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
login.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
look.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
map.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
movement.rs Refactor to move command queue to item. 2023-06-20 22:53:46 +10:00
open.rs Refactor to move command queue to item. 2023-06-20 22:53:46 +10:00
page.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
parsing.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
quit.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
register.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
remove.rs Refactor to move command queue to item. 2023-06-20 22:53:46 +10:00
rent.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
say.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
score.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
sign.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
status.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
uninstall.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
use_cmd.rs Refactor to move command queue to item. 2023-06-20 22:53:46 +10:00
vacate.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
wear.rs Refactor to move command queue to item. 2023-06-20 22:53:46 +10:00
whisper.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
who.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
wield.rs Refactor to move command queue to item. 2023-06-20 22:53:46 +10:00
write.rs Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00