| .. |
|
idmapper
|
Check for instance in cache to have the appropriate foreignkey if we're called from a related manager. Stops us from retrieving any object by ID, whether it was related to us or not.
|
2017-05-07 02:12:58 -04:00 |
|
__init__.py
|
Run "futurize -1 -w -n ."
|
2015-10-01 20:00:28 +01:00 |
|
ansi.py
|
The ansi.raw utility now escapes vertical bars
|
2017-03-19 12:33:09 -07:00 |
|
batchprocessors.py
|
Markup and whitespace updates
|
2017-02-20 01:47:12 -05:00 |
|
create.py
|
Default email domain to example.com per RFC2606
|
2017-03-27 22:21:10 +02:00 |
|
dbserialize.py
|
PEP 8 comply
|
2017-03-19 20:24:51 +01:00 |
|
eveditor.py
|
Fix indexing bug with using an accidental :: prefix in EvEditor, fix function of the ::: editor command.
|
2017-04-18 00:45:38 +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
|
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
|
Remove spurious whitespace from sources.
|
2017-04-23 14:06:27 +02:00 |
|
evmore.py
|
Fix error in more edge calculation when using client with SCREENWIDTH=0. Resolves #1257.
|
2017-03-27 22:40:40 +02:00 |
|
evtable.py
|
Remove accidentally left-in evtable debugs that messed up unittests.
|
2017-02-28 13:45:12 +01:00 |
|
gametime.py
|
PEP 8 whitespace comply, visual align
|
2017-03-19 20:24:51 +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
|
Add docstr to class and methods, adjust names of settings to be more clearly modifying channel logs.
|
2017-05-21 03:29:33 -04: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
|
PEP 8 whitespace comply
|
2017-03-19 20:24:51 +01:00 |
|
spawner.py
|
Clarify bulk-create comment in spawner.
|
2017-03-19 20:27:23 +01: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
|
Add unittests for the time_format utility
|
2017-03-19 19:57:09 +01: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
|
Fix so evennia.utils.delay actually returns a deferred as the docstring says.
|
2017-04-25 23:34:44 +02:00 |