| .. |
|
idmapper
|
Changed the deprecated get_field_by_name to just get_field.
|
2016-02-19 22:31:42 +01: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
|
Fixed dbserialize pickle processor typo
|
2016-02-06 21:56:26 +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
|
Handling ansi-escaping of || in EvForm, since ansi-parsing gets called twice, this needs some extra care. Resolves #888.
|
2015-11-29 23:50:45 +01: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
|
Made EvMenu correctly handle being called from a ServerSession.
|
2015-12-19 19:13:29 +01: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
|
Made EvTable handle data entries with completely empty cells. Resolves #917.
|
2016-01-20 19:52:53 +01: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
|
Removed subfieldbase and use from_db_value as recommended by django deprecation info.
|
2016-02-19 22:58:52 +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
|
Fixed deprecation warnings for future django1.10.
|
2016-02-19 21:07:25 +01:00 |
|
tests.py
|
Handling ansi-escaping of || in EvForm, since ansi-parsing gets called twice, this needs some extra care. Resolves #888.
|
2015-11-29 23:50:45 +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
|
Updated the docstring for utils.delay since it can also accept a float as well as an int.
|
2016-01-16 16:36:51 +01:00 |