Commit graph

9577 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
ccd6b365e9
Merge pull request #3487 from InspectorCaracal/patch-moveobjcmd
Fix traceback in new NumberedTargetCommand
2024-04-05 22:41:21 +02:00
Griatch
9cec254196 Show XYZRoom typeclass in repr() return 2024-04-05 22:39:42 +02:00
Griatch
6dee18b989
Merge pull request #3485 from chiizujin/sethome_message
Add missing bracket in sethome message
2024-04-05 22:36:56 +02:00
Cal
a7f8529610 fix numbered target cmd parse 2024-04-05 11:31:58 -06:00
Chiizujin
c578dfb1b5 Add missing bracket in sethome message 2024-04-05 18:55:00 +11: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
425ec69928 Fix func dbref command to include optional dbref info 2024-04-04 19:33:23 +02:00
Griatch
201ffc0da5 Some tweaks to xyzgrid error handling, as part of debugging #3475 2024-04-03 22:07:56 +02:00
Griatch
3537365e3c Update changelog 2024-04-03 21:51:03 +02:00
Griatch
a02a71b7f3
Merge pull request #3472 from InspectorCaracal/patch-9
Exclude viewer from displayed contents
2024-04-03 21:50:09 +02:00
Griatch
cbbbb9e478
Merge pull request #3483 from InspectorCaracal/patch-19
Fix typo in default `msg_contents` mapping
2024-04-03 21:48:16 +02:00
InspectorCaracal
02a1ef0064
fix typo 2024-04-03 10:42:18 -06:00
InspectorCaracal
d6983e4be3
Update objects.py 2024-04-01 23:52:19 -06: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
c4552d6953 Minor cleanup for docstring to more succinct 2024-04-01 20:24:32 +02:00
Griatch
798d5b3059 Update Changelog 2024-04-01 20:16:40 +02:00
Griatch
4cf7d8c5f5
Merge pull request #3433 from InspectorCaracal/gen-cmd-number
Add the ability to get/give/drop stacks of things
2024-04-01 20:13:45 +02:00
Cal
2b27214b52 accommodate MuxCommand splitting 2024-04-01 11:38:52 -06:00
Cal
f5552121cf add new NumberedTargetCommand 2024-04-01 11:28:00 -06:00
InspectorCaracal
86701f5d2c add stack tests 2024-04-01 11:27:59 -06:00
InspectorCaracal
829f32f573 add object stacking to get/drop/give 2024-04-01 11:26:57 -06:00
InspectorCaracal
b5239e18c1 fix cmdget help lock 2024-04-01 11:26:57 -06:00
Griatch
c5a4a34bac Apply black to codes 2024-04-01 17:51:05 +02:00
Griatch
870c0f5f75 Clean up objects/objects.py docstrings 2024-04-01 17:47:24 +02:00
Griatch
d145b5b96c Fix example indent in docstring for get_numbered_name 2024-04-01 15:34:48 +02:00
Griatch
cf5123ad56 Update changelog 2024-04-01 15:25:37 +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
99d217e0be
Merge pull request #3466 from chiizujin/proper_names
Add support to get_numbered_name() for omitting the article
2024-04-01 14:53:31 +02:00
Griatch
22067c32dc Fix the adding-command tutorial with correct example 2024-04-01 14:50:43 +02:00
Griatch
ce0e5a3aca Merge branch 'patch-27' of https://github.com/homeofpoe/evennia into homeofpoe-patch-27 2024-04-01 14:15:48 +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
Chiizujin
8da1e3790f Add examples to doc string of get_numbered_name() 2024-04-01 23:05:25 +11:00
Griatch
0c072dab02 Update changelog. Resolve #3450 2024-04-01 12:26:10 +02:00
Griatch
b51f3b5a5e Tag pages with page, category comms, add lock:read check (backwards compatible) 2024-04-01 12:23:11 +02:00
Griatch
6f00c8cfc0 Named the rpsystem cmdset, trying to address #3452 2024-04-01 11:16:19 +02:00
Griatch
7cce317da0 Update Changelog. Outline which doc files are auto-generated 2024-04-01 11:09:08 +02:00
Griatch
febe9e9826
Merge pull request #3467 from chiizujin/alias_delete
Add alias/delete switch
2024-04-01 11:06:41 +02:00
Griatch
371fd15b78
Merge pull request #3464 from chiizujin/editor_range
Fix editor's range specification
2024-04-01 10:58:32 +02:00
Griatch
6431b5c6c4
Merge pull request #3463 from chiizujin/editor_paste
Correct help for editor's paste command
2024-04-01 10:48:13 +02:00
Griatch
5c1d21696e
Merge pull request #3459 from chiizujin/editor_echo
Fix editor echo not displaying correctly for lines with whitespace
2024-04-01 10:13:57 +02:00
Chiizujin
5427817112 Add alias/delete switch 2024-04-01 18:51:29 +11:00
Chiizujin
f4cb272e22 Add support to get_numbered_name() for omitting the article for single items 2024-04-01 17:02:29 +11:00