Commit graph

6266 commits

Author SHA1 Message Date
Griatch
897daeb2e4 Fix single-attribute examine on not-found 2020-07-27 15:16:46 +02:00
Griatch
54de527d65 Fix bug in examine attrvalue. Resolves #2175. 2020-07-27 14:56:43 +02:00
Griatch
dc377d2840 Make ic command better handle multiple-matches.
Resolves #1923. This changes the `ic` command so non-privileged
users will search through their `_playable_characters` Attribute list.

Privileged (Builder+) users will use their `_playable_characters` list,
but if they are already puppeting a char in the same location as an
object with the given name, this will be used instead. Only if no match
is found neither in `_playable_characters` nor in the current location
will a global search for a puppetable target be done (and only for
Builders+)
2020-07-20 22:25:23 +02:00
Griatch
56b11b0dec Make INLINEFUNC_STACK_MAXSIZE default visible in settings_default. Resolves #2173. 2020-07-19 10:30:30 +02:00
Griatch
8187f742ab Add unittest for Attr/Tag.batch_add, clarify docstrings. Resolves #2125 2020-07-18 23:10:46 +02:00
Griatch
6dc68acd1d Ensure uniqueness of Msg sender_strings list. Resolves #2127. 2020-07-18 22:47:40 +02:00
Griatch
7b13553f25 Make DefaultObject/Room/Exit's argument optional. Also resolves #2162. 2020-07-18 22:37:43 +02:00
Griatch
2ed485b2b2 Doc fix in tag docstring. Resolves #2155 2020-07-18 21:59:40 +02:00
Griatch
5c3049a438 Correct grammar for maxnum chars reached. Resolves #2151 2020-07-18 21:56:34 +02:00
Griatch
d042b441ce Black formatting artefact. Resolves #2158 2020-07-18 21:49:15 +02:00
Griatch
2d61f36ff4 Add tags= keywords to all create functions, with unit tests. Resolves #2160 2020-07-18 21:36:03 +02:00
Griatch
100fc7b5bf Remove duplicate get_command_info in MuxCommand base. Resolves #2164 2020-07-18 19:40:02 +02:00
Griatch
006e8aeee8 Make CmdGet/Drop/Give give error if obj.move_to returns False. Resolves #2168. 2020-07-18 19:37:49 +02:00
Griatch
710d3e2143 Add script.obj.dbref to scripts output. Resolves #2167 2020-07-18 19:25:37 +02:00
Griatch
94e34ce87e Add .sort support for SaverList 2020-07-18 18:03:54 +02:00
Griatch
ef05044e8c Update gendersub in master too 2020-07-18 16:33:06 +02:00
Griatch
cb2a4cc193 Cleanup of examine, escape inlinefuncs. Resolve #2172 2020-07-18 15:51:29 +02:00
Griatch
33630e19d7 Add $random default inlinefunc because I expected it to be there 2020-07-17 14:25:24 +02:00
Griatch
ae7ed38b19 Update twisted dependency as per released CVEs 2020-07-17 11:47:23 +02:00
Griatch
f865580bb9
Merge pull request #2157 from Puciek/master
Correcting curly brackets colors
2020-07-16 20:57:28 +02:00
Griatch
7c05c9ade6 Have EvTable width correctly handle asian alphabets as per #2166. 2020-07-15 23:18:53 +02:00
Griatch
d65fab164d Add autodoc files 2020-07-12 20:07:24 +02:00
Griatch
36ff16d70f Updated API autodoc index. 2020-07-12 20:04:12 +02:00
Griatch
6af2fc6819 Copy doc tools from develop 2020-07-12 20:03:09 +02:00
Griatch
bd65641755 Merge branch 'master' of github.com:evennia/evennia 2020-07-04 00:12:56 +02:00
Griatch
e335bbe9d1 Extension to typeclass fix, to allow non-typeclass mixins 2020-07-04 00:12:12 +02:00
Tymoteusz Paul
fa6745a1fe
Correcting curly brackets colors 2020-06-30 23:07:37 +01:00
Griatch
7f8e31e6f9
Merge pull request #2153 from bonnedav/patch-1
Make CmdOpen grant control to creator
2020-06-30 10:12:56 +02:00
bonnedav
01084ce370
Make CmdOpen grant control to creator
Fixes #2152
Not tested but based on existing code in CmdCreate so I imagine it will work.
2020-06-29 21:59:18 -06:00
Griatch
a3edbca209 Make sure to strip key/value of whitespace in lockfunc kwargs. Resolves #2150 2020-06-28 17:09:41 +02:00
Griatch
a1014089d3 Fix return type for all situations of get_all_scripts manager method, as inspired by #2117 2020-06-28 11:37:17 +02:00
Griatch
0f0ddcd6be Pass category from objtag lockfunc. Resolve #2149 2020-06-28 11:22:07 +02:00
Griatch
67cc36e86e Update list_to_string to handle generators. Resolve #2120 2020-06-28 11:09:59 +02:00
Griatch
143137cc3e Homogenize email-validation into one utility. Resolve #2143 2020-06-27 13:12:41 +02:00
Griatch
072d480439 Fix cmdset merge with systemcmd. Resolves #2146 2020-06-27 12:56:58 +02:00
Griatch
d5a59cb618 Remove procpool references from batchprocessor. Resolves #2145. 2020-06-26 21:27:44 +02:00
Griatch
1e692d1bf5 Fix for typeclass app_label, and admin fix. Resolves #2112. 2020-06-26 21:17:07 +02:00
Griatch
2e4f7e5744 Fix setting app_label correctly for typeclass 2020-06-26 20:00:44 +02:00
Griatch
61cc1c5aa9 Allow guests for multisession_mode>1. Resolves #2098. Fix unit tests 2020-06-26 16:34:35 +02:00
Griatch
f7c1a73a20 Make sure to convert text output to text. Resolves #2102. 2020-06-26 14:02:13 +02:00
Griatch
9c0083d272 Add maintenace task to portal, dropping db connection to resolve mysql timeouts. Resolves #2101. 2020-06-26 12:32:15 +02:00
Griatch
9de21ca51b Remove confusing contents-cache error. Resolves #1169 2020-06-26 11:37:34 +02:00
Griatch
ff11fbd8c3 Back-port some config/readme from develop 2020-06-14 20:20:43 +02:00
Griatch
1a0d716f27 Update favicon also for master 2020-06-13 23:28:25 +02:00
Griatch
358f6a81d4 Update doc-deploy file 2020-06-13 12:37:21 +02:00
Griatch
e26784fd4a Merge dev version of doc-deploy 2020-06-13 10:51:17 +02:00
Griatch
44f5df2e2c Changes to deploy mechanism 2020-06-13 10:43:28 +02:00
Griatch
9151517d5e Include toc in index 2020-06-12 22:38:11 +02:00
Griatch
1af241bcff Remove testing virtualenv 2020-06-12 22:15:51 +02:00
Griatch
fef18b6d3f Updated API autodoc index. 2020-06-12 22:04:08 +02:00