Commit graph

9438 commits

Author SHA1 Message Date
Griatch
577f66c3ec Correct django querying example. Resolve #3422 2024-02-25 18:25:57 +01:00
Griatch
43e31abc8d Update login contribs to honor ACCOUNT_REGISTRATION_ENABLED. Resolve #3428 2024-02-25 17:54:11 +01:00
Griatch
015698d06f Break up Object.search into multiple methods for easier overloading. Resolve #3417 2024-02-25 16:37:17 +01:00
Griatch
32e9520db9 Remove custom evennia pwd validator for more pwd flexibility. Resolve #3415 2024-02-25 11:54:53 +01:00
Griatch
0edcebea0f
Merge pull request #3367 from ChrisLR/components-refactoring
[Components] Refactor Component registering with cherry-picked additions
2024-02-25 10:32:48 +01:00
ChrisLR
bdeedf8c03 Remove todo 2024-02-24 14:38:41 -05:00
ChrisLR
cca93b032f Revert "Refactor _get_class_components"
This reverts commit c4ec977b9c.
2024-02-24 14:35:46 -05:00
ChrisLR
5f9064c738 Add tests 2024-02-24 14:31:07 -05:00
ChrisLR
c4ec977b9c Refactor _get_class_components 2024-02-24 14:31:01 -05:00
ChrisLR
0729de1b91 Use get_component_slot 2024-02-24 11:12:49 -05:00
ChrisLR
8bda7c10f7 Remove cmd_set from component 2024-02-24 11:09:44 -05:00
ChrisLR
1bfb3643ad Merge remote-tracking branch 'fork/components-refactoring' into components-refactoring 2024-02-24 10:55:25 -05:00
ChrisLR
8ff8234f46 Fix inherited component registration with different names but identical slots 2024-02-24 10:54:58 -05:00
ChrisLR
47be47c009 Add get_component_slot helper method 2024-02-24 10:54:53 -05:00
ChrisLR
191be0365c Fix Signals registration 2024-02-24 10:54:50 -05:00
Griatch
569e303a85 Update CHANGELOG 2024-02-24 10:14:52 +01:00
Griatch
ca6ea0c0aa
Merge pull request #3434 from InspectorCaracal/help-fixes-1
Patches to improve "help" usability
2024-02-24 10:12:52 +01:00
Griatch
fb319e68da
Merge pull request #3426 from InspectorCaracal/patch-11
Fix boot/ban function on channel command
2024-02-24 09:59:37 +01:00
Griatch
772d4c21b5
Merge pull request #3425 from InspectorCaracal/patch-10
Override example crafting recipes
2024-02-24 09:54:25 +01:00
Griatch
c489427b0d
Merge pull request #3423 from InspectorCaracal/fix-wilderness-transit
Fix underlying logic for moving in and out of Wilderness areas
2024-02-24 09:50:17 +01:00
Cal
f07e4882b0 remove 'building' filehelp to prevent confusion 2024-02-21 14:01:16 -07:00
Cal
6cc5c8df50 change lunr weighting 2024-02-21 14:00:56 -07:00
InspectorCaracal
764eb97cc6
make sure to get an iterable 2024-02-12 19:16:10 -07:00
InspectorCaracal
9ce3232b4c partial match bugfix 2024-02-11 22:11:54 -07:00
InspectorCaracal
6d5140cebd don't override if setting is empty
this is just so it can pass the test contrivance
2024-02-11 21:54:21 -07:00
InspectorCaracal
d1f0988d80
override example crafting recipes 2024-02-10 18:07:42 -07:00
InspectorCaracal
8e15928e7b fix wilderness.move_obj logic 2024-02-08 18:49:00 -07:00
Griatch
75f373e134 Minor tweak to .gitignore 2024-02-04 22:11:36 +01:00
Griatch
1f4cd76e5f
Merge pull request #3419 from CloudKeeper/patch-1
Typo correction of OnDemandHandler.md
2024-02-04 19:32:47 +01:00
CloudKeeper
96702e948c
Typo correction of OnDemandHandler.md
Small Typo - registes to registers
2024-02-04 12:16:50 +11:00
Griatch
6307213245 More sphinxcontrib pinning 2024-02-04 01:17:13 +01:00
Griatch
b48893b5a2 More pinning of sphinxcontrib versions 2024-02-04 01:11:36 +01:00
Griatch
6673d204e2 Lock sphinxcontrib-applehelp version to avoid version clash 2024-02-04 01:01:08 +01:00
Griatch
6f0049a588 Lock sphinxcontrib-applehelp version to avoid version clash 2024-02-04 00:59:30 +01:00
Griatch
42aba18ada Add OnDemandHandler to support on-demand timers easier 2024-02-04 00:38:47 +01:00
Griatch
9f1d14bae2 Fix tracebacking services default command 2024-01-28 23:43:09 +01:00
Griatch
3b667d6533 Update Changelog 2024-01-28 15:26:20 +01:00
Griatch
e669ae9722
Merge pull request #3416 from InspectorCaracal/patch-9
Update traits contrib documetation
2024-01-28 15:23:15 +01:00
Griatch
9c8b9aa22e
Merge pull request #3412 from InspectorCaracal/webclient-custom-css
Add an option for custom style overrides to the webclient
2024-01-28 15:19:49 +01:00
Griatch
f50f8917b9 Fix search example in beginner tutorial 2024-01-28 14:50:38 +01:00
Griatch
e3fc5666d4 Remove AMP_ENABLED setting since disabling it serves no purpose. Resolve #3409 2024-01-28 14:22:55 +01:00
InspectorCaracal
a2ae90d1ce
update traits contrib readme 2024-01-26 15:17:52 -07:00
Griatch
ccd384b0f3
Update SECURITY.md 2024-01-26 09:24:04 +01:00
InspectorCaracal
25e60e007d custom webclient style overrides 2024-01-16 18:08:36 -07:00
ChrisLR
2875674baf Update docs 2024-01-14 13:33:23 -05:00
ChrisLR
6ad6522fa4 Add docstrings 2024-01-14 12:58:26 -05:00
Griatch
1aff06d73c Evennia 3.1.1 patch release 2024-01-14 18:32:43 +01:00
Griatch
c2c2a581a9 Add unit test for right-aligned evtable 2024-01-14 18:24:48 +01:00
Griatch
e24f4141ba Update CHANGELOG. Resolve typo in sittable chair tutorial. Resolve #3408 2024-01-14 18:16:19 +01:00
Griatch
3bebed707e Merge branch 'main' of github.com:evennia/evennia 2024-01-14 18:10:22 +01:00