evennia/evennia/utils
2017-01-14 22:21:12 +01:00
..
idmapper Implement a more throughough cache-flush mechanism. This makes sure to flush foreignkey cache relations for objects not affected by flushing (normally objects with an NAttribute stored in them). Without ForeignKey flushing, the location of such objects would remain cached and drift out of sync, leading to content caches in turn desyncing. Resolves #1064. 2016-10-02 20:52:05 +02:00
__init__.py Run "futurize -1 -w -n ." 2015-10-01 20:00:28 +01:00
ansi.py Fix a minor issue in ANSIString.rstrip(). 2016-11-17 00:34:40 +01:00
batchprocessors.py Refactor batchcode processor to be more stable. Did multiple clean-ups. Implements #939. Fixes #909. Fixes #937. 2016-08-24 23:44:29 +02:00
create.py Add ability to add aliases to help entries via the command and create_helpentry utility. 2016-12-17 17:15:50 +01:00
dbserialize.py added the append saver method 2016-09-20 16:19:46 +02:00
eveditor.py Refactor some names to make api cleaner to read. 2017-01-14 22:21:12 +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 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
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 Make EvMenu nodes-options' 'exec' callbacks able to return a string for dynamic goto replacement. 2017-01-14 18:49:29 +01:00
evmore.py fix evmore sending messages to stale session object 2017-01-10 17:39:09 +01:00
evtable.py Implement ANSIString.strip() .lstrip() and .rstrip() as tag-aware methods. This handles the last prblem with #1117. 2016-11-17 00:21:05 +01:00
gametime.py Add the evennia.utils.gamtime.reset_gametime() function, for restarting gametime from a later time than the server creation time. 2016-10-12 20:27:21 +02:00
inlinefuncs.py Migrate! Add nick-templating system, first version. This allows arg templating of nicks to allow a user to completely redefine how they enter commands. Still some bugs. 2016-06-25 23:23:13 +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
picklefield.py Fix django admin for other typeclasses. ChannelDB still requires subscribers to validate. Changed PickleField's clean method to prevent attribute errors for attributes added during basetype setup. 2016-12-06 07:06:46 -05:00
prettytable.py Use python3 range. 2015-11-02 11:47:07 +00:00
search.py Refactor some names to make api cleaner to read. 2017-01-14 22:21:12 +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 Implement ANSIString.strip() .lstrip() and .rstrip() as tag-aware methods. This handles the last prblem with #1117. 2016-11-17 00:21:05 +01:00
text2html.py Add escaping of the quote. Should now handle all aspects of #1002. 2016-11-06 08:57:23 +01:00
txws.py Added some more noisy=False to other factories as per #1107. 2016-10-22 16:02:32 +02:00
utils.py Small refactoring. 2016-12-11 22:07:38 +01:00