Griatch
|
ae21036a34
|
Merge pull request #2802 from Tegiminis/develop
Make AttributeProperty getter/setter "object aware"
|
2022-07-11 11:38:40 +02:00 |
|
Tegiminis
|
8a9ccb4bbe
|
unit tests for customized attributeproperty getter/setter
|
2022-07-11 02:16:25 -07:00 |
|
Griatch
|
53a804c05f
|
Merge pull request #2798 from avalonhope/develop
Update test_search.py - test script_search by tag
|
2022-07-11 10:02:28 +02:00 |
|
Griatch
|
3510d26e68
|
Merge pull request #2791 from InspectorCaracal/set-cmd-error
Fix attribute-list traceback and silent failures on `CmdSetAttribute`
|
2022-07-11 08:37:37 +02:00 |
|
Griatch
|
fa85ed514a
|
Merge pull request #2788 from InspectorCaracal/prompt-msg-fix
Fix text + prompt msg function
|
2022-07-11 08:32:32 +02:00 |
|
Griatch
|
c22dd75070
|
Merge pull request #2787 from InspectorCaracal/iter-to-str-sep
Update separator handling for `iter_to_str`
|
2022-07-11 08:28:20 +02:00 |
|
Tegiminis
|
38606f4edb
|
Revert "remove unused argument"
This reverts commit 296c966ae6.
|
2022-07-10 03:55:52 -07:00 |
|
Tegiminis
|
296c966ae6
|
remove unused argument
|
2022-07-10 03:48:54 -07:00 |
|
Tegiminis
|
248df1a19b
|
docstring fix
|
2022-07-10 03:25:56 -07:00 |
|
Tegiminis
|
6fca198a70
|
makes attributeproperties object-aware, part 2
|
2022-07-10 03:20:16 -07:00 |
|
Tegiminis
|
da0e380fa5
|
Merge branch 'develop' of github.com:Tegiminis/evennia into develop
# Conflicts:
# evennia/typeclasses/attributes.py
|
2022-07-10 02:34:13 -07:00 |
|
Tegiminis
|
614a9ab048
|
makes attributeproperty "object-aware"
|
2022-07-10 02:32:05 -07:00 |
|
Avalon Hope
|
1bd32800ee
|
Update test_search.py
|
2022-07-08 11:51:00 +01:00 |
|
Avalon Hope
|
7887ad487b
|
Update test_search.py
|
2022-07-08 11:16:06 +01:00 |
|
Griatch
|
c82ad50f9e
|
Set echo option, probably no effect
|
2022-07-04 18:22:43 +02:00 |
|
InspectorCaracal
|
f55959336b
|
update docs/tests
|
2022-07-03 20:31:08 -06:00 |
|
InspectorCaracal
|
d7d4ccfe43
|
change to move prompt
|
2022-07-03 20:25:53 -06:00 |
|
InspectorCaracal
|
67a7e6ad61
|
check for results and fix attr-get
|
2022-07-03 20:11:21 -06:00 |
|
InspectorCaracal
|
b4b05f5548
|
move text to front
|
2022-06-28 21:50:00 -06:00 |
|
InspectorCaracal
|
581e491cd8
|
copy options for each command
|
2022-06-28 21:50:00 -06:00 |
|
InspectorCaracal
|
aeaff1d663
|
update docstring
|
2022-06-28 15:57:33 -06:00 |
|
InspectorCaracal
|
a957417c79
|
add separator param
|
2022-06-28 15:52:23 -06:00 |
|
InspectorCaracal
|
2e3ce55fce
|
remove blank-to-comma assumption
|
2022-06-28 15:43:05 -06:00 |
|
InspectorCaracal
|
5140cf36c2
|
typo
|
2022-06-28 12:00:51 -06:00 |
|
InspectorCaracal
|
42718e21d6
|
include aliases in candidates
|
2022-06-28 11:53:46 -06:00 |
|
Avalon Hope
|
81f52bffd0
|
Merge pull request #3 from avalonhope/avalonhope-unit-test-search-script
Unit tests for search_tag_attribute and additional unit test for search_tag_script
|
2022-06-22 10:56:18 +01:00 |
|
Avalon Hope
|
10a543d023
|
Update test_search.py
|
2022-06-22 10:30:13 +01:00 |
|
Avalon Hope
|
975c38c0af
|
Update test_search.py
|
2022-06-22 10:06:31 +01:00 |
|
Avalon Hope
|
5db14e8c4d
|
Update test_search.py
|
2022-06-22 09:39:45 +01:00 |
|
Avalon Hope
|
f8c6ca2797
|
Unit test for search_script_attribute
|
2022-06-22 09:38:57 +01:00 |
|
Cory F. Cohen
|
7321173d3b
|
A couple more typos that are only on develop.
|
2022-06-21 21:13:06 -04:00 |
|
Cory F. Cohen
|
a05ec09f51
|
Fix various typos in several files.
All are in comments and docstrings, and none should be controversial
in any way (e.g. British versus American spelling).
|
2022-06-21 21:12:45 -04:00 |
|
Avalon Hope
|
2922c0c7d9
|
Update test_search.py
|
2022-06-21 12:23:49 +01:00 |
|
Avalon Hope
|
87d77c6105
|
Adding unit tests for script search
|
2022-06-17 09:35:02 +01:00 |
|
Griatch
|
a83f21ef2f
|
Apply black to cleanup code
|
2022-06-12 09:46:48 +02:00 |
|
Griatch
|
b1d611c6ca
|
Merge pull request #2764 from InspectorCaracal/fix-text2html-normal
Fix ANSI_NORMAL override in text2html
|
2022-06-12 00:48:28 +02:00 |
|
Griatch
|
f5d0018c8e
|
Merge branch 'funcparser-fix-2737' of https://github.com/ChrisLR/evennia into ChrisLR-funcparser-fix-2737
|
2022-06-12 00:01:13 +02:00 |
|
Griatch
|
ff877b9671
|
Fix bug in 'Attribute-with-hidden-object' deserializer
|
2022-06-12 00:00:12 +02:00 |
|
InspectorCaracal
|
f676a7aac9
|
fix ANSI_NORMAL override in text2html
resets states on ANSI_NORMAL flag regardless of `clean` status
|
2022-06-09 15:50:16 -06:00 |
|
ChrisLR
|
f47beb6751
|
Changed parser to escape properly using alternating " or '
|
2022-06-06 16:23:36 -04:00 |
|
Griatch
|
1fc5b36dcd
|
Merge branch 'options_formatter' of https://github.com/InspectorCaracal/evennia into InspectorCaracal-options_formatter
|
2022-06-04 13:21:17 +02:00 |
|
Griatch
|
cd503cd9fd
|
Ran black on text2html file for PEP8 cleanup
|
2022-06-04 13:14:37 +02:00 |
|
Griatch
|
5df72530c6
|
Merge branch 'text2html_rewrite' of https://github.com/InspectorCaracal/evennia into InspectorCaracal-text2html_rewrite
|
2022-06-04 13:04:30 +02:00 |
|
Griatch
|
62bfa3e8f4
|
Merge pull request #2728 from InspectorCaracal/rpsystem-sdesc
Streamline `rpsystem` sdesc processing
|
2022-06-04 13:01:34 +02:00 |
|
Griatch
|
044ca714a6
|
Merge pull request #2750 from InspectorCaracal/fix-webclient-server-echo
Fix webclient error on server-side echo
|
2022-06-02 08:35:05 +02:00 |
|
Griatch
|
c39845c43b
|
Fix doc build for no-db case
|
2022-06-02 00:10:57 +02:00 |
|
Griatch
|
825d5d49e7
|
Merge branch 'develop' of github.com:evennia/evennia into develop
|
2022-06-01 22:04:57 +02:00 |
|
Griatch
|
2269a9b1ef
|
Add custom de/serializer methods for embedded dbobjs in Attribute pickling
|
2022-06-01 22:04:54 +02:00 |
|
InspectorCaracal
|
232d80041a
|
check if cmdid has callback
|
2022-06-01 12:48:18 -06:00 |
|
InspectorCaracal
|
a5c6a3ece7
|
update and simplify options_formatter
|
2022-05-31 23:23:59 -06:00 |
|