Commit graph

  • dcc4dce7e1
    Merge pull request #3499 from chiizujin/room_create Griatch 2024-04-27 19:01:04 +02:00
  • 97119bc21a
    Merge pull request #3498 from michaelfaith84/terminal_resizing Griatch 2024-04-27 18:58:15 +02:00
  • e516f32212
    Merge pull request #3489 from t34lbytes/out-of-bounds Griatch 2024-04-27 18:44:58 +02:00
  • 18799d2c0b
    Merge pull request #3496 from chiizujin/editor_search_message Griatch 2024-04-27 18:44:36 +02:00
  • f701f53876
    Merge pull request #3490 from InspectorCaracal/patch-21 Griatch 2024-04-27 17:59:24 +02:00
  • c0d7de79b7 Fix exit order sorting sometimes being incorrect for exits not in the sort order Chiizujin 2024-04-25 20:31:51 +10:00
  • 328a87b82c
    correct GLOBAL_SCRIPTS.all() return InspectorCaracal 2024-04-23 20:26:28 -06:00
  • 9189b01d34
    don't ignore empty search candidates InspectorCaracal 2024-04-23 16:28:15 -06:00
  • 7589aaf760
    auto-look when quitting mid chargen InspectorCaracal 2024-04-22 11:08:08 -06:00
  • f755f052d3 add mapping support, pronoun conjugation to actor stance callables Cal 2024-04-21 15:18:09 -06:00
  • 3e2995a152 Fix protoype object updates changing cached prototype. Resolves #3505 Chiizujin 2024-04-14 01:40:47 +10:00
  • ac8075385f Fix traceback when setting prototype parent Chiizujin 2024-04-13 23:07:39 +10:00
  • 72f2b6940a Add sethelp/locks command Chiizujin 2024-04-12 19:15:29 +10:00
  • a38fdc90dc Fix inability to edit, delete (etc.) topics whose names overlap non-db topic names. Chiizujin 2024-04-12 13:56:43 +10:00
  • 289df257e5 Fix room creation showing room name instead of typeclass path Chiizujin 2024-04-10 13:07:54 +10:00
  • c94b7f47c1 Added a new flag in the options/protocol_flags to ignore or follow NAWS updates. mike 2024-04-09 12:20:52 -07:00
  • 8011750931 Update didn't work as an if/else. There appears to be a bug when used fullscreen. mike 2024-04-09 00:39:55 -07:00
  • 68a3feb2fe A few typo fixes and NAWS update detection and handling. mike 2024-04-09 00:12:42 -07:00
  • 5554946721 Fixed typo in ttype and added truecolor to help text in telnet. mike 2024-04-08 16:28:41 -07:00
  • 55f8484697 Add width argument to editor's :j and :f commands Chiizujin 2024-04-08 14:14:06 +10:00
  • 68dd8e8174 Fix editor search/replace feedback when replacing markup Chiizujin 2024-04-08 12:44:45 +10:00
  • 686e819580 Added validation for the TRUECOLOR option to support manual toggling. mike 2024-04-07 17:56:36 -07:00
  • aa9ed83a26
    Merge branch 'evennia:main' into hex_colors Michael Faith 2024-04-07 14:27:50 -07:00
  • 7f41e5a649 Fix typo in code structure and utils tutorial. Resolve #3474 Griatch 2024-04-07 21:51:52 +02:00
  • 2c570f5208 Update Changelog Griatch 2024-04-07 21:29:00 +02:00
  • 35f72cbf74
    Merge pull request #3491 from chiizujin/editor_search_traceback Griatch 2024-04-07 21:27:26 +02:00
  • 2c08886193 Update Changelog. Correct line lengths Griatch 2024-04-07 21:24:43 +02:00
  • f84dde8870
    Merge pull request #3495 from jaborsh/TraitReloadFix Griatch 2024-04-07 21:22:45 +02:00
  • c21c5667c9 Merge branch 'main' of https://github.com/evennia/evennia into editor_search_traceback Chiizujin 2024-04-07 22:06:14 +10:00
  • c2277f7188 CounterTrait validate_input method now checks for a last_update before defaulting it to current time. Resolves #3317 Jake 2024-04-07 02:41:23 -06:00
  • 2b1524b5d9 Test unittest with isNot assert, to see if it matters Griatch 2024-04-07 10:16:11 +02:00
  • 716807aea3
    Merge branch 'evennia:main' into hex_colors Michael Faith 2024-04-07 00:18:17 -07:00
  • 0cac9bf872 Added truecolor support to web portal. mike 2024-04-07 00:16:59 -07:00
  • 256c517ece Fix traceback if invalid regex is passed into editor :s command Chiizujin 2024-04-07 13:48:13 +10:00
  • 3684edb172
    fix int2str docstring InspectorCaracal 2024-04-06 19:38:35 -06:00
  • 32ede019da Prevents admin from walking out non-existent exits in the wilderness t3albytes 2024-04-06 21:26:40 -04:00
  • de09f7a71c Added basic terminal detection for truecolor support. mike 2024-04-06 17:45:37 -07:00
  • a552bf6fd4 Added xterm truecolor support and tests. mike 2024-04-06 16:03:55 -07:00
  • 6dd9442cef Update Changelog Griatch 2024-04-06 23:16:41 +02:00
  • 9965ab8ab1
    Merge pull request #3470 from chiizujin/sorted_exits Griatch 2024-04-06 23:16:31 +02:00
  • f823e367f0 Evennia 4.1.1 patch release Griatch 2024-04-06 23:07:10 +02:00
  • 92d964476c Typos in Server-Lifecycle doc Griatch 2024-04-06 23:00:49 +02:00
  • e3ddbf08cf Fix Component contrib issue with corrected AttributeProperty Griatch 2024-04-06 22:42:01 +02:00
  • b8e37f9cf2 Fix AttributeProperty access with mutable default. Resolve #3488 Griatch 2024-04-06 22:13:06 +02:00
  • c8d75665d2 Fix doc issues. Resolve #3479, #3480, #3481, #3482 Griatch 2024-04-06 14:24:21 +02:00
  • 387533d1f0 Fix at_server_reload_start not firing. Resolve #3477. Add Server-Lifecycle.md docpage Griatch 2024-04-06 14:08:36 +02:00
  • 50d8ae2f54 Do not skip wrongly capitalized EvEditor commands. Resolve #3476 Griatch 2024-04-05 23:01:09 +02:00
  • ccd6b365e9
    Merge pull request #3487 from InspectorCaracal/patch-moveobjcmd Griatch 2024-04-05 22:41:21 +02:00
  • 9cec254196 Show XYZRoom typeclass in repr() return Griatch 2024-04-05 22:39:42 +02:00
  • 6dee18b989
    Merge pull request #3485 from chiizujin/sethome_message Griatch 2024-04-05 22:36:56 +02:00
  • a7f8529610 fix numbered target cmd parse Cal 2024-04-05 11:31:58 -06:00
  • c578dfb1b5 Add missing bracket in sethome message Chiizujin 2024-04-05 18:55:00 +11:00
  • f88b68dac6 Add DefaultAccount.get_extra_display_name_info method Griatch 2024-04-05 09:32:35 +02:00
  • d1447b75a0 Update Changelog Griatch 2024-04-04 19:35:55 +02:00
  • 425ec69928 Fix func dbref command to include optional dbref info Griatch 2024-04-04 19:33:23 +02:00
  • 201ffc0da5 Some tweaks to xyzgrid error handling, as part of debugging #3475 Griatch 2024-04-03 22:07:56 +02:00
  • 3537365e3c Update changelog Griatch 2024-04-03 21:51:03 +02:00
  • a02a71b7f3
    Merge pull request #3472 from InspectorCaracal/patch-9 Griatch 2024-04-03 21:50:09 +02:00
  • cbbbb9e478
    Merge pull request #3483 from InspectorCaracal/patch-19 Griatch 2024-04-03 21:48:16 +02:00
  • 02a1ef0064
    fix typo InspectorCaracal 2024-04-03 10:42:18 -06:00
  • 9a825c7b45 Change "ANSI codes" to "markup" in get_display_exits usage example Chiizujin 2024-04-03 17:32:14 +11:00
  • d6983e4be3
    Update objects.py InspectorCaracal 2024-04-01 23:52:19 -06:00
  • ac5e186e5a Add exit_order kwarg to get_display_exits to sort exit names Chiizujin 2024-04-02 15:23:27 +11:00
  • a5201551d4 Reformat Changelog a bit Griatch 2024-04-01 21:39:40 +02:00
  • c01ebb5915 Evennia 4.1.0 minor release Griatch 2024-04-01 20:36:26 +02:00
  • c4552d6953 Minor cleanup for docstring to more succinct Griatch 2024-04-01 20:24:32 +02:00
  • 798d5b3059 Update Changelog Griatch 2024-04-01 20:16:40 +02:00
  • 4cf7d8c5f5
    Merge pull request #3433 from InspectorCaracal/gen-cmd-number Griatch 2024-04-01 20:13:45 +02:00
  • 2b27214b52 accommodate MuxCommand splitting Cal 2024-04-01 11:38:52 -06:00
  • f5552121cf add new NumberedTargetCommand Cal 2024-04-01 11:24:31 -06:00
  • 86701f5d2c add stack tests InspectorCaracal 2024-02-19 13:52:27 -07:00
  • 829f32f573 add object stacking to get/drop/give InspectorCaracal 2024-02-19 13:20:05 -07:00
  • b5239e18c1 fix cmdget help lock InspectorCaracal 2024-02-19 11:44:47 -07:00
  • c5a4a34bac Apply black to codes Griatch 2024-04-01 17:51:05 +02:00
  • 870c0f5f75 Clean up objects/objects.py docstrings Griatch 2024-04-01 17:47:24 +02:00
  • d145b5b96c Fix example indent in docstring for get_numbered_name Griatch 2024-04-01 15:34:48 +02:00
  • cf5123ad56 Update changelog Griatch 2024-04-01 15:25:37 +02:00
  • 3d89a1608a Add DefaultObject.filter_visible method. Deprecate old visible generating methods. Resolve #3461 Griatch 2024-04-01 15:20:07 +02:00
  • 8bad4cc9a3 Update Changelog Griatch 2024-04-01 14:55:22 +02:00
  • 99d217e0be
    Merge pull request #3466 from chiizujin/proper_names Griatch 2024-04-01 14:53:31 +02:00
  • 22067c32dc Fix the adding-command tutorial with correct example Griatch 2024-04-01 14:50:43 +02:00
  • ce0e5a3aca Merge branch 'patch-27' of https://github.com/homeofpoe/evennia into homeofpoe-patch-27 Griatch 2024-04-01 14:15:48 +02:00
  • 86e7b57c07 Fix regression in menu_login contrib. Resolve #3460 Griatch 2024-04-01 14:14:32 +02:00
  • 763699ea14 Fix :UU and :UU usage in EvEditor. Resolve #3262 Griatch 2024-04-01 14:05:45 +02:00
  • 8da1e3790f Add examples to doc string of get_numbered_name() Chiizujin 2024-04-01 23:05:25 +11:00
  • 0c072dab02 Update changelog. Resolve #3450 Griatch 2024-04-01 12:26:10 +02:00
  • b51f3b5a5e Tag pages with page, category comms, add lock:read check (backwards compatible) Griatch 2024-04-01 12:23:11 +02:00
  • 6f00c8cfc0 Named the rpsystem cmdset, trying to address #3452 Griatch 2024-04-01 11:16:19 +02:00
  • 7cce317da0 Update Changelog. Outline which doc files are auto-generated Griatch 2024-04-01 11:09:08 +02:00
  • febe9e9826
    Merge pull request #3467 from chiizujin/alias_delete Griatch 2024-04-01 11:06:41 +02:00
  • 371fd15b78
    Merge pull request #3464 from chiizujin/editor_range Griatch 2024-04-01 10:58:32 +02:00
  • 6431b5c6c4
    Merge pull request #3463 from chiizujin/editor_paste Griatch 2024-04-01 10:48:13 +02:00
  • 5c1d21696e
    Merge pull request #3459 from chiizujin/editor_echo Griatch 2024-04-01 10:13:57 +02:00
  • 5427817112 Add alias/delete switch Chiizujin 2024-04-01 18:20:10 +11:00
  • f4cb272e22 Add support to get_numbered_name() for omitting the article for single items Chiizujin 2024-04-01 15:51:39 +11:00
  • a9e8042bbe Update search tutorial Griatch 2024-03-31 12:06:29 +02:00
  • a481cb4b2b Update security.md and release process Griatch 2024-03-31 11:58:31 +02:00
  • 818ab25b27 Fix error in searching tutorial Griatch 2024-03-31 11:54:04 +02:00
  • b7cbdd9433 Fix editor's range specification Chiizujin 2024-03-31 17:12:59 +11:00
  • 505310cf25 Correct help for editor's paste command Chiizujin 2024-03-31 15:42:37 +11:00