Commit graph

6258 commits

Author SHA1 Message Date
Griatch
9b08bfe9c2 Correct grammar for maxnum chars reached. Resolves #2151 2020-07-18 21:56:34 +02:00
Griatch
5f6496b6a5 Black formatting artefact. Resolves #2158 2020-07-18 21:49:15 +02:00
Griatch
e5b96a2b79 Add tags= keywords to all create functions, with unit tests. Resolves #2160 2020-07-18 21:36:03 +02:00
Griatch
e7b91e11e7 Remove duplicate get_command_info in MuxCommand base. Resolves #2164 2020-07-18 19:40:02 +02:00
Griatch
1f506de12c Make CmdGet/Drop/Give give error if obj.move_to returns False. Resolves #2168. 2020-07-18 19:37:49 +02:00
Griatch
54e70a40b7 Add script.obj.dbref to scripts output. Resolves #2167 2020-07-18 19:25:37 +02:00
Griatch
e58147a7e5 Add .sort support for SaverList 2020-07-18 18:03:54 +02:00
Griatch
255ef3d4db Update gendersub in master too 2020-07-18 16:33:06 +02:00
Griatch
7aa6883b94 Cleanup of examine, escape inlinefuncs. Resolve #2172 2020-07-18 15:51:29 +02:00
Griatch
f7b4193c84 Add $random default inlinefunc because I expected it to be there 2020-07-17 14:25:24 +02:00
Griatch
98b040634b Update twisted dependency as per released CVEs 2020-07-17 11:47:23 +02:00
Griatch
5b63f9e155 Merge pull request #2157 from Puciek/master
Correcting curly brackets colors
2020-07-16 20:57:28 +02:00
Griatch
750922a613 Have EvTable width correctly handle asian alphabets as per #2166. 2020-07-15 23:18:53 +02:00
Griatch
a0ce1ea821 Add autodoc files 2020-07-12 20:07:24 +02:00
Griatch
463752e066 Updated API autodoc index. 2020-07-12 20:04:12 +02:00
Griatch
c52f505d00 Copy doc tools from develop 2020-07-12 20:03:09 +02:00
Griatch
ca97c9bda0 Merge branch 'master' of github.com:evennia/evennia 2020-07-04 00:12:56 +02:00
Griatch
ad59dde130 Extension to typeclass fix, to allow non-typeclass mixins 2020-07-04 00:12:12 +02:00
Tymoteusz Paul
6960025553 Correcting curly brackets colors 2020-06-30 23:07:37 +01:00
Griatch
0e203446a6 Merge pull request #2153 from bonnedav/patch-1
Make CmdOpen grant control to creator
2020-06-30 10:12:56 +02:00
bonnedav
ba7a6bc6f4 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
fff80c4752 Make sure to strip key/value of whitespace in lockfunc kwargs. Resolves #2150 2020-06-28 17:09:41 +02:00
Griatch
0c53f1bcc3 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
a84843d314 Pass category from objtag lockfunc. Resolve #2149 2020-06-28 11:22:07 +02:00
Griatch
a848960819 Update list_to_string to handle generators. Resolve #2120 2020-06-28 11:09:59 +02:00
Griatch
c8b056d06d Homogenize email-validation into one utility. Resolve #2143 2020-06-27 13:12:41 +02:00
Griatch
8f85bc1873 Fix cmdset merge with systemcmd. Resolves #2146 2020-06-27 12:56:58 +02:00
Griatch
efc9b87099 Remove procpool references from batchprocessor. Resolves #2145. 2020-06-26 21:27:44 +02:00
Griatch
5e6c52e2e6 Fix for typeclass app_label, and admin fix. Resolves #2112. 2020-06-26 21:17:07 +02:00
Griatch
e8b99175ad Fix setting app_label correctly for typeclass 2020-06-26 20:00:44 +02:00
Griatch
a721760da6 Allow guests for multisession_mode>1. Resolves #2098. Fix unit tests 2020-06-26 16:34:35 +02:00
Griatch
9d7461e21e Make sure to convert text output to text. Resolves #2102. 2020-06-26 14:02:13 +02:00
Griatch
1e40d8fbc0 Add maintenace task to portal, dropping db connection to resolve mysql timeouts. Resolves #2101. 2020-06-26 12:32:15 +02:00
Griatch
cc354cc223 Remove confusing contents-cache error. Resolves #1169 2020-06-26 11:37:34 +02:00
Griatch
2a79f623c4 Back-port some config/readme from develop 2020-06-14 20:20:43 +02:00
Griatch
cd88660c00 Update favicon also for master 2020-06-13 23:28:25 +02:00
Griatch
058ff22604 Update doc-deploy file 2020-06-13 12:37:21 +02:00
Griatch
2230900c55 Merge dev version of doc-deploy 2020-06-13 10:51:17 +02:00
Griatch
269fc3b1bc Changes to deploy mechanism 2020-06-13 10:43:28 +02:00
Griatch
f2dc22b22f Include toc in index 2020-06-12 22:38:11 +02:00
Griatch
1eab568021 Remove testing virtualenv 2020-06-12 22:15:51 +02:00
Griatch
a9ac877f6f Updated API autodoc index. 2020-06-12 22:04:08 +02:00
Griatch
ef506f0da6 Set branch whitelist 2020-06-12 22:04:01 +02:00
Griatch
f7bde74360 Add initial static-doc to master for proper versioning 2020-06-12 22:01:38 +02:00
Griatch
935c2c6eff Test tag error claim of #2139 2020-05-18 20:38:04 +02:00
Griatch
ece9dd6b1d Add extra unittest 2020-05-18 20:28:30 +02:00
Griatch
ad1169d900 Fix get_tag error. Resolve #2128 2020-05-18 20:25:26 +02:00
Griatch
703b307c40 Remove unused /reset switch from CmdCopy. Resolves #2136 2020-05-18 18:19:19 +02:00
Griatch
9a862eac4a Merge pull request #2138 from Henddher/improve_help_of_puzzles_use_command
Make Puzzle's use command user-friendly.
2020-05-18 00:19:02 +02:00
Griatch
7aa56221e7 Disabling github action for the mysql test for now
At this time the mysql database spun up by github actions is not
possible to connect to once evennia starts. It's unclear why this is.
2020-05-18 00:16:13 +02:00