| .. |
|
migrations
|
Further reworking, naming the library folder 'evennia' instead of lib or src.
|
2015-01-07 13:36:57 +01:00 |
|
portal
|
Rename all instances of Player->Account.
|
2017-07-07 23:47:21 +02:00 |
|
profiling
|
Rename all instances of Player->Account.
|
2017-07-07 23:47:21 +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 |
|
admin.py
|
Begun conversion of server/ directory to google style docstrings as per #709.
|
2015-06-22 08:45:35 +02:00 |
|
amp.py
|
Rename all instances of Player->Account.
|
2017-07-07 23:47:21 +02:00 |
|
deprecations.py
|
Rename all instances of Player->Account.
|
2017-07-07 23:47:21 +02:00 |
|
evennia_launcher.py
|
Rename all instances of Player->Account.
|
2017-07-07 23:47:21 +02:00 |
|
evennia_runner.py
|
Add external-runner option to the launcher to allow for replacing the native evennia runner with an external process manager (like Linux' start-stop-daemon). Note that without a replacement, this option will make evennia un-reloadable.
|
2016-12-08 23:24:14 +01:00 |
|
initial_setup.py
|
Rename all instances of Player->Account.
|
2017-07-07 23:47:21 +02:00 |
|
inputfuncs.py
|
Rename all instances of Player->Account.
|
2017-07-07 23:47:21 +02:00 |
|
manager.py
|
Refactor code to remove alerts as per lgtm and #1176.
|
2017-01-29 19:02:00 +01:00 |
|
models.py
|
Have every class inherit from object.
|
2015-11-09 10:11:34 +01:00 |
|
server.py
|
Rename all instances of Player->Account.
|
2017-07-07 23:47:21 +02:00 |
|
serversession.py
|
Rename all instances of Player->Account.
|
2017-07-07 23:47:21 +02:00 |
|
session.py
|
Rename all instances of Player->Account.
|
2017-07-07 23:47:21 +02:00 |
|
sessionhandler.py
|
Rename all instances of Player->Account.
|
2017-07-07 23:47:21 +02:00 |
|
tests.py
|
Added better docstrings to subpackages and cleaned out some places which were unclear.
|
2015-02-23 17:46:42 +01:00 |
|
webserver.py
|
Fix another AttributeError in errback for #1207.
|
2017-06-05 04:18:55 -04:00 |