| .. |
|
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
|
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
|
MonitorHandler implemented as a replacement for the OOBHandler monitor functionality, as per #924.
|
2016-05-22 20:45:39 +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
|
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
|
Changing utils.all_from_module to really only load variables actually
|
2016-05-22 20:45:05 +02: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
|
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
|
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
|
Made the default_settings file itself detect GAME_DIR, leading to a lot less cookie cutter in the gamedir/server/conf/settings.py file. Refactored the detection algorithm also in the launcher.
|
2016-05-22 20:45:39 +02:00 |