This website requires JavaScript.
Explore
Help
Sign in
Annikka
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
189124c751
evennia
/
evennia
/
commands
History
Download ZIP
Download TAR.GZ
Griatch
09f51a644a
Make examine command more modular; show attr-categories and value types.
...
See
#1805
.
2021-11-21 03:37:55 +01:00
..
_trial_temp
added return docstring on create_script
2020-05-03 23:56:50 -05:00
default
Make examine command more modular; show attr-categories and value types.
2021-11-21 03:37:55 +01:00
__init__.py
Rename all instances of Player->Account.
2017-07-07 23:47:21 +02:00
cmdhandler.py
Avoid yield-command crossover problems. Add .retain_instance ability for Command class for implementing state execution.
2021-08-06 15:59:48 +02:00
cmdparser.py
Fix multimatch error.
Resolves
#2514
2021-09-04 23:36:54 -04:00
cmdset.py
Complete permanent->persistent rename of cmdset kwarg for consistency
2021-08-06 17:16:44 +02:00
cmdsethandler.py
Complete permanent->persistent rename of cmdset kwarg for consistency
2021-08-06 17:16:44 +02:00
command.py
Correct help query on @, fix reset hook call.
2021-11-13 15:32:31 +01:00
tests.py
Change settings.COMMAND_ARG_REGEX default to require a space or '/' between cmdname and argument. This better matches common expectations.
Resolves
#1541
.
2021-10-31 23:08:33 +01:00