This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
mirror of
https://github.com/evennia/evennia.git
synced
2026-04-01 05:27:17 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
0fa625236e
evennia
/
src
/
players
History
Download ZIP
Download TAR.GZ
Kelketek
005b969425
Removed uneccessary test function.
2013-05-13 15:56:20 -05:00
..
migrations
Updated a data migration to properly set Attribute _last_puppet. This allows players in MULTISESSION_MODE=0,1 to auto-puppet from the start.
2013-04-14 23:19:27 +02:00
__init__.py
Adding a new API system to Evennia. This centralizes all access of the evennia driver through a single module "ev". Importing ev one should be able to access (and also importantly, easily explore) Evennia's API much easier. This API goes a long way to "flatten" the structure so that one doesn't need to remember how to find some method in a deeply nested subdirectory.
2012-03-24 23:02:45 +01:00
admin.py
Removed uneccessary test function.
2013-05-13 15:56:20 -05:00
manager.py
Made username creation/login case insensitive.
2013-05-13 12:30:00 -05:00
models.py
Fixed some lingering issues in TutorialWorld.
2013-05-12 20:24:00 +02:00
player.py
Fixing a bug in @ic if trying to puppet while already puppeting. Added sessid keyword to at_post_login hook in order to correctly relay login text only to the correct session. Removed the src.utils.debug module as well as the CmdDebug command which has not been supported for a good while.
2013-04-18 09:13:31 +02:00