| .. |
|
migrations
|
Further reworking, naming the library folder 'evennia' instead of lib or src.
|
2015-01-07 13:36:57 +01:00 |
|
portal
|
Introduced a trottling mechanism in the portalsessionhandler, limiting the number of new connections per second. Also fixed a bug in deleting a puppeted object.
|
2015-02-24 23:11:04 +01:00 |
|
profiling
|
Introduced a trottling mechanism in the portalsessionhandler, limiting the number of new connections per second. Also fixed a bug in deleting a puppeted object.
|
2015-02-24 23:11:04 +01: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
|
Changed all src/ and ev references to evennia
|
2015-01-07 15:36:32 +01:00 |
|
amp.py
|
Turning off debug messages for OOB
|
2015-02-14 20:18:08 +01:00 |
|
evennia_launcher.py
|
Added better docstrings to subpackages and cleaned out some places which were unclear.
|
2015-02-23 17:46:42 +01:00 |
|
evennia_runner.py
|
Made sure to have the launcher send the gamedir as the first entry in the environment for the portal and launcher. This makes it possible to start evennia from anywhere in the game folder.
|
2015-02-10 00:12:41 +01:00 |
|
initial_setup.py
|
Refactored the way default channels are added.
|
2015-02-23 16:15:29 +01:00 |
|
manager.py
|
Further reworking, naming the library folder 'evennia' instead of lib or src.
|
2015-01-07 13:36:57 +01:00 |
|
models.py
|
Changed all src/ and ev references to evennia
|
2015-01-07 15:36:32 +01:00 |
|
oob_cmds.py
|
Cleaned up the call signature of OOB commands.
|
2015-02-14 23:06:41 +01:00 |
|
oobhandler.py
|
Updated webclient to use the latest refactored oob syntax.
|
2015-02-15 11:49:36 +01:00 |
|
server.py
|
Added better docstrings to subpackages and cleaned out some places which were unclear.
|
2015-02-23 17:46:42 +01:00 |
|
serversession.py
|
Fix MULTISESSION_MODE = 1
|
2015-02-28 09:49:41 +01:00 |
|
session.py
|
Further reworking, naming the library folder 'evennia' instead of lib or src.
|
2015-01-07 13:36:57 +01:00 |
|
sessionhandler.py
|
Fix MULTISESSION_MODE = 1
|
2015-02-28 09:49:41 +01: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
|
Fixed many path-related issues, getting closing to getting the server to boot.
|
2015-01-08 16:00:22 +01:00 |