evennia/evennia/utils
2015-10-18 11:58:20 +02:00
..
idmapper Converted a large part of utils/ folder to google code docstrings as per #709. 2015-09-27 20:24:03 +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
ansi.py Converted a large part of utils/ folder to google code docstrings as per #709. 2015-09-27 20:24:03 +02:00
batchprocessors.py Converted a large part of utils/ folder to google code docstrings as per #709. 2015-09-27 20:24:03 +02:00
create.py Converted a large part of utils/ folder to google code docstrings as per #709. 2015-09-27 20:24:03 +02:00
dbserialize.py Converted a large part of utils/ folder to google code docstrings as per #709. 2015-09-27 20:24:03 +02:00
eveditor.py Converted a large part of utils/ folder to google code docstrings as per #709. 2015-09-27 20:24:03 +02:00
evennia-mode.el Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
evform.py Converted a large part of utils/ folder to google code docstrings as per #709. 2015-09-27 20:24:03 +02:00
evform_test.py Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
evmenu.py Resolved an outstanding bug in _format_display. 2015-10-18 11:58:20 +02:00
evmore.py Made sure evmore does pass its kwargs on to the main msg method at all times. 2015-07-09 21:15:35 +02:00
evtable.py Changed evtable to use a custom ljust/rjust routine instead of the ones from the python library. This resolves issues with width calculation of strings containing MXP links. Resolves #705. 2015-05-15 00:33:10 +02:00
gametime.py Converted a large part of utils/ folder to google code docstrings as per #709. 2015-09-27 20:24:03 +02:00
inlinefunc.py Converted a large part of utils/ folder to google code docstrings as per #709. 2015-09-27 20:24:03 +02:00
logger.py Converted a large part of utils/ folder to google code docstrings as per #709. 2015-09-27 20:24:03 +02:00
picklefield.py Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
prettytable.py Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
search.py Removed SEARCH_AT_MULTIMATCH_INPUT and SEARCH_AT_MULTIMATCH_CMD settings and connected functions - these are no longer individually overloadable. SEARCH_AT_RESULT function now handles all error reporting. Also added SEARCH_MULTIMATCH_SEPARATOR to make it easy to replace the character used to separate multi-matches (1-box, 2-box is using '-' by default), in response to #795. Also moved the default SEARCH_AT_RESULT function from the cmdparser to evennia.utils.utils. 2015-09-27 13:05:29 +02:00
spawner.py Converted a large part of utils/ folder to google code docstrings as per #709. 2015-09-27 20:24:03 +02:00
test_resources.py Add an exit to the base test case 2015-03-26 17:10:42 -05:00
tests.py Fix bug with ANSI concatination. 2015-03-12 08:31:26 +01:00
text2html.py Fixed a regression introduced in rev eb2bd8d that made the webclient fail when loading text2html. 2015-10-01 01:18:17 +02:00
txws.py Converted a large part of utils/ folder to google code docstrings as per #709. 2015-09-27 20:24:03 +02:00
utils.py Fixed a bug in search error reporting. Made accept to change a player's name. Closes PR: Resolves #820, Resolves #821, Resolves #822, Resolves #823. 2015-10-16 22:34:40 +02:00