Commit graph

7516 commits

Author SHA1 Message Date
Griatch
25c1526fc4 Fix unittest for postgres ordering 2020-09-06 10:48:50 +02:00
Griatch
61f389bccb Add two default commands to __all__ tuple. Resolve #2189 2020-09-05 23:34:08 +02:00
Griatch
b9d3dae76e Optimize queries for prototype lookup, as part of #2126. 2020-09-05 23:30:08 +02:00
Griatch
03f66f1e68
Merge pull request #2188 from davewiththenicehat/master
tutorial_examples/example_batch_code interactive patch
2020-09-03 08:42:19 +02:00
Griatch
0465165378
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
709515a332 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
094a100f34
Merge pull request #1 from evennia/master
Updating before submitting PR.
2020-09-02 17:21:06 -04:00
Griatch
4ba2f444ff Make at_post_cmd() run after func() also for delayed commands. Resolve #2179 2020-09-01 22:58:54 +02:00
Griatch
29b381fbe6 Use localtime for MudInfo channel output. Resolves #2182. 2020-09-01 22:37:07 +02:00
Griatch
09e53d5efe Default to attrread as locktype for Attribute read access. Resolve #2185 2020-09-01 20:40:48 +02:00
Griatch
ad7a8ae0d1 Fix settings-reset functionality. Resolve #2187 2020-09-01 20:35:16 +02:00
Griatch
1d233aa8f0 Fix error in pluralization inflection. Resolves #2183. 2020-09-01 19:10:07 +02:00
Griatch
40efd23ad5 Fix of unittest to account for mysql/psql variations 2020-08-31 19:38:57 +02:00
Griatch
c3831ea09c Fix unittest error for dice contrib 2020-08-06 00:22:48 +02:00
luyijun
a46acda634 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
cb39b919cf Add stack support for object.search 2020-07-31 23:24:13 +02:00
Griatch
15872a54d2 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
0c4b0e1fab Wrote introduction to tutorial-game coding section 2020-07-31 19:25:22 +02:00
Griatch
5a6b9f4699 Refactor starting tutorial intro pages 2020-07-31 18:40:48 +02:00
Griatch
ff6c307c02 Clean up client grid 2020-07-31 18:15:53 +02:00
Griatch
eae2c59d60 Clean up api doc header suprocessing, other fixes 2020-07-31 16:11:30 +02:00
Griatch
3b1e89fbe2 More work on docs for starting-tut 2020-07-30 20:06:57 +02:00
Griatch
5dffd83360 Merge branch 'master' into develop 2020-07-28 23:47:35 +02:00
Griatch
343d93d50f Fix width of examine separator line. Resolve #2177. 2020-07-28 23:47:03 +02:00
Griatch
a1cc60e3ac Add some more docs 2020-07-28 23:39:04 +02:00
Griatch
3623ee78b4 Rework game-planning docs for new manual 2020-07-28 00:16:12 +02:00
Griatch
035639b8e9 Finish up doc on sittables 2020-07-27 22:04:07 +02:00
Griatch
d9cdff53f1 Fix merge conflicts 2020-07-27 21:14:36 +02:00
Griatch
1d5f27b820 Run black on sources; add black config 2020-07-27 21:12:06 +02:00
Griatch
a22ca9a925 Ran black on sources, add black config 2020-07-27 21:09:13 +02:00
Griatch
c405c909f1 Merge branch 'master' into develop 2020-07-27 20:44:54 +02:00
Griatch
bfe5f6c4c1 Optimize/fix searching objects by-attribute-value 2020-07-27 20:44:18 +02:00
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
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