| .. |
|
idmapper
|
MonitorHandler implemented as a replacement for the OOBHandler monitor functionality, as per #924.
|
2016-05-22 20:45:39 +02:00 |
|
__init__.py
|
Run "futurize -1 -w -n ."
|
2015-10-01 20:00:28 +01:00 |
|
ansi.py
|
Fixed a non-functioning MXP call using the |-style format.
|
2016-05-22 20:45:41 +02: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
|
Extended dbserialize to safely serialize Session instances. Sessions can otherwise not be safely stored since they contain references to database objects (like puppets and players)
|
2016-05-22 20:45:41 +02:00 |
|
eveditor.py
|
Changed inputhandler/oochandler to monitorhandler and made inputhandler_funcs into just inputfuncs.py
|
2016-05-22 20:45:06 +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
|
Made all unittests pass again.
|
2016-05-22 20:45:38 +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
|
Fixed EvMenu, it was not updated to self.caller from self._caller properly.
|
2016-05-22 20:45:42 +02: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
|
Changing utils.all_from_module to really only load variables actually
|
2016-05-22 20:45:05 +02:00 |
|
logger.py
|
Fixed an error in channel.msg. Made sure to return a deferred from tail_log_file as its documentation suggests it should.
|
2016-05-22 20:45:42 +02:00 |
|
nested_inlinefuncs.py
|
Changing utils.all_from_module to really only load variables actually
|
2016-05-22 20:45:05 +02: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
|
Made all unittests pass again.
|
2016-05-22 20:45:38 +02:00 |
|
text2html.py
|
Fixed a bug with html-output of the standard ANSI-backgrounds.
|
2016-05-22 20:49:43 +02:00 |
|
txws.py
|
Use python3 range.
|
2015-11-02 11:47:07 +00:00 |
|
utils.py
|
Made the return of multimatch commands more easily parsable by using the query rather than the key. Resolves the second part of #933.
|
2016-05-22 20:45:43 +02:00 |