evennia/evennia
2015-02-22 17:46:54 +01:00
..
commands Update channel handlers when creating a channel. 2015-02-19 21:45:03 +01:00
comms Added captalized names for singleton handlers in the main package api, like TICKER_HANDLER and OOB_HANDLER rather than tickerhandler and oobhandler. 2015-02-14 22:01:53 +01:00
contrib Reworked tutorial world objects, starting with mob. 2015-02-22 17:46:54 +01:00
game_template Renamed commands/commands.py back to commands/command.py, it is confusing Python to import from inside a package with a module named the same as the package - since Python always searches the current directory first, it will try to import from the internal module and not from the external package, leading to not finding the contents of the package. This appears to be more a limitation of the package structure than with Evennia, so solving it the simplest way. 2015-02-15 22:00:49 +01:00
help Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
locale Removed mention of ROOT_DIR, deleted docs/ directory and moved locale/ under evennia/. 2015-02-09 22:31:23 +01:00
locks Merge branch 'patch-2' of https://github.com/ahmedcharles/evennia into ahmedcharles-patch-1 2015-02-13 07:39:15 +01:00
objects Made the REPORT command work, not surviving a reload yet. 2015-02-14 12:20:06 +01:00
players Extend Player.search with custom messages. 2015-02-19 21:45:03 +01:00
scripts Implemented GMCP with the new oobhandler. Resolves #208. 2015-02-14 19:46:25 +01:00
server Make sure evennia is initialized even when running single app test suite. 2015-02-21 23:29:36 -06:00
tests Reworked batchprocessor to correctly handle paths. Started looking at changing loation of some other folders. 2015-02-09 22:18:52 +01:00
typeclasses Fixed some bugs in new oobhandler mechanism to make tests work again, but oobhandler is still not tested. 2015-02-13 08:09:29 +01:00
utils Fixed some bugs in new oobhandler mechanism to make tests work again, but oobhandler is still not tested. 2015-02-13 08:09:29 +01:00
web Updated webclient to use the latest refactored oob syntax. 2015-02-15 11:49:36 +01:00
__init__.py Added captalized names for singleton handlers in the main package api, like TICKER_HANDLER and OOB_HANDLER rather than tickerhandler and oobhandler. 2015-02-14 22:01:53 +01:00
settings_default.py Made dummyrunner work with a settings mixin for setting the hasher and permission of clients. MUCH faster dummyrunner operation now! 2015-02-10 21:13:10 +01:00
VERSION.txt PIP packaging with setup.py, and fixes for bugs revealed by this. 2015-01-15 06:20:19 -06:00