evennia/src/utils
2014-08-21 22:49:52 +02:00
..
dummyrunner Merged Memory modification branch with main. Includes some more testing. 2014-06-06 11:37:20 +02:00
idmapper Made objects clear more handlers on deletion, also scramble some methods and all database access wrappers to avoid an object memory instance being accessed after it has been deleted. See #509. 2014-06-15 12:27:48 +02:00
__init__.py Some minor cleanups. 2013-02-01 21:51:38 +01:00
ansi.py Moved escape mechanism to a central location in serversessionhandler. 2014-08-21 09:13:53 +02:00
batchprocessors.py Fixed a typo in batchprocessor. Resolves #539. 2014-07-07 22:07:04 +02:00
create.py Fixed silly error reporting when trying to create an object of a non-found typeclass. 2014-08-09 21:27:01 +02:00
dbserialize.py Fixed a bug in dbserialize when handling nested tuples. 2014-03-11 23:24:22 +01:00
evennia-mode.el Trunk: Merged griatch-branch. This implements a new reload mechanism - splitting Evennia into two processes: Server and Portal with different tasks. Also cleans and fixes several bugs in script systems as well as introduces i18n (courtesy of raydeejay). 2011-09-03 10:22:19 +00:00
evform.py Added some to evtable/evform, seems to work with ansi now. 2014-04-12 15:27:13 +02:00
evform_test.py Added some to evtable/evform, seems to work with ansi now. 2014-04-12 15:27:13 +02:00
evtable.py Changed some defaults of EvTable. Made EvTable handle clist command. Resolves #426. 2014-04-20 23:45:19 +02:00
gametime.py Starting to convert RSS to new system 2014-03-08 11:41:24 +01:00
logger.py Added logger.log_file(msg, filename) as an easy way to log data to an arbitrary file in game/log. log_file() uses threading and open file handles to be non-blocking and inexpensive when logging often. 2014-04-19 11:50:52 +02:00
picklefield.py Updated create.create_object to be faster. Made AttributeHandler.add() handle bulk-adding of Attributes and with a slightly more efficient way to create new Attributes. 2014-07-01 00:46:20 +02:00
prettytable.py Fixed an issue in idmapper metaclass wrapper, it caused text fields to be occationally be written with objects. 2013-09-22 19:56:51 +02:00
search.py Continuing to clean up and fix bugs around Attribute/Tag 2014-02-16 22:09:35 +01:00
spawner.py Added recursive loop-detection to the spawner. This should avoid accidentally creating infinite self-references in prototype structures. 2014-07-01 20:16:43 +02:00
tests.py Fixed issues with transformation functions on ANSIString. 2014-04-12 15:27:13 +02:00
text2html.py Fix to text2html regex pattern 2014-02-10 20:22:35 -05:00
txws.py First, untested implementation of websocket protocol support. 2014-04-13 13:18:32 +02:00
utils.py Removed clearing of extended 127-159 range, as per #551. 2014-08-21 22:49:52 +02:00