Ahmed Charles
|
b4cc24e655
|
Improve help command.
|
2015-10-17 07:23:19 +00:00 |
|
Ahmed Charles
|
cba12699fd
|
Fix typos in documentation.
|
2015-10-17 09:07:40 +02:00 |
|
Griatch
|
cd211d9901
|
Added a mention of the use of caller.ndb._menutree in the docs to EvMenu.
|
2015-10-17 09:05:49 +02:00 |
|
Griatch
|
0c7ee1bdfc
|
Fixed a bug in search error reporting. Made accept to change a player's name. Closes PR: Resolves #820, Resolves #821, Resolves #822, Resolves #823.
|
2015-10-16 22:34:40 +02:00 |
|
Ahmed Charles
|
7037ac2e5f
|
Fix typo in menusystem.py.
|
2015-10-16 22:23:38 +02:00 |
|
Ahmed Charles
|
030e252f36
|
The rest of Evennia uses lowercase i in UnloggedinCmdSet.
|
2015-10-16 22:23:38 +02:00 |
|
Ahmed Charles
|
3cfee6dc87
|
Fix comments about connection_screens.py
|
2015-10-16 22:23:38 +02:00 |
|
Ahmed Charles
|
a745a47d5a
|
Remove extra space in comment.
|
2015-10-16 22:23:38 +02:00 |
|
Griatch
|
767cb693f3
|
Update settings.py
|
2015-10-15 17:02:10 +02:00 |
|
Griatch
|
f111753e0f
|
Forcing pillow 2.9.0 for now to avoid the new forced dependencies introduced in 3.0.
|
2015-10-13 22:47:37 +02:00 |
|
Griatch
|
c191996975
|
Changed so that channel names can use any case. Resolves #814.
|
2015-10-11 19:22:14 +02:00 |
|
Griatch
|
90c6ade56d
|
Made sure the command sends raw evals as raw data. Resolves #816. This removes color completely from raw evals but they will still be present if using self.msg() in the evaluation (if doing so, this particular side effect still exists too though).
|
2015-10-11 19:08:32 +02:00 |
|
Griatch
|
1348fae5a0
|
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 |
|
Griatch
|
6a11da1714
|
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 |
|
Griatch
|
cf2d283707
|
Removed a debug printout.
|
2015-10-02 20:27:20 +02:00 |
|
Russell Jones
|
06c3dc0ed3
|
Run "futurize -1 -w -n ."
|
2015-10-01 20:00:28 +01:00 |
|
Griatch
|
7f11256fc8
|
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 |
|
Griatch
|
d5f70b6524
|
Fixed a regression introduced in rev eb2bd8d that made the webclient fail when loading text2html.
|
2015-10-01 01:18:17 +02:00 |
|
Griatch
|
873c46ed8c
|
Clarifying a docstring in amp.py.
|
2015-09-29 21:55:28 +02:00 |
|
Griatch
|
4bb3f7c8c0
|
Removing a debug in scripts.
|
2015-09-29 21:48:48 +02:00 |
|
Griatch
|
5b70a38a2e
|
Implemented script.reset_callcount and script.restart to allow for modification of in-situ modification of the runtime characteristics of a Script. Resolves #794.
|
2015-09-29 21:43:03 +02:00 |
|
Griatch
|
f73dc81274
|
This concludes the translation of Evennia's docstrings to Google style. This Resolves #709.
|
2015-09-27 20:24:03 +02:00 |
|
Griatch
|
eb2bd8d44c
|
Converted a large part of utils/ folder to google code docstrings as per #709.
|
2015-09-27 20:24:03 +02:00 |
|
Griatch
|
fc4beed9ca
|
Made player.idle_time and player.connection_time into properties.
|
2015-09-27 19:59:01 +02:00 |
|
Andrew Ryan Bastien
|
3d36cd343a
|
- Adding support for connection_time and idle_time methods to DefaultPlayer.
|
2015-09-27 19:59:01 +02:00 |
|
Griatch
|
5d32d4f94e
|
Added a command recursion limit to cmdhandler, raising a clean exception if a command calls other commands to a too nested level (10 levels down, if you use commands to that nesting level you are doing something wrong anyway). See #765.
|
2015-09-27 13:44:06 +02:00 |
|
Griatch
|
9478177e55
|
Updated the game template to match changes from previous commit.
|
2015-09-27 13:08:25 +02:00 |
|
Griatch
|
2743f98fb0
|
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 |
|
Griatch
|
5429ede5f7
|
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 |
|
Griatch
|
27bde5129b
|
Fixed a simple typo bug in urls.py that made the webclient fail after latest devel merger.
|
2015-09-27 09:55:31 +02:00 |
|
Griatch
|
3cc7f614c0
|
Removed some more spurious code comments.
|
2015-09-27 02:22:34 +02:00 |
|
Griatch
|
a338f01598
|
Removing debugs.
|
2015-09-26 23:26:53 +02:00 |
|
Griatch
|
8ff1cf91dc
|
Fixed error in language format input.
|
2015-09-26 23:26:07 +02:00 |
|
Griatch
|
3eca82ae3b
|
Further tweaks.
|
2015-09-26 22:56:46 +02:00 |
|
Griatch
|
dd6b0cfb34
|
Minor textual update.
|
2015-09-26 22:56:28 +02:00 |
|
Griatch
|
38e0998ef2
|
More information on masked state.
|
2015-09-26 22:52:21 +02:00 |
|
Griatch
|
993f4cbb9d
|
Added handling of mask command with spurios letters at end.
|
2015-09-26 22:27:27 +02:00 |
|
Griatch
|
350ef90a82
|
Fixed unittests to match changes to regex patterns.
|
2015-09-26 22:24:45 +02:00 |
|
Griatch
|
7625306b44
|
Worked out some edge cases in masking sdescs, some other side cases remains.
|
2015-09-26 22:14:20 +02:00 |
|
Griatch
|
d62dd9afab
|
Fixed an inconsistency in director stance.
|
2015-09-26 19:30:07 +02:00 |
|
Griatch
|
faaf26e0de
|
Minor touchup.
|
2015-09-26 18:56:14 +02:00 |
|
Griatch
|
f6556b426e
|
Added documentation to rpsystem
|
2015-09-26 18:56:14 +02:00 |
|
Griatch
|
0cb2daad83
|
Further work on tweaking the emote system.
|
2015-09-26 18:56:14 +02:00 |
|
Griatch
|
382846ae08
|
Added masking possibility to recog system.
|
2015-09-26 18:56:14 +02:00 |
|
Griatch
|
a8e75dde7f
|
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 |
|
Griatch
|
35583daed2
|
Started adding parsing to pose.
|
2015-09-26 18:56:14 +02:00 |
|
Griatch
|
bd39f1548e
|
Some unittest updates.
|
2015-09-26 18:56:14 +02:00 |
|
Griatch
|
e9148bc0f6
|
Added unittests for rplanguage and rpsystem contribs.
|
2015-09-26 18:56:14 +02:00 |
|
Griatch
|
21878436f8
|
Set up the languagehandler correctly.
|
2015-09-26 18:56:14 +02:00 |
|
Griatch
|
2442422f9e
|
Integrated rpsystem with rplanguage to a greater degree.
|
2015-09-26 18:56:14 +02:00 |
|