Commit graph

404 commits

Author SHA1 Message Date
Griatch
b8e37f9cf2 Fix AttributeProperty access with mutable default. Resolve #3488 2024-04-06 22:13:06 +02:00
Griatch
c8d75665d2 Fix doc issues. Resolve #3479, #3480, #3481, #3482 2024-04-06 14:24:21 +02:00
Griatch
387533d1f0 Fix at_server_reload_start not firing. Resolve #3477. Add Server-Lifecycle.md docpage 2024-04-06 14:08:36 +02:00
Griatch
50d8ae2f54 Do not skip wrongly capitalized EvEditor commands. Resolve #3476 2024-04-05 23:01:09 +02:00
Griatch
9cec254196 Show XYZRoom typeclass in repr() return 2024-04-05 22:39:42 +02:00
Griatch
f88b68dac6 Add DefaultAccount.get_extra_display_name_info method 2024-04-05 09:32:35 +02:00
Griatch
d1447b75a0 Update Changelog 2024-04-04 19:35:55 +02:00
Griatch
3537365e3c Update changelog 2024-04-03 21:51:03 +02:00
Griatch
a5201551d4 Reformat Changelog a bit 2024-04-01 21:39:40 +02:00
Griatch
c01ebb5915 Evennia 4.1.0 minor release 2024-04-01 20:36:26 +02:00
Griatch
798d5b3059 Update Changelog 2024-04-01 20:16:40 +02:00
Griatch
3d89a1608a Add DefaultObject.filter_visible method. Deprecate old visible generating methods. Resolve #3461 2024-04-01 15:20:07 +02:00
Griatch
8bad4cc9a3 Update Changelog 2024-04-01 14:55:22 +02:00
Griatch
86e7b57c07 Fix regression in menu_login contrib. Resolve #3460 2024-04-01 14:14:32 +02:00
Griatch
763699ea14 Fix :UU and :UU usage in EvEditor. Resolve #3262 2024-04-01 14:05:45 +02:00
Griatch
0c072dab02 Update changelog. Resolve #3450 2024-04-01 12:26:10 +02:00
Griatch
7cce317da0 Update Changelog. Outline which doc files are auto-generated 2024-04-01 11:09:08 +02:00
Griatch
a3066c9b59 Update Changelog 2024-03-30 23:46:47 +01:00
Griatch
f1f1f6219a Implemented EvAdventure quest code+tutorial lesson 2024-03-30 23:42:16 +01:00
Griatch
5fcccca7d1 Update changelog 2024-03-30 16:43:10 +01:00
Griatch
f8b9ef2311 Update CHANGELOG 2024-03-30 15:56:36 +01:00
Griatch
1f5fe9f1c3 Fix unit tests 2024-03-24 15:41:16 +01:00
Griatch
4fb7ca53ed Update CHANGELOG 2024-03-21 18:54:00 +01:00
Griatch
ffde2411dc Update CHANGELOG 2024-03-17 17:13:31 +01:00
Griatch
e25ee5d29c Evennia 4.0.0 major release 2024-03-17 14:36:20 +01:00
Griatch
23b9d06db5 Make website character page redirect validate url to be more secure 2024-03-17 10:04:37 +01:00
Griatch
3a0b434e42 Fix rpsystem inefficient regex 2024-03-17 09:25:04 +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
34b5f1133c Pass kwargs from get_stages/dt to staging callable in ondemandhandler 2024-03-11 22:09:17 +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
cbe3d4c738 Make numbered_names use get_display_name; make dbref display separate method 2024-03-09 20:03:57 +01:00
Griatch
04f6eff234 Make clothing inventory command align with default inventory 2024-03-08 10:06:07 +01:00
Griatch
8dde1fbe38 Add set_dt/stage to on-demandhandler. Fix issue with loading 2024-03-06 00:13:09 +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
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
569e303a85 Update CHANGELOG 2024-02-24 10:14:52 +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
1aff06d73c Evennia 3.1.1 patch release 2024-01-14 18:32:43 +01:00
Griatch
e24f4141ba Update CHANGELOG. Resolve typo in sittable chair tutorial. Resolve #3408 2024-01-14 18:16:19 +01:00
Griatch
10b6f26f8b Update changelog 2024-01-14 18:09:01 +01:00
Griatch
7084f7a021 Fix py example in sittable object tutorial. Resolve #3401 2024-01-14 17:03:09 +01:00
Griatch
0dbcadcedb Evennia 3.1.0 minor release 2024-01-08 21:03:23 +01:00