evennia/evennia/server
2015-02-02 20:14:28 +01:00
..
migrations Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
portal Fixed bugs, made server start. Still cannot reload. 2015-01-08 19:56:54 +01:00
testing Refactored the devel/bin structure to hopefully make the system work better on Windows. 2015-02-02 20:14:28 +01:00
__init__.py Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
admin.py Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
amp.py Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
caches.py Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
evennia_launcher.py Refactored the devel/bin structure to hopefully make the system work better on Windows. 2015-02-02 20:14:28 +01:00
evennia_runner.py Refactored the devel/bin structure to hopefully make the system work better on Windows. 2015-02-02 20:14:28 +01:00
initial_setup.py Fixes to initial_startup. 2015-01-18 21:40:14 +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 Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
oobhandler.py Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
server.py Changed how the server updates the changed typeclasses. Rather than initializing the objects, this fix handles it by writing the new fields to the database directly (which is much faster to boot). This resolves #636, but there are still some cases where it might be dangerous to not replace a faulty typeclass with a default one, so might still need to add that. 2015-01-15 22:49:52 +01:00
serversession.py Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +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 Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
tests.py Fixed unittest-runner's lookup of new directory structure 2015-01-18 14:31:01 +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