evennia/src/utils
2014-03-15 08:03:44 +01:00
..
dummyrunner Refactored amp.py to more cleanly splitting long AMP messages also during server sync (this could cause errors with a large number of connected players). Also fixed an issue with the lockstring get:all() being set by @create despite it not needing to (overloading changes in the typeclass). 2013-11-27 16:57:41 +01:00
idmapper Added check to location setter that makes sure to stop a location-loop forming. This closes #454. 2014-02-15 21:05:23 +01:00
__init__.py Some minor cleanups. 2013-02-01 21:51:38 +01:00
ansi.py Added tests for ANSIString, and fixed some bugs for it along the way. 2014-03-09 20:43:36 +01:00
batchprocessors.py PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00
create.py Some cleanups of the unittests. 2014-03-15 07:37:02 +01: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 More refactoring of the unittest system 2014-03-15 08:03:44 +01:00
evform_test.py More refactoring of the unittest system 2014-03-15 08:03:44 +01:00
evtable.py More refactoring of the unittest system 2014-03-15 08:03:44 +01:00
gametime.py Starting to convert RSS to new system 2014-03-08 11:41:24 +01:00
logger.py PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00
picklefield.py Optimized Scripts admin page. Fixed related name for objects on attributes. 2013-07-21 09:44:34 -05: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
tests.py Changed parser.strip_ansi to parser.strip_raw_codes for contexual clarity. 2014-03-09 20:23:14 +01:00
text2html.py Fix to text2html regex pattern 2014-02-10 20:22:35 -05:00
utils.py Removed func_parts looping from cmdhandler - it didn't work as expected, as shown in #438. Instead reworked utils.delay() to implement the same functionality explicitly. 2014-02-15 23:33:19 +01:00