evennia/evennia/utils
2017-03-19 19:57:09 +01:00
..
idmapper Refactor code to remove alerts as per lgtm and #1176. 2017-01-29 19:02:00 +01:00
__init__.py Run "futurize -1 -w -n ." 2015-10-01 20:00:28 +01:00
ansi.py Docstring, comments and whitespace fixes 2017-02-20 01:36:58 -05:00
batchprocessors.py Markup and whitespace updates 2017-02-20 01:47:12 -05:00
create.py Refactor code to remove alerts as per lgtm and #1176. 2017-01-29 19:02:00 +01:00
dbserialize.py Fix error in MonitorHandler recovering a saved Session across a reload. This probably affected the TickerHandler as well. Add a new hook to the server object that gets called once the portal has synced, and run the monitorhandler/tickerhandler restores there. Also some changes to the serialization of Sessions. Resolves #1164. 2017-01-15 19:55:51 +01:00
eveditor.py Markup, whitespace and code refactor 2017-02-20 02:07:38 -05: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 Fix typos in the evform docstring. Resolves #1185. 2017-02-01 23:23:06 +01:00
evform_test.py Allow multi-character keys for EvForm cells and tables. This was due to a too restrictive regex. Resolves #1014. 2016-08-20 11:41:53 +02:00
evmenu.py Markup, whitespace, docstring and comment updates 2017-02-20 02:21:49 -05:00
evmore.py Update evmore to better handle narrow texts like help entries without force-justifying them. Also add the ability to auto-exit the pager immediately when reaching the last page. 2017-02-04 12:04:54 +01:00
evtable.py Remove accidentally left-in evtable debugs that messed up unittests. 2017-02-28 13:45:12 +01:00
gametime.py Some cleanup of docstrings. 2017-02-15 23:43:49 +01:00
inlinefuncs.py Fix to inlinefuncs stack cache to make it properly use the cached value. 2017-01-29 16:52:06 +01:00
logger.py Refactor code to remove alerts as per lgtm and #1176. 2017-01-29 19:02:00 +01:00
picklefield.py Refactor code for readability and compatibility. 2017-01-27 00:19:27 +01:00
prettytable.py Markup, whitespace, and code cleanup 2017-02-20 02:50:15 -05:00
search.py Refactor code to remove alerts as per lgtm and #1176. 2017-01-29 19:02:00 +01:00
spawner.py Add 'exec' argument to spawner prototype for running arbitrary code as part of object creation. Make all prototype keys also settable with a callable. 2016-08-21 23:03:42 +02:00
test_resources.py Continue adding unit tests to cmdhandler.get_and_merge_cmdsets function. Not finished yet, unclear how to propagate the options correctly. 2016-10-15 22:48:38 +02:00
tests.py Markup, whitespace, comment edits 2017-02-20 02:45:31 -05:00
text2html.py Refactor code to remove alerts as per lgtm and #1176. 2017-01-29 19:02:00 +01:00
txws.py Further refactoring towards #1176. 2017-02-02 00:02:58 +01:00
utils.py Add a style 4 for the time_format utility 2017-03-19 19:57:09 +01:00