Commit graph

9472 commits

Author SHA1 Message Date
Griatch
3a0b434e42 Fix rpsystem inefficient regex 2024-03-17 09:25:04 +01:00
Griatch
51500ad009 Expand CS test suite with py 3.12 2024-03-17 08:49:55 +01:00
Griatch
11834dfe49 Support Python 3.12. Update optional scipy req to 1.12.0 2024-03-17 00:53:28 +01:00
Griatch
abb83fc4d8 Improve doc string for EvForm with EvCel inserts 2024-03-12 09:39:07 +01:00
Griatch
34b5f1133c Pass kwargs from get_stages/dt to staging callable in ondemandhandler 2024-03-11 22:09:17 +01:00
Griatch
1853b29429 Re-add dbref match for find command 2024-03-11 09:06:00 +01:00
Griatch
6e6ab208a6 Start implementing ai-states for beginner tutorial 2024-03-10 23:18:22 +01:00
Griatch
7c70618326 Fix typo in webclient connect message. 2024-03-10 22:48:24 +01:00
Griatch
18e2081f56 Remove @reboot alias for @reset command to avoid confusion on what
it does. See #3443
2024-03-10 22:42:20 +01:00
Griatch
fd2cfd3781 Fix issue in SSH protocol preventing connection. Resolve #3411 2024-03-09 21:38:32 +01:00
Griatch
78385d7155 Fix object-search tag query bypassing search string. Resolve #3438 2024-03-09 20:33:48 +01:00
Griatch
56ce601bdc Lock pendantic version <2.0. Resolve #3436 2024-03-09 20:14:18 +01:00
Griatch
cbe3d4c738 Make numbered_names use get_display_name; make dbref display separate method 2024-03-09 20:03:57 +01:00
Griatch
d893cfd46e
Merge pull request #3441 from InspectorCaracal/patch-13
Fix rpsystem search
2024-03-09 17:37:56 +01:00
Griatch
2cb3273d0a Fix merge conflicts 2024-03-09 17:35:53 +01:00
Griatch
3ff9e83093
Merge pull request #3435 from CloudKeeper/patch-2
Update Unit-Testing.md
2024-03-09 17:26:15 +01:00
InspectorCaracal
24f247180c
fix rpsystem search 2024-03-08 11:34:19 -07:00
Griatch
04f6eff234 Make clothing inventory command align with default inventory 2024-03-08 10:06:07 +01:00
Griatch
3ec3e63f4f Merge branch 'inventory_quantity' of https://github.com/michaelfaith84/evennia into michaelfaith84-inventory_quantity 2024-03-08 09:09:23 +01:00
Griatch
bb501d990f Fix merge conflict 2024-03-08 09:03:17 +01:00
Griatch
8dde1fbe38 Add set_dt/stage to on-demandhandler. Fix issue with loading 2024-03-06 00:13:09 +01:00
CloudKeeper
74f2c098c1
Update Unit-Testing.md
Minor grammar corrections and inline link consistency.
2024-03-03 12:34:34 +11:00
CloudKeeper
0bf2fab34a
Update Unit-Testing.md
Minor corrects and inline link consistency.
2024-03-03 12:30:59 +11:00
CloudKeeper
c2c380f82b
Update Unit-Testing.md
Consistency with full stops.
2024-02-28 17:20:41 +11:00
Griatch
cc8584f839 Another typo fix on OnDemandHandler page 2024-02-25 21:49:41 +01:00
Griatch
1ca384ac60 Fixing typos/expanding on the OnDemandHandler doc page 2024-02-25 21:38:55 +01:00
Griatch
0593144e8d
Update CHANGELOG.md 2024-02-25 20:03:02 +01:00
Griatch
fe6a89bf8f Evennia 3.2.0 minor release 2024-02-25 20:00:56 +01:00
Griatch
03f71fa87e Made unit test to test case of #3432 2024-02-25 19:47:51 +01:00
Griatch
e5d07603ca Run black. Resolve circular import issues in components contrib. 2024-02-25 19:03:11 +01:00
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