evennia/evennia
2020-02-16 07:38:09 -08: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 Fixing condition where state could be only sort of successful. 2020-02-16 07:38:09 -08: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 Revert "Proxy plugin module" - wrong branch 2020-02-10 00:58:59 -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 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
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 Update README.md 2020-02-13 09:39:13 +01: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 Ran black on sources, some minor tweaks 2020-02-12 23:07:56 +01: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