Griatch
fcf98d0c07
Merge branch 'master' into develop
2020-07-20 22:25:33 +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
2a7c2674f4
Merge branch 'change_ic_behavior' into develop
2020-07-20 22:17:05 +02:00
Griatch
734fafecc2
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:12:49 +02:00
Griatch
513b1e13c9
Merge branch 'master' into develop
2020-07-19 10:54:12 +02:00
Griatch
56b11b0dec
Make INLINEFUNC_STACK_MAXSIZE default visible in settings_default. Resolves #2173 .
2020-07-19 10:30:30 +02:00
Griatch
da3a6d25c4
Resolve merge conflicts
2020-07-18 23:30:23 +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
44e5281b17
Resolve merge conflicts
2020-07-18 18:06:13 +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
5c8d2921a6
Fix gendersub, add new unittest
2020-07-18 16:10:28 +02:00
Griatch
a795059d04
Resolve merge conflicts
2020-07-18 15:56:47 +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
bc86453195
Resolve merge conflicts
2020-07-15 23:18:38 +02:00
Griatch
a5fb6ec3ed
Have EvTable width correctly handle asian alphabets
2020-07-15 23:16:57 +02:00
Griatch
10153cdbda
Update changelog with missing line
2020-07-15 19:51:32 +02:00
Griatch
68e047dfd2
Merge changes from master
2020-07-15 18:07:45 +02:00
Griatch
1f2be2d1e5
Remove leftover layout file
2020-07-15 18:03:13 +02:00
Griatch
9016a5d21c
Use latest sphinx-multiversion
2020-07-13 22:29:56 +02:00
Griatch
70d144199c
Fixes to auto-link remapper
2020-07-12 22:13:47 +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
40142d7dfe
Rename Contrib to Contribs in docs
2020-07-12 17:36:01 +02:00
Griatch
24ba76c6b4
Doc refactor/renaming
2020-07-12 17:33:52 +02:00
Griatch
36caf5ee22
Start to clean up docs
2020-07-11 00:52:34 +02:00
Griatch
9ce52291be
Fixed all errors in doc building
2020-07-11 00:27:10 +02:00
Griatch
2f280e8a88
Almost completed refactoring of source docstrings for new doc system
2020-07-10 22:47:37 +02:00
Griatch
f74160b993
Remove tests from api doc
2020-07-10 20:04:43 +02:00
Griatch
77bc87b3cc
Modify package template
2020-07-10 17:58:07 +02:00
Griatch
252124d703
Rename docstring Kwargs to Keyword Args
2020-07-10 15:57:57 +02:00
Griatch
9b907eae57
Post-process docstring output
2020-07-10 14:14:34 +02:00
Griatch
70ab2cf427
Fix all failing links and warnings
2020-07-09 00:06:50 +02:00
Griatch
8408701712
Adding missing component pages
2020-07-08 23:18:14 +02:00
Griatch
4dd526522d
Start to fix references
2020-07-08 22:45:01 +02:00
Griatch
3fba5ba24b
Remapping urls
2020-07-08 21:55:19 +02:00