Commit graph

7453 commits

Author SHA1 Message Date
Griatch
5d072dae8e Update doc look, fix some typos 2021-11-10 01:25:53 +01:00
Griatch
7d277fb7dd AttributeProperty for managing Attributes similarly to Django fields 2021-11-09 23:08:28 +01:00
Griatch
c154bbc8a2 Minor typo fix 2021-11-08 17:31:00 +01:00
Griatch
ae0e341461 Change custom_gametime contrib to start days/weeks/months from 1 instead of from 0. Resolve #1753 2021-11-04 00:15:27 +01:00
Griatch
3a3a111fc4 Make common typeclass.delete return True/False to match Object.delete api for consistency. Resolve #2398 2021-11-03 23:20:00 +01:00
Griatch
255030ffe4 Change TagHandler.add/has(tag=...) kwarg to key= for consistency. Resolve #2396 2021-11-03 22:55:55 +01:00
Griatch
8405548c6d Update changelog to include webclient browser id 2021-11-03 20:13:06 +01:00
Griatch
1a17af7ba4 Add webclient browser name identifier. Resolve #1650 2021-11-03 20:09:47 +01:00
Griatch
3340ed9197 Allow to disable MXP or make it one-directional. Resolve #2169. 2021-11-02 23:39:56 +01:00
Griatch
f97fb39de2 Include error messages in form. Resolve #2368 2021-11-02 21:21:31 +01:00
Griatch
8a7f4f3250 Tweak lock names to teleport/teleport_here instead 2021-10-31 23:48:05 +01:00
Griatch
e959e7a78f Add move/move_here lock check to tel` command. Resolve #1579 2021-10-31 23:41:06 +01:00
Griatch
2993fb8121 Add confirmation question to ban/unban commands, as per #1541 2021-10-31 23:10:31 +01:00
Griatch
8178b454fd Change settings.COMMAND_ARG_REGEX default to require a space or '/' between cmdname and argument. This better matches common expectations. Resolves #1541. 2021-10-31 23:08:33 +01:00
Griatch
b1ebbbecd3 Rename all at_before/after hooks to at_pre/post. Old names still work but are deprecated. Resolves #1454. 2021-10-31 22:18:58 +01:00
Griatch
81cacc5ba0 Merge branch 'master' into develop 2021-10-31 20:19:50 +01:00
Griatch
a5ca5a30d7 Add GMCP Client.Gui stub to avoid Mudlet issue 2021-10-31 20:19:12 +01:00
Griatch
c9df89fade Add GMCP Client.GUI inputfunc to avoid issues with Mudlet 2021-10-31 20:18:20 +01:00
Griatch
ec98dd03f5 Add warning on unset SERVER_HOSTNAME 2021-10-31 10:47:07 +01:00
Griatch
a5b0b1a8c1 Add SERVER_HOSTNAME setting. Update website index to show telnet connect info 2021-10-31 10:38:38 +01:00
Griatch
77fe9b884d Link to new doc page 2021-10-30 22:38:04 +02:00
Griatch
6e99239370 Add pronoun parsing for msg_contents inlinefuncs 2021-10-30 22:36:40 +02:00
Griatch
8266c4235b Update in-game links 2021-10-26 22:50:19 +02:00
Griatch
6306813370 Fix version number in build file 2021-10-26 22:33:25 +02:00
Griatch
2bfd188718 Change to doc deploy script 2021-10-26 22:32:04 +02:00
Griatch
521015ceff Fix DefaultObject.search. Resolve #2264. 2021-10-26 22:06:58 +02:00
Griatch
c9628a276a Further fixes to DefaultObject.search string 2021-10-26 22:01:39 +02:00
Griatch
661a346723 Update DefaultObject.search docstring. Resolve #2264. 2021-10-26 21:54:42 +02:00
Griatch
0b97708614 Merge branch 'develop' of github.com:evennia/evennia into develop 2021-10-26 21:41:37 +02:00
Griatch
f2e27f2a59 Fix doc makefile 2021-10-26 21:34:32 +02:00
Griatch
9af6168357 Merge branch 'master' into develop 2021-10-26 21:32:58 +02:00
Griatch
e89ca2c3e6 Convert master docs to use MyST 2021-10-26 21:32:09 +02:00
Griatch
b69d056ef2 Change to MyST parser 2021-10-26 21:31:20 +02:00
Griatch
dd95de145e
Merge pull request #2576 from Henddher/issue_2519
Addition of test for persisted field of type dictionary.
2021-10-24 19:10:49 +02:00
Griatch
4d61968925
Merge pull request #2574 from Henddher/broken_crafting_test
Fixes broken tests in crafting contrib.
2021-10-24 19:08:20 +02:00
henddher
c15687fcb7 Addition of test for persisted field of type dictionary. 2021-10-22 17:31:32 -05:00
henddher
1ebb41d592 Fixes broken tests in crafting contrib. 2021-10-22 16:43:16 -05:00
Griatch
8d5b48d4cc
Merge pull request #2563 from GulliblePsychologist/issue-2562
Webclient authentication sometimes fails (fixes #2562)
2021-10-14 21:22:41 +02:00
GulliblePsychologist
6b33d57b62 Fixes #2562 2021-10-14 01:11:17 +01:00
Griatch
8dca3895c0
Merge pull request #2560 from dimitrilw/dev-docs-fstrings
Dev docs fstrings
2021-10-13 00:01:19 +02:00
Griatch
cd2540b6aa Merge branch 'develop' of github.com:evennia/evennia into develop 2021-10-12 23:56:54 +02:00
Griatch
ae8a3b9a92 Add magic-crafting example to crafting readme. Resolve #2554 2021-10-12 23:52:52 +02:00
Dimitri
1a55462c51 Merge branch 'dev-docs-fstrings' of github.com:dimitrilw/evennia into dev-docs-fstrings 2021-10-12 12:13:51 -06:00
Dimitri
ee56cc8c5e correct typo "npt" -> "npc" 2021-10-12 12:13:42 -06:00
Dimitri
7e90599482 issue #2243 -- prefer f-strings over %-interpolation
edited docs to prefer f-strings, then str.format(), and remove %-interpolation

additional ad-hoc documentation fixes, as opportunities seen:
- replace Built-In Function (BIF) "min" variable with "mins"
- prefer BIF str(var) over "%s" % var
- reformat some code examples to clarify multiple args passed to functions
- change some single-quote strings to double-quotes for consistency
- fix mismatched parens

misc edits:
- add .vscode/ to gitignore
2021-10-12 12:13:42 -06:00
Dimitri
a15083413e correct typo "npt" -> "npc" 2021-10-12 12:11:14 -06:00
Griatch
9b9d198a4f
Merge pull request #2559 from dimitrilw/dev-i2262-docstring-location
Dev i2262 docstring location
2021-10-12 19:20:32 +02:00
Griatch
f1bfef0218
Merge pull request #2558 from dimitrilw/dev-docs-no-reuse-BIFs
Dev docs no reuse BIFs
2021-10-12 19:17:39 +02:00
Dimitri
809adcb9b1 Merge branch 'dev-docs-no-reuse-BIFs' of github.com:dimitrilw/evennia into dev-docs-no-reuse-BIFs 2021-10-12 07:14:42 -06:00
Dimitri
5cf651bef4 fix #2549 -- no reuse BIF names
- fixed docs to not demonstrate reuse of built-in function
  names "str" and "int", even when within a one-off script

- note: did *not* change the "str" and "int" shown in
  Howto/Starting/Part1/Learning-Typeclasses.md file,
  as those are class variables (i.e., Character.str and
  Character.int), which does not replace the BIFs of
  str() and int(). Therefore, methods inside the class
  can still use the python BIFs. While this is possibly
  confusing to new python programmers, it is also not
  within the scope of #2549.

misc edits:
- add .vscode/ to gitignore
2021-10-12 07:14:38 -06:00