evennia/evennia
2020-02-19 16:33:35 -06:00
..
accounts django.utils.translation.ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy() are deprecated in favor of the functions that they’re aliases for: django.utils.translation.gettext(), gettext_lazy(), gettext_noop(), ngettext(), and ngettext_lazy(). 2020-02-09 20:14:47 -06:00
commands Typo in CmdTeleport help text 2020-02-16 20:12:13 +01:00
comms Remove duplicate dbref implementation in comms-manager. Resolves #2054 2020-02-12 23:19:20 +01:00
contrib Make rpsystem contrib's say use at_before_say hook 2020-02-12 08:56:44 +01:00
game_template proxy-plugins 2020-02-19 16:33:35 -06:00
help Make scripts/objects lists use EvMore. Change EvMore to not justify by default. 2020-01-11 15:49:12 +01:00
locale Add simplified Korean translation by aceamro in #1947 2019-09-22 19:41:24 +02:00
locks Add inside_rec lockfunc. Resolves #1618 2020-02-17 01:11:31 +01:00
objects django.utils.translation.ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy() are deprecated in favor of the functions that they’re aliases for: django.utils.translation.gettext(), gettext_lazy(), gettext_noop(), ngettext(), and ngettext_lazy(). 2020-02-09 20:14:47 -06:00
prototypes Make scripts/objects lists use EvMore. Change EvMore to not justify by default. 2020-01-11 15:49:12 +01:00
scripts Don't allow step_task if task is None. Resolves #2047 2020-02-12 23:13:52 +01:00
server proxy-plugins 2020-02-19 16:33:35 -06:00
typeclasses The django.db.backends.postgresql_psycopg2 module is deprecated in favor of django.db.backends.postgresql. It’s been an alias since Django 1.9 2020-02-09 20:14:47 -06:00
utils log_error is not a function in utils/logger.py; changed to log_err in utils/dbserialize.py 2020-02-14 23:50:44 -06:00
web Ran black on sources, some minor tweaks 2020-02-12 23:07:56 +01:00
__init__.py Make scripts/objects lists use EvMore. Change EvMore to not justify by default. 2020-01-11 15:49:12 +01:00
settings_default.py Revert "Proxy plugin module" - wrong branch 2020-02-10 00:58:59 -06:00
VERSION.txt Update version to 0.9.0 2019-06-29 20:53:31 +02:00