Commit graph

184 commits

Author SHA1 Message Date
Griatch
87c5c7c168 Keep GMCP case if outputfunc is capitalized. Resolve #2300. 2021-08-17 20:25:00 +02:00
Griatch
eccb355f5b Merged script/scripts commands. Resolve #1502 2021-08-07 23:11:21 +02:00
Griatch
b737ccd2ea Better handle using typeclass-cmd with mismatched db table. Resolve #2350. 2021-08-06 23:44:48 +02:00
Griatch
651acb8c8a Avoid yield-command crossover problems. Add .retain_instance ability for Command class for implementing state execution. 2021-08-06 15:59:48 +02:00
Griatch
fb9d89eeaa Add stop_task kwarg to help Script delete-on-stop. Resolve #2455. 2021-08-03 22:15:41 +02:00
Griatch
466f07eca4 Add XYZgrid contrib api files, prepare for merge 2021-07-23 00:19:28 +02:00
Griatch
bc59219a2a Update changelog for extra-launher-command setting 2021-07-04 21:55:14 +02:00
Griatch
5b4cbbc7f9 Changed clickable help-links to default to True 2021-06-20 11:20:33 +02:00
Griatch
c48e12f520 Formatting/style updates to new tasks command 2021-06-19 13:54:55 +02:00
Griatch
4b429f291b Fix merge conflicts 2021-06-19 12:40:30 +02:00
fariparedes
68f33508e7 Add MXP support for anchor tags 2021-06-18 14:29:46 -04:00
fariparedes
29517bb209 Update iter_to_string with handling for list size of 2 2021-06-18 14:11:56 -04:00
Griatch
9641f7c260 Update dummyrunner docs 2021-06-02 10:17:04 +02:00
Griatch
2e67f9d700 Add lock-handling to FileHelp, add warnings to sethelp 2021-05-30 20:17:46 +02:00
Griatch
407a5642c4 Add api customization templates 2021-05-23 18:27:50 +02:00
Griatch
6e2cc68442 Cleaned up default website css. Renamed app.css to website.css' 2021-05-23 00:18:27 +02:00
Griatch
470ef47154 Up django version to 3.2 2021-05-15 11:02:57 +02:00
Griatch
954213e16f Add Msg.db_receiver_external field. Resolve #2193. 2021-05-15 09:12:42 +02:00
Griatch
1216102086 Run migrations! Added data migration for channel aliases 2021-05-14 23:39:42 +02:00
Griatch
ce494a16b0 Add PROTOTYPE_LIST support when loading module-prototypes 2021-05-11 19:41:28 +02:00
Griatch
92624fc2c7 New FileHelp system to create help entries from external files 2021-05-08 15:11:53 +02:00
Griatch
2638db73f4 Adopt old comm commands to new channel system. Allow using page without an equal sign if target name has no spaces. Not passing tests 2021-05-02 23:18:29 +02:00
Griatch
dca152469b Add function to easily create yes/no user question 2021-04-16 00:41:19 +02:00
Griatch
4b18fbc2a1 Improved Italian i18n (user rpolve) 2021-04-06 21:46:02 +02:00
Griatch
27de2c2dde Add verb conjugation module 2021-03-22 00:47:27 +01:00
Griatch
262bfdb669 Make Funcparser support non-string returns; more tests 2021-03-20 00:23:29 +01:00
Griatch
6a9ed96a0e Refactor CommandTest, inspired by PR #2326 by @davewiththenicehat 2021-03-14 16:22:21 +01:00
Griatch
8de5284b28 [feat] Script refactor; decouple timer component from script lifetime. Resolve #1715 2021-03-07 10:34:01 +01:00
Griatch
b5ddc52536 Make evennia lib importable without created gamedir 2021-02-27 13:39:14 +01:00
Griatch
8563743453 Update changelog 2021-02-09 20:59:56 +01:00
Griatch
5831580f3e Fix typo on UnixCommandClass contrib. Resolves #2305 2021-01-18 22:13:00 +01:00
Griatch
5f91e5b331 Changes to noun-handling and retain ellipsis in rplanguage contrib 2020-12-05 11:24:10 +01:00
Griatch
209f895b27 Add documentation for new crafting contrib 2020-11-28 23:19:57 +01:00
Griatch
e45d062fcd Update changelog 2020-11-14 16:06:45 +01:00
Griatch
42cc51356f Don't allow 3-box with only two boxes in room. Resolve #2206. 2020-11-13 21:00:07 +01:00
Griatch
c30e2a4629 Fix merge conflicts 2020-10-26 21:53:15 +01:00
Griatch
8b5359d4be Update CHANGELOG again 2020-10-21 21:04:59 +02:00
Griatch
db2f26b573 Update CHANGELOG 2020-10-21 21:03:31 +02:00
Griatch
f3acc87212 Resolve merge conflicts 2020-10-08 23:35:31 +02:00
Griatch
03934f2843 Update changelog with merge of PR. Resolve #2200. 2020-10-08 19:19:32 +02:00
Griatch
f9b4785631 Improvements to cmdsethandler/cmdset debugging 2020-10-03 23:01:19 +02:00
Griatch
a6a42001a1 Resolve merge conflicts 2020-09-16 23:49:05 +02:00
Griatch
72ba38bdde Implement new EvMore functionality. Resolves #2126 2020-09-14 23:35:21 +02:00
Griatch
fcc8a39443 Fix optimized prototype search mechanism. Still no dual db/mod search 2020-09-14 23:35:21 +02:00
Griatch
b9d3dae76e Optimize queries for prototype lookup, as part of #2126. 2020-09-05 23:30:08 +02: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
cb39b919cf Add stack support for object.search 2020-07-31 23:24:13 +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
513b1e13c9 Merge branch 'master' into develop 2020-07-19 10:54:12 +02:00