evennia/evennia
2015-10-11 18:49:38 +02:00
..
commands Converted a large part of utils/ folder to google code docstrings as per #709. 2015-09-27 20:24:03 +02:00
comms Rename display_name and improve docstrings. 2015-06-20 16:31:36 -05:00
contrib Fixed a lingering bug where the call signature of a call to at_search_result from the tutorial_world was not updated properly. Resolves #809. 2015-10-01 10:30:17 +02:00
game_template Updated the game template to match changes from previous commit. 2015-09-27 13:08:25 +02:00
help Translated help system to use Google-style docstrings, as per #709. 2015-05-17 12:54:10 +02:00
locale Updated some locale files. 2015-03-08 00:01:12 +01:00
locks Made lockhandler.delete be called lockhandler.remove to match all other handlers. Kept the old one as a deprecated alias. 2015-09-26 18:56:14 +02:00
objects A lingering wrong call to at_search_result that was missed in the previous changes. Resolves #813. 2015-10-08 10:59:21 +02:00
players Made player.idle_time and player.connection_time into properties. 2015-09-27 19:59:01 +02:00
scripts Removing a debug in scripts. 2015-09-29 21:48:48 +02:00
server Reworked the flow of the data property through AMP to fix inconsistencies and make some overall cleanup of the arguments used to send AMP messages. Resolves #815. 2015-10-11 18:49:38 +02:00
typeclasses Further refinement of the rpsystem contrib, making a more reasonable division of typeclass functionality 2015-09-26 18:56:13 +02:00
utils Fixed a regression introduced in rev eb2bd8d that made the webclient fail when loading text2html. 2015-10-01 01:18:17 +02:00
web Changed how the webclient looks up the webcocket_url. This auto-lookups the url while still respecting a custom given settings.WEBSOCKET_CLIENT_URL (for proxy setups?). This means settings.WEBSOCKET_CLIENT_URL is now defaulting to None. Resolves #806. 2015-09-27 09:57:23 +02:00
__init__.py Re-added reference to settings in flat API. Resolves #719. 2015-03-19 18:58:22 +01:00
settings_default.py Removed SEARCH_AT_MULTIMATCH_INPUT and SEARCH_AT_MULTIMATCH_CMD settings and connected functions - these are no longer individually overloadable. SEARCH_AT_RESULT function now handles all error reporting. Also added SEARCH_MULTIMATCH_SEPARATOR to make it easy to replace the character used to separate multi-matches (1-box, 2-box is using '-' by default), in response to #795. Also moved the default SEARCH_AT_RESULT function from the cmdparser to evennia.utils.utils. 2015-09-27 13:05:29 +02:00
VERSION.txt PIP packaging with setup.py, and fixes for bugs revealed by this. 2015-01-15 06:20:19 -06:00