Commit graph

8280 commits

Author SHA1 Message Date
Griatch
680a49416e Try to fix closed-protocol error from dirty-closed webclient 2020-09-17 23:04:41 +02:00
Griatch
9cdc37355c Resolve merge conflicts 2020-09-16 23:49:05 +02:00
Griatch
478b2eed14 Fix bug in module-prototype loading. Resolve #2195. 2020-09-16 23:37:55 +02:00
Griatch
5b9154d15c Fix cmdhandler regression related to earlier fix. Resolves #2190 2020-09-16 23:29:50 +02:00
Griatch
68f4e9041a Some fixes to the connection wizard; Add MSSP guide. 2020-09-16 19:55:10 +02:00
Griatch
488707b5b9 Fix django requirements for current LTS version 2020-09-15 20:54:31 +02:00
Griatch
4284e5be1e Implement new EvMore functionality. Resolves #2126 2020-09-14 23:35:21 +02:00
Griatch
7307887185 Fix optimized prototype search mechanism. Still no dual db/mod search 2020-09-14 23:35:21 +02:00
Griatch
f61c80caf7 Add width logic for prototype display. Still no mix of module and db prototypes in list 2020-09-14 23:35:21 +02:00
Griatch
d607bbb0fc Optimize EvMore for prototypes, as per #2126 2020-09-14 23:35:21 +02:00
Griatch
a1410ef30f Merge pull request #2192 from davewiththenicehat/master
gendersub msg method removed positional argument
2020-09-10 14:45:36 +02:00
davewiththenicehat
e85ff125fb gendersub msg method removed positional argument
`text` in the msg method of GenderSub is a positional argument causing it to not function as expected in regard to projects documentation on the DefaultObject.msg method.
This changes text to being an optional kwarg.
2020-09-10 08:29:23 -04:00
Griatch
e7efffd629 Use assertCountEqual for better handling db variations 2020-09-06 20:02:21 +02:00
Griatch
c051d15f5c Update prototype example module 2020-09-06 13:09:43 +02:00
Griatch
b086e95e19 Fix unittest for postgres ordering 2020-09-06 10:48:50 +02:00
Griatch
c4a9e620e9 Add two default commands to __all__ tuple. Resolve #2189 2020-09-05 23:34:08 +02:00
Griatch
98bb8f6f79 Optimize queries for prototype lookup, as part of #2126. 2020-09-05 23:30:08 +02:00
Griatch
f0edd37a6f Merge pull request #2188 from davewiththenicehat/master
tutorial_examples/example_batch_code interactive patch
2020-09-03 08:42:19 +02:00
Griatch
cfc1a0bca0 Merge pull request #2178 from luyijun/myfix
Fix a bug that script whose db_interval is 0 will be run when call its start method twice.
2020-09-03 08:39:21 +02:00
davewiththenicehat
3e43bafaf9 Update example_batch_code.py
Updated so /interactive switch works as expected for tutorial: https://github.com/evennia/evennia/wiki/Batch-Code-Processor
2020-09-02 17:25:39 -04:00
davewiththenicehat
2818b90f89 Merge pull request #1 from evennia/master
Updating before submitting PR.
2020-09-02 17:21:06 -04:00
Griatch
9040aafb05 Make at_post_cmd() run after func() also for delayed commands. Resolve #2179 2020-09-01 22:58:54 +02:00
Griatch
1e5c302e9b Use localtime for MudInfo channel output. Resolves #2182. 2020-09-01 22:37:07 +02:00
Griatch
bf8d41562d Default to attrread as locktype for Attribute read access. Resolve #2185 2020-09-01 20:40:48 +02:00
Griatch
7fd29a9093 Fix settings-reset functionality. Resolve #2187 2020-09-01 20:35:16 +02:00
Griatch
2a392c290d Fix error in pluralization inflection. Resolves #2183. 2020-09-01 19:10:07 +02:00
Griatch
451c45d20b Fix of unittest to account for mysql/psql variations 2020-08-31 19:38:57 +02:00
Griatch
d022c9c7bc Fix unittest error for dice contrib 2020-08-06 00:22:48 +02:00
luyijun
e69cce9925 Fix a bug that script whose db_interval is 0 will be run when call its start method twice. 2020-08-02 10:48:47 +08:00
Griatch
42612c92a7 Add stack support for object.search 2020-07-31 23:24:13 +02:00
Griatch
7015b4992d Recovered my old where-do-I-begin article from Imaginary Realities and adopted it into tutorial 2020-07-31 20:52:18 +02:00
Griatch
eca9ed4d78 Wrote introduction to tutorial-game coding section 2020-07-31 19:25:22 +02:00
Griatch
c2af8d2889 Refactor starting tutorial intro pages 2020-07-31 18:40:48 +02:00
Griatch
397b5feedf Clean up client grid 2020-07-31 18:15:53 +02:00
Griatch
dd6a7875bf Clean up api doc header suprocessing, other fixes 2020-07-31 16:11:30 +02:00
Griatch
ba717a437e More work on docs for starting-tut 2020-07-30 20:06:57 +02:00
Griatch
d95a9447e7 Merge branch 'master' into develop 2020-07-28 23:47:35 +02:00
Griatch
829baa1198 Fix width of examine separator line. Resolve #2177. 2020-07-28 23:47:03 +02:00
Griatch
3a16b097cd Add some more docs 2020-07-28 23:39:04 +02:00
Griatch
cde208e998 Rework game-planning docs for new manual 2020-07-28 00:16:12 +02:00
Griatch
fcb8f3ff9f Finish up doc on sittables 2020-07-27 22:04:07 +02:00
Griatch
8e9fa2d1cd Fix merge conflicts 2020-07-27 21:14:36 +02:00
Griatch
b24d4f0e1e Run black on sources; add black config 2020-07-27 21:12:06 +02:00
Griatch
0df87037e7 Ran black on sources, add black config 2020-07-27 21:09:13 +02:00
Griatch
abe4b1e4ee Merge branch 'master' into develop 2020-07-27 20:44:54 +02:00
Griatch
b5d148b00a Optimize/fix searching objects by-attribute-value 2020-07-27 20:44:18 +02:00
Griatch
23767f4205 Fix single-attribute examine on not-found 2020-07-27 15:16:46 +02:00
Griatch
7c9705d90a Fix bug in examine attrvalue. Resolves #2175. 2020-07-27 14:56:43 +02:00
Griatch
85cc0a431d Merge branch 'master' into develop 2020-07-20 22:25:33 +02:00
Griatch
dd5c6274b7 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