Commit graph

8280 commits

Author SHA1 Message Date
InspectorCaracal
dd771fddd0 move newline to before indent 2022-05-04 10:36:53 -06:00
InspectorCaracal
bbee58c854 replace % subs on regex strings 2022-04-29 12:43:17 -06:00
InspectorCaracal
a76ba1d92c add /Me vs /me to case sensitive test 2022-04-29 12:33:27 -06:00
InspectorCaracal
deb7d9f69a add test for .get_sdesc 2022-04-29 12:26:00 -06:00
InspectorCaracal
b3aa869ac6 fixes 2022-04-29 12:11:29 -06:00
InspectorCaracal
369eab1963 update docstring module paths 2022-04-28 18:50:09 -06:00
InspectorCaracal
8b612a9e9c first pass on switching to format/fstring 2022-04-28 13:58:05 -06:00
InspectorCaracal
344cde81e1 remove unnecessary declaration 2022-04-26 16:20:42 -06:00
InspectorCaracal
865fc14ef8 update character display name too 2022-04-26 16:12:53 -06:00
InspectorCaracal
9b114b0bea implement get_posed_sdesc 2022-04-26 16:07:44 -06:00
InspectorCaracal
15be72489a fix typo, add comment 2022-04-25 12:58:49 -06:00
InspectorCaracal
052714f82b correct .get_sdesc docstring 2022-04-25 11:56:08 -06:00
InspectorCaracal
97b83ef241 update RecogHandler.get docstring 2022-04-25 11:52:13 -06:00
InspectorCaracal
e86b81917b added more comments, cleaned up a couple lines 2022-04-25 11:43:07 -06:00
Griatch
e7bc8d9836 Merge branch 'develop' into contrib/evadventure 2022-04-23 15:47:32 +02:00
Griatch
0c62046224 Merge pull request #2727 from InspectorCaracal/tickerhandler-clear
Fix `tickerhandler.clear`
2022-04-23 14:39:12 +02:00
Griatch
f67f55387d Merge pull request #2726 from owllex/attributeproperty
Only initialize AttributeProperty and TagProperty in init_evennia_properties
2022-04-23 14:30:55 +02:00
Griatch
82bb35e333 Merge pull request #2725 from ChrisLR/component-signals
[Components Contrib] Component signals
2022-04-23 14:28:53 +02:00
InspectorCaracal
0769ffbef1 Update rpsystem.py 2022-04-22 11:40:47 -06:00
InspectorCaracal
7568cb29b9 update format color for recog vs sdesc 2022-04-22 11:39:49 -06:00
InspectorCaracal
55e7b3c93d deleted the wrong line 2022-04-21 21:57:51 -06:00
InspectorCaracal
2047c64e9d Update rpsystem.py 2022-04-21 21:46:06 -06:00
InspectorCaracal
180b3f222f Update tests.py 2022-04-21 21:14:08 -06:00
InspectorCaracal
a49caf9f93 don't need those any more 2022-04-21 21:10:12 -06:00
InspectorCaracal
b5ec52a51a strip obj id; other cleanup 2022-04-21 21:09:46 -06:00
InspectorCaracal
969e9d9ae5 change how regex is used
also a couple other fixes i found; still needs some cleanup
2022-04-21 18:44:48 -06:00
InspectorCaracal
4127297a3a fix typo 2022-04-21 10:37:30 -06:00
InspectorCaracal
08257e5441 Update rpsystem.py 2022-04-15 14:58:12 -06:00
InspectorCaracal
f1b329c1be default sdesc is key 2022-04-15 14:56:59 -06:00
Owllex
667b12830c Revert back to using isinstance. 2022-04-15 13:56:37 -07:00
InspectorCaracal
2418594742 don't process non-character names 2022-04-15 14:08:48 -06:00
InspectorCaracal
e7292955ef fix a couple typos/tweaks 2022-04-15 13:54:41 -06:00
InspectorCaracal
e0a9310b1b split recog and sdesc colors 2022-04-15 13:00:09 -06:00
InspectorCaracal
543d5f03db initial patch 2022-04-15 12:51:05 -06:00
InspectorCaracal
00578a6c5d fix index and iteration for clear 2022-04-15 10:14:54 -06:00
Owllex
014ae2e6e1 Update to support subclasses. 2022-04-15 08:34:20 -07:00
Owllex
d5c916ecc3 Fix issue with init_evennia_properties. 2022-04-15 00:02:58 -07:00
Griatch
b3b87a5a1c Merge pull request #2720 from InspectorCaracal/sdesc_key_parse
`rpsystem` contrib: cache regex tuples by ID instead of key+aliases
2022-04-15 08:24:30 +02:00
Christopher League
c0fe6af2e7 Add tests to cover all 3 cases of CmdHome 2022-04-15 08:04:23 +02:00
Christopher League
05d77a4a18 Improve coverage of commands "look" and "nick" 2022-04-15 08:04:01 +02:00
Griatch
c9a20c4f80 Merge branch 'league-improve-coverage' 2022-04-15 08:02:53 +02:00
Griatch
2bbda066dd Merge branch 'fix-webclient-whitespace' of https://github.com/InspectorCaracal/evennia into InspectorCaracal-fix-webclient-whitespace 2022-04-15 07:42:02 +02:00
Griatch
f5ea1844df Merge pull request #2708 from InspectorCaracal/global_script_start
Auto-start global scripts
2022-04-15 07:38:29 +02:00
Griatch
ca06dd7c7b Merge pull request #2704 from ChrisLR/components-delimiter-change
[Components Contrib] Changed DBField and NDBField delimiters from __ to ::
2022-04-15 07:37:16 +02:00
ChrisLR
326b32a587 Added docstrings for signals 2022-04-12 18:51:09 -04:00
ChrisLR
c22a08851f Added basic signal system with corresponding tests 2022-04-12 18:32:55 -04:00
Griatch
6e993feb88 Update rules 2022-04-12 20:02:22 +02:00
Griatch
df5ae68a3c Refactor equipmenthandler 2022-04-09 23:51:48 +02:00
Griatch
b2e41c2ddc Fix merge conflicts 2022-04-09 20:19:24 +02:00
Griatch
ef7280f55a Add TagProperty, AliasProperty, PermissionProperty. Default autocreate=True for AttributeProperty. 2022-04-09 15:56:24 +02:00