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 |
|
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 |
|
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 |
|
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
|
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 |
|
Griatch
|
ef7280f55a
|
Add TagProperty, AliasProperty, PermissionProperty. Default autocreate=True for AttributeProperty.
|
2022-04-09 15:56:24 +02:00 |
|
InspectorCaracal
|
60ee5e01e8
|
key formatting
|
2022-04-07 17:05:34 -06:00 |
|
InspectorCaracal
|
3d94fab1f5
|
combine id and key+alias string for key
|
2022-04-07 14:30:15 -06:00 |
|
InspectorCaracal
|
76940fd72f
|
missed a reference
|
2022-04-07 13:42:05 -06:00 |
|
InspectorCaracal
|
cd611199b1
|
cache regex tuples by id
|
2022-04-07 13:17:22 -06:00 |
|
InspectorCaracal
|
ba93745724
|
removing missed regex groups
|
2022-04-03 17:12:11 -06:00 |
|
InspectorCaracal
|
23938cb8ed
|
update tests
|
2022-04-03 16:47:56 -06:00 |
|
InspectorCaracal
|
e3feffa989
|
clean out unnecessary whitespace regex
|
2022-04-03 16:43:27 -06:00 |
|
InspectorCaracal
|
f2accc353f
|
remove server-side white-space parsing
|
2022-04-03 16:22:39 -06:00 |
|
InspectorCaracal
|
4224feb25d
|
preserve output whitespace
|
2022-04-03 16:18:09 -06:00 |
|
InspectorCaracal
|
3a3dbeed3c
|
start script regardless of whether newly created
|
2022-04-01 14:39:23 -06:00 |
|
ChrisLR
|
f77593994e
|
Changed DBField and NDBField delimiters from __ to ::
|
2022-03-31 12:00:47 -04:00 |
|
Griatch
|
8f1f604708
|
Missing f-string marker in channel error msg
|
2022-03-27 18:56:37 +02:00 |
|
Griatch
|
9859764906
|
Fix component docs
|
2022-03-27 18:35:21 +02:00 |
|
Griatch
|
8e7f2befa5
|
Merge pull request #2693 from ChrisLR/fix-prototype-loading-xyzgrid
Fix Prototype Loading when using injected prototypes
|
2022-03-27 18:24:35 +02:00 |
|
Griatch
|
5a6d19111b
|
Merge pull request #2692 from ChrisLR/components-tagfield
Add TagField to Contrib Components
|
2022-03-27 18:15:54 +02:00 |
|
Griatch
|
5af84817b5
|
Update doc strings for DefaultChannel
|
2022-03-27 18:04:40 +02:00 |
|
Griatch
|
73743e8b6c
|
Merge pull request #2690 from toktoktheeo/develop
Develop Updated fr po translation files
|
2022-03-27 17:32:28 +02:00 |
|
Griatch
|
0d2d5e5b4b
|
Merge pull request #2680 from InspectorCaracal/pron_callable_typos
fix $pron syntax error and docstring typos
|
2022-03-27 17:22:01 +02:00 |
|
ChrisLR
|
738a107caf
|
Changed TagField delimiter from __ to ::
|
2022-03-27 10:56:26 -04:00 |
|
ChrisLR
|
39d300458c
|
Consider prototypes loaded only when called on search
|
2022-03-22 10:29:27 -04:00 |
|
ChrisLR
|
cc258e6c1b
|
Clarified some docstring
|
2022-03-22 10:25:54 -04:00 |
|
ChrisLR
|
909e34528b
|
Updated the readme to include tag functionality
|
2022-03-22 09:54:01 -04:00 |
|
ChrisLR
|
79be6a4689
|
Added some docstring, cleaned to avoid duplication, added relevant tests
|
2022-03-22 09:39:35 -04:00 |
|
ChrisLR
|
6f6ceb231c
|
Added TagField for components
|
2022-03-22 07:40:17 -04:00 |
|