Commit graph

  • 71f9544a3b Added support to retrieve and remove commands from Commandsets using the key ChrisLR 2022-06-07 12:29:22 -04:00
  • f47beb6751 Changed parser to escape properly using alternating " or ' ChrisLR 2022-06-06 16:23:36 -04:00
  • dece979169 More evadventure tests Griatch 2022-06-05 13:02:08 +02:00
  • 1290f648d5 Fix merge conflicts Griatch 2022-06-04 13:26:58 +02:00
  • f8e29f6f10 Updated CHANGELOG Griatch 2022-06-04 13:24:06 +02:00
  • 1fc5b36dcd Merge branch 'options_formatter' of https://github.com/InspectorCaracal/evennia into InspectorCaracal-options_formatter Griatch 2022-06-04 13:21:17 +02:00
  • e752db07d2 Update CHANGELOG Griatch 2022-06-04 13:15:44 +02:00
  • cd503cd9fd Ran black on text2html file for PEP8 cleanup Griatch 2022-06-04 13:14:37 +02:00
  • 5df72530c6 Merge branch 'text2html_rewrite' of https://github.com/InspectorCaracal/evennia into InspectorCaracal-text2html_rewrite Griatch 2022-06-04 13:04:30 +02:00
  • 379f2b63ab Update CHANGELOG Griatch 2022-06-04 13:03:42 +02:00
  • 62bfa3e8f4 Merge pull request #2728 from InspectorCaracal/rpsystem-sdesc Griatch 2022-06-04 13:01:34 +02:00
  • 044ca714a6 Merge pull request #2750 from InspectorCaracal/fix-webclient-server-echo Griatch 2022-06-02 08:35:05 +02:00
  • 8f0329fbaf fix google style URL on CODING_STYLE.md Bruno Briante 2022-06-01 22:29:12 -03:00
  • b7271d057e Merge pull request #2751 from brunobriante/patch-1 Griatch 2022-06-02 08:29:47 +02:00
  • 33a63f31ce fix google style URL on CODING_STYLE.md Bruno Briante 2022-06-01 22:29:12 -03:00
  • c39845c43b Fix doc build for no-db case Griatch 2022-06-02 00:09:51 +02:00
  • d9cd9e59f3 Update changelog with pickle improvement; update Attribute docs Griatch 2022-06-01 22:08:37 +02:00
  • 825d5d49e7 Merge branch 'develop' of github.com:evennia/evennia into develop Griatch 2022-06-01 22:04:57 +02:00
  • 2269a9b1ef Add custom de/serializer methods for embedded dbobjs in Attribute pickling Griatch 2022-06-01 22:04:54 +02:00
  • 2165487dfe Start unit tests for turn based combat Griatch 2022-06-01 22:03:56 +02:00
  • 232d80041a check if cmdid has callback InspectorCaracal 2022-06-01 12:48:18 -06:00
  • a5c6a3ece7 update and simplify options_formatter InspectorCaracal 2022-05-31 22:59:11 -06:00
  • 04cd67459b Merge pull request #2748 from ChrisLR/bugfix-2747-get-by-tag Griatch 2022-05-31 21:21:26 +02:00
  • f961db6e29 Remove sorted from unique categories as the order is not important ChrisLR 2022-05-31 12:08:50 -04:00
  • 796d12a906 Add failing test case about searching with none categories ChrisLR 2022-05-31 12:08:16 -04:00
  • cf8710724f Make more unit tests Griatch 2022-05-29 13:43:43 +02:00
  • ca294f8acc Make more unit tests Griatch 2022-05-29 13:40:42 +02:00
  • 668720a4c4 Merge pull request #2745 from InspectorCaracal/schedule-script-fixes Griatch 2022-05-27 10:58:55 +02:00
  • 6dc361ecf2 Merge pull request #2743 from owllex/dict_merge Griatch 2022-05-27 10:57:09 +02:00
  • a39472476e Update Link page (sync from master pages) Griatch 2022-05-27 10:49:46 +02:00
  • ec5d27e145 More testing Griatch 2022-05-27 10:47:51 +02:00
  • 159df71885 Merge pull request #2738 from KieranSmith-Res/links-update Griatch 2022-05-27 10:46:51 +02:00
  • abe350cfc2 Merge pull request #2735 from InspectorCaracal/fix_nattr_indent Griatch 2022-05-27 10:45:48 +02:00
  • 9361dff184 Made unit tests for evadventure rules Griatch 2022-05-26 16:23:11 +02:00
  • 44a53e3750 start all global scripts InspectorCaracal 2022-05-25 21:10:53 -06:00
  • 96835fa445 fix obsolete .restart calls InspectorCaracal 2022-05-25 21:09:00 -06:00
  • d19eac8ac9 Start adding quest module Griatch 2022-05-24 23:45:08 +02:00
  • 97c0d7eb30 Implement dict update operator (|) for savers. Owllex 2022-05-22 00:22:12 -07:00
  • 4db12d15c0 don't need logger anymore InspectorCaracal 2022-05-09 16:57:46 -06:00
  • 6046f279eb updat text2html tests InspectorCaracal 2022-05-09 16:22:16 -06:00
  • 684e80bca0 rewrite color/style replacement InspectorCaracal 2022-05-09 16:20:34 -06:00
  • 917b2410d6 Update Links.md KieranSmith-Res 2022-05-09 07:05:42 +01:00
  • bf9b01cb07 Update Links.md KieranSmith-Res 2022-05-09 07:04:53 +01:00
  • dd771fddd0 move newline to before indent InspectorCaracal 2022-05-04 10:36:53 -06:00
  • bbee58c854 replace % subs on regex strings InspectorCaracal 2022-04-29 12:43:17 -06:00
  • a76ba1d92c add /Me vs /me to case sensitive test InspectorCaracal 2022-04-29 12:33:27 -06:00
  • deb7d9f69a add test for .get_sdesc InspectorCaracal 2022-04-29 12:26:00 -06:00
  • b3aa869ac6 fixes InspectorCaracal 2022-04-29 12:11:29 -06:00
  • 369eab1963 update docstring module paths InspectorCaracal 2022-04-28 18:50:09 -06:00
  • 8b612a9e9c first pass on switching to format/fstring InspectorCaracal 2022-04-28 13:58:05 -06:00
  • 344cde81e1 remove unnecessary declaration InspectorCaracal 2022-04-26 16:20:42 -06:00
  • 865fc14ef8 update character display name too InspectorCaracal 2022-04-26 16:12:53 -06:00
  • 9b114b0bea implement get_posed_sdesc InspectorCaracal 2022-04-26 16:07:44 -06:00
  • 15be72489a fix typo, add comment InspectorCaracal 2022-04-25 12:58:49 -06:00
  • 052714f82b correct .get_sdesc docstring InspectorCaracal 2022-04-25 11:56:08 -06:00
  • 97b83ef241 update RecogHandler.get docstring InspectorCaracal 2022-04-25 11:52:13 -06:00
  • e86b81917b added more comments, cleaned up a couple lines InspectorCaracal 2022-04-25 11:43:07 -06:00
  • e7bc8d9836 Merge branch 'develop' into contrib/evadventure Griatch 2022-04-23 15:47:32 +02:00
  • 0c62046224 Merge pull request #2727 from InspectorCaracal/tickerhandler-clear Griatch 2022-04-23 14:39:12 +02:00
  • f67f55387d Merge pull request #2726 from owllex/attributeproperty Griatch 2022-04-23 14:30:55 +02:00
  • 82bb35e333 Merge pull request #2725 from ChrisLR/component-signals Griatch 2022-04-23 14:28:53 +02:00
  • 0769ffbef1 Update rpsystem.py InspectorCaracal 2022-04-22 11:40:47 -06:00
  • 7568cb29b9 update format color for recog vs sdesc InspectorCaracal 2022-04-22 11:39:49 -06:00
  • 55e7b3c93d deleted the wrong line InspectorCaracal 2022-04-21 21:57:51 -06:00
  • 2047c64e9d Update rpsystem.py InspectorCaracal 2022-04-21 21:46:06 -06:00
  • 180b3f222f Update tests.py InspectorCaracal 2022-04-21 21:14:08 -06:00
  • a49caf9f93 don't need those any more InspectorCaracal 2022-04-21 21:10:12 -06:00
  • b5ec52a51a strip obj id; other cleanup InspectorCaracal 2022-04-21 21:09:46 -06:00
  • 969e9d9ae5 change how regex is used InspectorCaracal 2022-04-21 18:44:48 -06:00
  • 4127297a3a fix typo InspectorCaracal 2022-04-21 10:37:30 -06:00
  • 08257e5441 Update rpsystem.py InspectorCaracal 2022-04-15 14:58:12 -06:00
  • f1b329c1be default sdesc is key InspectorCaracal 2022-04-15 14:56:59 -06:00
  • 667b12830c Revert back to using isinstance. Owllex 2022-04-15 13:56:37 -07:00
  • 2418594742 don't process non-character names InspectorCaracal 2022-04-15 14:08:48 -06:00
  • e7292955ef fix a couple typos/tweaks InspectorCaracal 2022-04-15 13:54:41 -06:00
  • e0a9310b1b split recog and sdesc colors InspectorCaracal 2022-04-15 13:00:09 -06:00
  • 543d5f03db initial patch InspectorCaracal 2022-04-15 12:51:05 -06:00
  • 00578a6c5d fix index and iteration for clear InspectorCaracal 2022-04-15 10:14:54 -06:00
  • 014ae2e6e1 Update to support subclasses. Owllex 2022-04-15 08:34:20 -07:00
  • d5c916ecc3 Fix issue with init_evennia_properties. Owllex 2022-04-14 23:35:04 -07:00
  • b3b87a5a1c Merge pull request #2720 from InspectorCaracal/sdesc_key_parse Griatch 2022-04-15 08:24:30 +02:00
  • c0fe6af2e7 Add tests to cover all 3 cases of CmdHome Christopher League 2022-03-02 13:20:58 -05:00
  • 05d77a4a18 Improve coverage of commands "look" and "nick" Christopher League 2022-04-04 15:37:29 -04:00
  • c9a20c4f80 Merge branch 'league-improve-coverage' Griatch 2022-04-15 08:02:53 +02:00
  • 2bbda066dd Merge branch 'fix-webclient-whitespace' of https://github.com/InspectorCaracal/evennia into InspectorCaracal-fix-webclient-whitespace Griatch 2022-04-15 07:42:02 +02:00
  • f5ea1844df Merge pull request #2708 from InspectorCaracal/global_script_start Griatch 2022-04-15 07:38:29 +02:00
  • ca06dd7c7b Merge pull request #2704 from ChrisLR/components-delimiter-change Griatch 2022-04-15 07:37:16 +02:00
  • 326b32a587 Added docstrings for signals ChrisLR 2022-04-12 18:51:09 -04:00
  • c22a08851f Added basic signal system with corresponding tests ChrisLR 2022-04-12 18:32:55 -04:00
  • 6e993feb88 Update rules Griatch 2022-04-12 20:02:22 +02:00
  • df5ae68a3c Refactor equipmenthandler Griatch 2022-04-09 23:51:48 +02:00
  • b2e41c2ddc Fix merge conflicts Griatch 2022-04-09 20:19:24 +02:00
  • ef7280f55a Add TagProperty, AliasProperty, PermissionProperty. Default autocreate=True for AttributeProperty. Griatch 2022-04-09 15:39:39 +02:00
  • fa4b4b01b1 More evadventure fixes Griatch 2022-04-09 10:42:01 +02:00
  • 60ee5e01e8 key formatting InspectorCaracal 2022-04-07 17:05:34 -06:00
  • 3d94fab1f5 combine id and key+alias string for key InspectorCaracal 2022-04-07 14:30:15 -06:00
  • 76940fd72f missed a reference InspectorCaracal 2022-04-07 13:42:05 -06:00
  • cd611199b1 cache regex tuples by id InspectorCaracal 2022-04-07 13:17:22 -06:00
  • b55561afa0 Improve coverage of commands "look" and "nick" Christopher League 2022-04-04 15:37:29 -04:00
  • ba93745724 removing missed regex groups InspectorCaracal 2022-04-03 17:12:11 -06:00