Commit graph

9644 commits

Author SHA1 Message Date
Chiizujin
38d7a0d6f4 Fix traceback when using board/read with no message number 2024-05-08 12:21:06 +10:00
Chiizujin
08548d4acd Move message board message meta-data onto Msg 2024-05-02 17:32:15 +10:00
Chiizujin
6d81de2619 Move some message board functions into func() 2024-05-01 19:39:17 +10:00
Chiizujin
cf2047852c Add blank line between subject and body when changing message board post 2024-04-30 19:23:11 +10:00
Chiizujin
fdd1fafcfd Remove superfluous formatting from message board subject 2024-04-30 17:41:13 +10:00
Chiizujin
c1d76f9baa Run black on message board source 2024-04-30 13:39:21 +10:00
Chiizujin
f2eadea319 Add support to message board for using a different editor via overrides 2024-04-30 13:29:49 +10:00
Chiizujin
47eb2317ec Add styling support to message board list and post display via overrides 2024-04-30 13:00:49 +10:00
Chiizujin
0bf8e0e5d1 Add line break to message board default description 2024-04-30 11:45:53 +10:00
Chiizujin
f654488495 Rename message board locks 2024-04-30 11:44:10 +10:00
Chiizujin
f7c9b63346 Change message board command from 'board' to '@board' 2024-04-30 11:39:53 +10:00
Chiizujin
c9a0f32c9d Correct board command usage syntax in docstring 2024-04-30 00:28:19 +10:00
Chiizujin
fbfb4067e8 Add message board contrib 2024-04-29 21:45:41 +10:00
Griatch
29e9e4df98 Update i18n doc page 2024-04-29 09:10:10 +02:00
Griatch
246d6d00b9 Update Changelog 2024-04-28 08:59:56 +02:00
Griatch
c55d04c21a Update changelog 2024-04-28 08:42:21 +02:00
Griatch
fd39935d19 Ran black on sources 2024-04-27 22:26:18 +02:00
Griatch
49330826f3 Updated changelog 2024-04-27 20:56:38 +02:00
Griatch
a9d77d0446
Merge pull request #3521 from InspectorCaracal/patch-25
Support full capitalization in GMCP commands
2024-04-27 20:56:13 +02:00
Griatch
f456dc9fca
Merge pull request #3520 from chiizujin/sort_exits
Fix exit order sorting sometimes being incorrect for exits not in the sort order
2024-04-27 20:49:05 +02:00
Griatch
698b65f580
Merge pull request #3518 from InspectorCaracal/patch-24
Fix `GlobalScriptsContainer` scripts attribute reference
2024-04-27 20:47:18 +02:00
Griatch
d1705e9c4e
Merge pull request #3517 from InspectorCaracal/patch-23
Don't ignore empty search candidates
2024-04-27 20:45:45 +02:00
Griatch
ab2e519f05
Merge pull request #3516 from InspectorCaracal/patch-22
Auto-look when quitting the chargen contrib menu
2024-04-27 20:42:55 +02:00
Griatch
01783bd376
Merge pull request #3514 from InspectorCaracal/funcparser-pron-targets
Adds support for mapping keys, pronoun-verb agreement to actor stance callables
2024-04-27 20:37:52 +02:00
InspectorCaracal
22a476d017
support full capitalization in GMCP commands 2024-04-27 12:36:41 -06:00
Griatch
964e2af71e
Merge pull request #3507 from chiizujin/prototype_cache
Fix protoype object updates changing cached prototype
2024-04-27 19:57:40 +02:00
Griatch
4e033f01da
Merge pull request #3506 from chiizujin/proto_parent
Fix traceback when setting prototype parent
2024-04-27 19:54:12 +02:00
Griatch
079f573d21
Merge pull request #3502 from chiizujin/sethelp_locks
Add sethelp/locks command
2024-04-27 19:44:40 +02:00
Griatch
18a7b9e2c3
Merge pull request #3501 from chiizujin/duplicate_help
Fix inability to edit, delete (etc.) help topics whose names overlap non-db topic names.
2024-04-27 19:40:58 +02:00
Griatch
b0fff26a4f Fix ObjManipCommand docstring. Update Changelog 2024-04-27 19:17:03 +02:00
Griatch
dcc4dce7e1
Merge pull request #3499 from chiizujin/room_create
Fix room creation showing room name instead of typeclass path
2024-04-27 19:01:04 +02:00
Griatch
97119bc21a
Merge pull request #3498 from michaelfaith84/terminal_resizing
Automatic Terminal resizing
2024-04-27 18:58:15 +02:00
Griatch
e516f32212
Merge pull request #3489 from t34lbytes/out-of-bounds
Prevents admin from walking out non-existent exits in the wilderness
2024-04-27 18:44:58 +02:00
Griatch
18799d2c0b
Merge pull request #3496 from chiizujin/editor_search_message
Fix editor search/replace feedback when replacing markup
2024-04-27 18:44:36 +02:00
Griatch
f701f53876
Merge pull request #3490 from InspectorCaracal/patch-21
Fix int2str docstring
2024-04-27 17:59:24 +02:00
Chiizujin
c0d7de79b7 Fix exit order sorting sometimes being incorrect for exits not in the sort order 2024-04-25 20:31:51 +10:00
InspectorCaracal
328a87b82c
correct GLOBAL_SCRIPTS.all() return 2024-04-23 20:26:28 -06:00
InspectorCaracal
9189b01d34
don't ignore empty search candidates 2024-04-23 16:28:15 -06:00
InspectorCaracal
7589aaf760
auto-look when quitting mid chargen 2024-04-22 11:08:08 -06:00
Cal
f755f052d3 add mapping support, pronoun conjugation to actor stance callables 2024-04-21 15:18:09 -06:00
Chiizujin
3e2995a152 Fix protoype object updates changing cached prototype. Resolves #3505 2024-04-14 01:40:47 +10:00
Chiizujin
ac8075385f Fix traceback when setting prototype parent 2024-04-13 23:12:01 +10:00
Chiizujin
72f2b6940a Add sethelp/locks command 2024-04-12 19:15:29 +10:00
Chiizujin
a38fdc90dc Fix inability to edit, delete (etc.) topics whose names overlap non-db topic names. 2024-04-12 13:56:43 +10:00
Chiizujin
289df257e5 Fix room creation showing room name instead of typeclass path 2024-04-10 13:07:54 +10:00
mike
c94b7f47c1 Added a new flag in the options/protocol_flags to ignore or follow NAWS updates. 2024-04-09 12:20:52 -07:00
mike
8011750931 Update didn't work as an if/else. There appears to be a bug when used fullscreen. 2024-04-09 00:39:55 -07:00
mike
68a3feb2fe A few typo fixes and NAWS update detection and handling. 2024-04-09 00:12:42 -07:00
Chiizujin
68dd8e8174 Fix editor search/replace feedback when replacing markup 2024-04-08 12:44:45 +10:00
Griatch
7f41e5a649 Fix typo in code structure and utils tutorial. Resolve #3474 2024-04-07 21:51:52 +02:00