| .. |
|
migrations
|
Further reworking, naming the library folder 'evennia' instead of lib or src.
|
2015-01-07 13:36:57 +01:00 |
|
portal
|
Refactoring to go with the fixed AMP structure and methods.
|
2015-09-21 16:50:05 +02:00 |
|
profiling
|
Refactoring to go with the fixed AMP structure and methods.
|
2015-09-21 16:50:05 +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
|
Refactored AMP protocol and made it more efficient for use with compression and batch-sending.
|
2015-09-21 16:47:24 +02:00 |
|
evennia_launcher.py
|
Changed operation of evennia start (non-interactive). It will now default to have the Server log to stdout (Portal defaults to a logfile as before). Use the -l or --log flag to have the Server log to the logfile specified by server.SERVER_LOG_FILE.
|
2015-09-08 00:27:24 +02:00 |
|
evennia_runner.py
|
Changed operation of evennia start (non-interactive). It will now default to have the Server log to stdout (Portal defaults to a logfile as before). Use the -l or --log flag to have the Server log to the logfile specified by server.SERVER_LOG_FILE.
|
2015-09-08 00:27:24 +02:00 |
|
initial_setup.py
|
Some further adjustment to check. Cannot reproduce the particular issue reported in #789, which seems to mean the player.at_player_creation is not called in some situation.
|
2015-08-22 10:34:06 +02:00 |
|
manager.py
|
Updated parts of server/ dir to google docstrings as per #709.
|
2015-06-22 21:02:03 +02:00 |
|
models.py
|
Updated parts of server/ dir to google docstrings as per #709.
|
2015-06-22 21:02:03 +02:00 |
|
oob_cmds.py
|
Updated parts of server/ dir to google docstrings as per #709.
|
2015-06-22 21:02:03 +02:00 |
|
oobhandler.py
|
Finished adding Google-style docstrings to oobhandler, as per #709.
|
2015-06-23 08:05:32 +02:00 |
|
server.py
|
Fixed a special case of the amp protocol not being initialized during the very first startup.
|
2015-05-25 23:42:39 +02:00 |
|
serversession.py
|
Refactoring to go with the fixed AMP structure and methods.
|
2015-09-21 16:50:05 +02:00 |
|
session.py
|
Updated more of server/ to google docstrings as per #709.
|
2015-06-23 10:42:51 +02:00 |
|
sessionhandler.py
|
Refactoring to go with the fixed AMP structure and methods.
|
2015-09-21 16:50:05 +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
|
Made top-level server/ directory google-style docstring compliant as per #709.
|
2015-06-23 13:30:59 +02:00 |