evennia/evennia
Andrew Bastien e0e382e0c6 - Added .at_failed_login(session) to default Player typeclass.
- unloggedin.CmdUnconnectedConnect now calls the at_failed_login hook on player if a correct user is entered by an invalid password provided.
2015-07-25 18:35:34 +02:00
..
commands - Added .at_failed_login(session) to default Player typeclass. 2015-07-25 18:35:34 +02:00
comms Rename display_name and improve docstrings. 2015-06-20 16:31:36 -05:00
contrib Made bettermenu into evmenu and moved to utils. Still some issues with MXP. 2015-07-09 14:37:09 +02:00
game_template Removed a faulty default alias in the Command base class; since commands are more strictly compared by key *and* alias, this could cause some confusing overload scenarios. 2015-07-18 08:30:05 +02:00
help Translated help system to use Google-style docstrings, as per #709. 2015-05-17 12:54:10 +02:00
locale Updated some locale files. 2015-03-08 00:01:12 +01:00
locks Fixed a bug in the attr lockfunc to make it properly handle comparison for Nonetypes and bools as well as other values. Also fixed a malformed call for a default value. Resolves #753. 2015-06-01 21:56:29 +02:00
objects Updated all of players/ directory to Google style docstrings as per #709. 2015-06-21 13:51:32 +02:00
players - Added .at_failed_login(session) to default Player typeclass. 2015-07-25 18:35:34 +02:00
scripts Updated scripts/ directory source to use Google style docstrings as per #709. 2015-05-29 21:08:04 +02:00
server Made the evennia_launcher gracefully report a missing log directory instead of raising a traceback (a missing log dir happens when cloning game dirs since log files are in .gitignore) 2015-07-08 10:41:47 +02:00
typeclasses Updated the typeclasses/ directory modules to use Google style docstrings, as per #709. 2015-07-12 13:52:21 +02:00
utils Made sure evmore does pass its kwargs on to the main msg method at all times. 2015-07-09 21:15:35 +02:00
web Fixed comment and wording on web templates. 2015-03-01 11:54:22 -06:00
__init__.py Re-added reference to settings in flat API. Resolves #719. 2015-03-19 18:58:22 +01:00
settings_default.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
VERSION.txt PIP packaging with setup.py, and fixes for bugs revealed by this. 2015-01-15 06:20:19 -06:00