rasul
|
a7a954c1dc
|
yaml uses spaces
|
5 years ago |
rasul
|
6d2a53e53f
|
document command module
|
5 years ago |
rasul
|
bbc85c535a
|
change error message for Default variant
|
5 years ago |
rasul
|
6b4c214475
|
note about docs
|
5 years ago |
rasul
|
fdab46bef1
|
document the world module
|
5 years ago |
rasul
|
3a9cb2fa43
|
rustfmt
|
5 years ago |
rasul
|
7e83c23855
|
improve logging and errors
|
5 years ago |
rasul
|
be45d7fcb7
|
improve error messages
|
5 years ago |
rasul
|
0b50ce0650
|
remove old stuff that was left around commented
|
5 years ago |
rasul
|
24357a95f8
|
add some doc comments
|
5 years ago |
rasul
|
eb01abb0f0
|
comment describing try_from_long()
|
5 years ago |
rasul
|
a9f42be8d8
|
Zone has From<&Zone> implemented so .into() can be used
|
5 years ago |
rasul
|
a493f868d4
|
impl From<&Zone> instead of the from_ref() method
|
5 years ago |
rasul
|
df632447fd
|
document Zone struct
|
5 years ago |
rasul
|
e41b367e0f
|
document Zone::from_ref()
|
5 years ago |
rasul
|
a3be82b7ab
|
impl PartialEq for Zone
|
5 years ago |
rasul
|
57ccd45420
|
add a from_ref() method to get a Zone from a &Zone
|
5 years ago |
rasul
|
a7855949e7
|
rustfmt
|
5 years ago |
rasul
|
ef48161a05
|
Document macros
|
5 years ago |
rasul
|
d8e3b21143
|
document try_option_send_error!() macro
|
5 years ago |
rasul
|
af9f14685a
|
slight changes so placeholder function quits emitting warning
|
5 years ago |
rasul
|
a4ac0c86e9
|
prefix with _ to supporess warnings, this function isn't currently used but could be in the future
|
5 years ago |
rasul
|
0efa5b8b86
|
don't document macros module, the individual macros are still documented and the docs have an empty macros module that isn't necessary
|
5 years ago |
rasul
|
ab2522249e
|
document the try_send!() macro
|
5 years ago |
rasul
|
01bb588a05
|
use fully qualified path to SendQueue
|
5 years ago |
rasul
|
aa9c13444d
|
don't use main()
|
5 years ago |
rasul
|
fa848985fb
|
use full path to SendQueue
|
5 years ago |
rasul
|
4d526f9df9
|
document the try_send_error!() macro
|
5 years ago |
rasul
|
3619302f34
|
use file!() instead of README.md
|
5 years ago |
rasul
|
632d5dfcbe
|
document try_print!() macro
|
5 years ago |
rasul
|
fe317c0ca5
|
document try_log!() macro
|
5 years ago |
rasul
|
8896e4968a
|
remove old commented out version of a macro
|
5 years ago |
rasul
|
36141245e1
|
add command new to create a new room or zone
|
5 years ago |
rasul
|
eb9ba21144
|
method to get the root parent zone
|
5 years ago |
rasul
|
2b0c2c5fe6
|
get rid of commented out function that is now a macro in macros.rs
|
5 years ago |
rasul
|
6fbb94124b
|
pub use isn't necessary for name module
|
5 years ago |
rasul
|
fd6399db86
|
rustfmt
|
5 years ago |
rasul
|
48ea48d881
|
Put client token back into the tokens queue to reuse if client is gone
|
5 years ago |
rasul
|
dd5f335ef3
|
readme
|
5 years ago |
rasul
|
13bf22ed90
|
rustfmt
|
5 years ago |
rasul
|
5b07d67515
|
add newlines to the Username prompt
|
5 years ago |
rasul
|
8af7b7a7ad
|
Add a couple newlines after the quit message
|
5 years ago |
rasul
|
fdff6a0f8e
|
Remove the actions module, and move commands into the Command module.
|
5 years ago |
rasul
|
7a8bbe7890
|
rustfmt
|
5 years ago |
rasul
|
b092807bc1
|
remove unused import
|
5 years ago |
rasul
|
94723e9d12
|
Quit command to disconnect from the game
|
5 years ago |
rasul
|
87367644cc
|
Subcommand for working with room descriptions
Create the CommandSetRoomDescription sub command, move the former description
command into it and rename it set, and the delete command.
|
5 years ago |
rasul
|
651a3a4d7f
|
command to set room description
|
5 years ago |
rasul
|
540d4fb0fb
|
e isn't used to prefix with _
|
5 years ago |
rasul
|
a0598b4159
|
add try_send and option_send macros
|
5 years ago |