evennia/evennia/utils
2015-07-09 21:15:35 +02:00
..
idmapper Made the contents cache mechanism use the idmapper cache directly. This should hopefully avoid isses like #745 in the future. 2015-05-14 17:57:49 +02:00
__init__.py Added better docstrings to subpackages and cleaned out some places which were unclear. 2015-02-23 17:46:42 +01:00
ansi.py Added ansi.strip_ansi as a convenience shortcut to remove ansi markup from a string. 2015-07-09 14:37:09 +02:00
batchprocessors.py More updates to doc, to make it compile properly for reST 2015-05-15 15:26:05 +02:00
create.py Added the ability to spawn objects with Tags. 2015-06-20 00:31:13 +02:00
dbserialize.py more docstrings 2015-03-09 13:13:09 +01:00
eveditor.py integrated the line editor functionality with the @set command (using the /edit switch), removing the example CmdEdit command from the eveditor module. 2015-07-09 14:37:09 +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 docstrings continued.... 2015-03-09 13:13:09 +01:00
evform_test.py Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
evmenu.py Moved lineditor into utils/eveditor.py. The line editor is accessed by simply importing the class (same as EvTable, EvMenu etc), so the utils.get_line_editor function was removed. 2015-07-09 14:37:09 +02:00
evmore.py Made sure evmore does pass its kwargs on to the main msg method at all times. 2015-07-09 21:15:35 +02:00
evtable.py Changed evtable to use a custom ljust/rjust routine instead of the ones from the python library. This resolves issues with width calculation of strings containing MXP links. Resolves #705. 2015-05-15 00:33:10 +02:00
gametime.py Run migrations! Removed global system scripts, moving into maintenance functions on the portal and server level. This means that runtimes will be reset as the system resets to the new system. 2015-03-06 16:54:37 +01:00
inlinefunc.py Made various parts of the core respect the CLIENT_DEFAULT_WIDTH setting. Resolves #710. 2015-03-19 19:21:05 +01:00
logger.py Changed datetime setter to use utils.timezone instead of naive datetime stamps, as per #728. 2015-03-27 07:05:13 +01:00
picklefield.py Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
prettytable.py Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
search.py Clarified call signature for search_channel in utils.search 2015-03-23 08:39:12 +01:00
spawner.py Added the ability to spawn objects with Tags. 2015-06-20 00:31:13 +02:00
test_resources.py Add an exit to the base test case 2015-03-26 17:10:42 -05:00
tests.py Fix bug with ANSI concatination. 2015-03-12 08:31:26 +01:00
text2html.py Fixed error in text2html, but webclient still doesn't support all color codes. 2015-03-25 14:29:06 +01:00
txws.py Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
utils.py Moved lineditor into utils/eveditor.py. The line editor is accessed by simply importing the class (same as EvTable, EvMenu etc), so the utils.get_line_editor function was removed. 2015-07-09 14:37:09 +02:00