Commit graph

10228 commits

Author SHA1 Message Date
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
mike
5554946721 Fixed typo in ttype and added truecolor to help text in telnet. 2024-04-08 16:28:41 -07:00
Chiizujin
55f8484697 Add width argument to editor's :j and :f commands 2024-04-08 14:14:06 +10:00
Chiizujin
68dd8e8174 Fix editor search/replace feedback when replacing markup 2024-04-08 12:44:45 +10:00
mike
686e819580 Added validation for the TRUECOLOR option to support manual toggling. 2024-04-07 17:56:36 -07:00
Michael Faith
aa9ed83a26
Merge branch 'evennia:main' into hex_colors 2024-04-07 14:27:50 -07:00
Griatch
7f41e5a649 Fix typo in code structure and utils tutorial. Resolve #3474 2024-04-07 21:51:52 +02:00
Griatch
2c570f5208 Update Changelog 2024-04-07 21:29:00 +02:00
Griatch
35f72cbf74
Merge pull request #3491 from chiizujin/editor_search_traceback
Fix traceback if invalid regex is passed into editor :s command
2024-04-07 21:27:26 +02:00
Griatch
2c08886193 Update Changelog. Correct line lengths 2024-04-07 21:24:43 +02:00
Griatch
f84dde8870
Merge pull request #3495 from jaborsh/TraitReloadFix
CounterTrait now checks for last_update before defaulting to current time.
2024-04-07 21:22:45 +02:00
Chiizujin
c21c5667c9 Merge branch 'main' of https://github.com/evennia/evennia into editor_search_traceback 2024-04-07 22:06:14 +10:00
Jake
c2277f7188 CounterTrait validate_input method now checks for a last_update before defaulting it to current time. Resolves #3317 2024-04-07 02:41:23 -06:00
Griatch
2b1524b5d9 Test unittest with isNot assert, to see if it matters 2024-04-07 10:16:11 +02:00
Michael Faith
716807aea3
Merge branch 'evennia:main' into hex_colors 2024-04-07 00:18:17 -07:00
mike
0cac9bf872 Added truecolor support to web portal. 2024-04-07 00:16:59 -07:00
Chiizujin
256c517ece Fix traceback if invalid regex is passed into editor :s command 2024-04-07 13:59:08 +10:00
InspectorCaracal
3684edb172
fix int2str docstring 2024-04-06 19:38:35 -06:00
t3albytes
32ede019da Prevents admin from walking out non-existent exits in the wilderness 2024-04-06 21:26:40 -04:00
mike
de09f7a71c Added basic terminal detection for truecolor support. 2024-04-06 17:45:37 -07:00
mike
a552bf6fd4 Added xterm truecolor support and tests. 2024-04-06 16:03:55 -07:00
Griatch
6dd9442cef Update Changelog 2024-04-06 23:16:41 +02:00
Griatch
9965ab8ab1
Merge pull request #3470 from chiizujin/sorted_exits
Add exit_order kwarg to get_display_exits to sort exit names
2024-04-06 23:16:31 +02:00
Griatch
f823e367f0 Evennia 4.1.1 patch release 2024-04-06 23:07:10 +02:00
Griatch
92d964476c Typos in Server-Lifecycle doc 2024-04-06 23:00:49 +02:00
Griatch
e3ddbf08cf Fix Component contrib issue with corrected AttributeProperty 2024-04-06 22:43:03 +02:00
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