Commit graph

8325 commits

Author SHA1 Message Date
InspectorCaracal
17245b86b3
update docstring module paths 2022-04-28 18:50:09 -06:00
InspectorCaracal
1926c8c676
first pass on switching to format/fstring 2022-04-28 13:58:05 -06:00
InspectorCaracal
0a7dca4a93
remove unnecessary declaration 2022-04-26 16:20:42 -06:00
InspectorCaracal
3d48696974
update character display name too 2022-04-26 16:12:53 -06:00
InspectorCaracal
2c447b53c6
implement get_posed_sdesc 2022-04-26 16:07:44 -06:00
InspectorCaracal
66d1dcd065
fix typo, add comment 2022-04-25 12:58:49 -06:00
InspectorCaracal
bb13178241
correct .get_sdesc docstring 2022-04-25 11:56:08 -06:00
InspectorCaracal
155de4fcac
update RecogHandler.get docstring 2022-04-25 11:52:13 -06:00
InspectorCaracal
7ff4cfdedf
added more comments, cleaned up a couple lines 2022-04-25 11:43:07 -06:00
Griatch
aecfa082f9 Merge branch 'develop' into contrib/evadventure 2022-04-23 15:47:32 +02:00
Griatch
7f4769bd9d
Merge pull request #2727 from InspectorCaracal/tickerhandler-clear
Fix `tickerhandler.clear`
2022-04-23 14:39:12 +02:00
Griatch
ac07a59bc7
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
35e580b5ea
Merge pull request #2725 from ChrisLR/component-signals
[Components Contrib] Component signals
2022-04-23 14:28:53 +02:00
InspectorCaracal
df9792efe1
Update rpsystem.py 2022-04-22 11:40:47 -06:00
InspectorCaracal
e97830f1f9
update format color for recog vs sdesc 2022-04-22 11:39:49 -06:00
InspectorCaracal
db4b7b0efc
deleted the wrong line 2022-04-21 21:57:51 -06:00
InspectorCaracal
aff4f07fef
Update rpsystem.py 2022-04-21 21:46:06 -06:00
InspectorCaracal
17cb802c4e
Update tests.py 2022-04-21 21:14:08 -06:00
InspectorCaracal
a2919ae546
don't need those any more 2022-04-21 21:10:12 -06:00
InspectorCaracal
a26fc4b847
strip obj id; other cleanup 2022-04-21 21:09:46 -06:00
InspectorCaracal
33a1f23b51
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
8d511d8c93
fix typo 2022-04-21 10:37:30 -06:00
InspectorCaracal
1b76e1e3c2
Update rpsystem.py 2022-04-15 14:58:12 -06:00
InspectorCaracal
ae5ba260f5
default sdesc is key 2022-04-15 14:56:59 -06:00
Owllex
59b14b237b Revert back to using isinstance. 2022-04-15 13:56:37 -07:00
InspectorCaracal
0297283959
don't process non-character names 2022-04-15 14:08:48 -06:00
InspectorCaracal
d85f5aeef1
fix a couple typos/tweaks 2022-04-15 13:54:41 -06:00
InspectorCaracal
866c015667
split recog and sdesc colors 2022-04-15 13:00:09 -06:00
InspectorCaracal
40e7b75608
initial patch 2022-04-15 12:51:05 -06:00
InspectorCaracal
f0129e8624
fix index and iteration for clear 2022-04-15 10:14:54 -06:00
Owllex
80fbe03d03 Update to support subclasses. 2022-04-15 08:34:20 -07:00
Owllex
415dc67559 Fix issue with init_evennia_properties. 2022-04-15 00:02:58 -07:00
Griatch
c1fa83927f
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
d5ed93b663 Add tests to cover all 3 cases of CmdHome 2022-04-15 08:04:23 +02:00
Christopher League
68d1c89a44 Improve coverage of commands "look" and "nick" 2022-04-15 08:04:01 +02:00
Griatch
fc6b8550b8 Merge branch 'league-improve-coverage' 2022-04-15 08:02:53 +02:00
Griatch
7323bdf87c 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
2203b2d327
Merge pull request #2708 from InspectorCaracal/global_script_start
Auto-start global scripts
2022-04-15 07:38:29 +02:00
Griatch
50098f77e3
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
c34bcbbfba Added docstrings for signals 2022-04-12 18:51:09 -04:00
ChrisLR
f31b0f4af8 Added basic signal system with corresponding tests 2022-04-12 18:32:55 -04:00
Griatch
55cc2b73d3 Update rules 2022-04-12 20:02:22 +02:00
Griatch
8c66719708 Refactor equipmenthandler 2022-04-09 23:51:48 +02:00
Griatch
5240416b78 Fix merge conflicts 2022-04-09 20:19:24 +02:00
Griatch
f38b573332 Add TagProperty, AliasProperty, PermissionProperty. Default autocreate=True for AttributeProperty. 2022-04-09 15:56:24 +02:00
Griatch
0e8e291849 More evadventure fixes 2022-04-09 10:42:01 +02:00
InspectorCaracal
e86478d895
key formatting 2022-04-07 17:05:34 -06:00
InspectorCaracal
bdca12cd90
combine id and key+alias string for key 2022-04-07 14:30:15 -06:00
InspectorCaracal
29229cc673
missed a reference 2022-04-07 13:42:05 -06:00
InspectorCaracal
d53186b2b1
cache regex tuples by id 2022-04-07 13:17:22 -06:00