| .. |
|
idmapper
|
Use list* from future.utils.
|
2015-11-09 10:23:00 +00:00 |
|
__init__.py
|
Run "futurize -1 -w -n ."
|
2015-10-01 20:00:28 +01:00 |
|
ansi.py
|
Merged nested inlinefuncs from the dev branch. Added |-style ansi-markers. Resolves #818.
|
2015-11-28 20:30:01 +01:00 |
|
batchprocessors.py
|
Remove unused traceback imports.
|
2015-11-15 20:40:03 +00:00 |
|
create.py
|
Fix typo in comment.
|
2015-11-01 15:11:39 +01:00 |
|
dbserialize.py
|
Cleanup int include.
|
2015-11-09 10:11:34 +01:00 |
|
eveditor.py
|
Import python3 compatible object.
|
2015-11-02 00:19:04 +01: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
|
Use python3 range.
|
2015-11-02 11:47:07 +00: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
|
Use python3 range.
|
2015-11-02 11:47:07 +00:00 |
|
evmore.py
|
First version of changed sessid->session change that starts properly. Not fully tested yet.
|
2015-11-14 21:43:58 +01:00 |
|
evtable.py
|
Use list* from future.utils.
|
2015-11-09 10:23:00 +00:00 |
|
gametime.py
|
Move to python3 style division.
|
2015-11-01 20:47:18 +00:00 |
|
inlinefunc.py
|
Fixed some mistakes in the docstrings.
|
2015-11-28 18:25:05 +01:00 |
|
logger.py
|
In the wake of changes to hide away tracebacks from players, made the error report include the server log time stamp so as to make it easier to reconcile with the real traceback information.
|
2015-11-09 15:07:06 +01:00 |
|
nested_inlinefuncs.py
|
Fixed an escaping issue for nested inlinefuncs.
|
2015-11-29 18:26:19 +01:00 |
|
picklefield.py
|
Import python3 compatible object.
|
2015-11-02 00:19:04 +01:00 |
|
prettytable.py
|
Use python3 range.
|
2015-11-02 11:47:07 +00: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
|
Run "futurize -1 -w -n ."
|
2015-10-01 20:00:28 +01:00 |
|
test_resources.py
|
Made unittests work with changed Session apis. Resolves #808.
|
2015-11-15 20:36:18 +01:00 |
|
tests.py
|
Fixed an escaping issue for nested inlinefuncs.
|
2015-11-29 18:26:19 +01:00 |
|
text2html.py
|
wrote tests for the convert_urls function of TextToHTMLparser
|
2015-11-09 10:21:39 +01:00 |
|
txws.py
|
Use python3 range.
|
2015-11-02 11:47:07 +00:00 |
|
utils.py
|
Added a functioning version of nested inline funcs. Still poor error handling and some edge cases are not handled.
|
2015-11-28 18:25:04 +01:00 |