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
1
37a24f12e6
evennia
/
evennia
/
commands
History
Download ZIP
Download TAR.GZ
Griatch
37a24f12e6
Added a check to avoid creating a duplicate character name with charcreate in MULTISESSION_MODE>1. Resolves 943.
2016-05-22 20:45:42 +02:00
..
default
Added a check to avoid creating a duplicate character name with charcreate in MULTISESSION_MODE>1. Resolves 943.
2016-05-22 20:45:42 +02:00
__init__.py
Added better docstrings to subpackages and cleaned out some places which were unclear.
2015-02-23 17:46:42 +01:00
cmdhandler.py
Fixed a misplaced comment that hid a traceback on error.
2016-05-22 20:45:41 +02:00
cmdparser.py
Fixed a bug with identifying a unique command index (should be 1-N, not 0-(N-1)).
2016-01-19 21:23:51 +01:00
cmdset.py
Fixed cmdset.remove() by correcting the __ne__ operator on commands to properly use the matchset to identify disjoint sets.
2016-04-04 09:37:46 +02:00
cmdsethandler.py
Added IN_GAME_ERRORS setting for convenient debugging during development (False by default)
2016-05-22 20:45:41 +02:00
command.py
Fixed a non-functioning Command.set_aliases method.
2016-05-22 20:45:39 +02:00
connection_screen.py
Fix comments about connection_screens.py
2015-10-16 22:23:38 +02:00