Commit graph

7856 commits

Author SHA1 Message Date
Griatch
9c8aae3b0c
Merge pull request #2802 from Tegiminis/develop
Make AttributeProperty getter/setter "object aware"
2022-07-11 11:38:40 +02:00
Tegiminis
8377871e9f unit tests for customized attributeproperty getter/setter 2022-07-11 02:16:25 -07:00
Griatch
a18e5d0a81 Update docs with contrib auto-generated content 2022-07-11 10:03:45 +02:00
Griatch
fc7a49f152
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
a7f982b3a1
Merge pull request #2793 from blightbow/patch-1
Update evennia-docker-start.sh
2022-07-11 08:38:50 +02:00
Griatch
7ab473dfb6
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
a353dc8cf1
Merge pull request #2788 from InspectorCaracal/prompt-msg-fix
Fix text + prompt msg function
2022-07-11 08:32:32 +02:00
Griatch
9dbb8f698d
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
e27751a926 Revert "remove unused argument"
This reverts commit dfcc5fb5c0.
2022-07-10 03:55:52 -07:00
Tegiminis
dfcc5fb5c0 remove unused argument 2022-07-10 03:48:54 -07:00
Tegiminis
95d7cde7ef docstring fix 2022-07-10 03:25:56 -07:00
Tegiminis
1075e5652c makes attributeproperties object-aware, part 2 2022-07-10 03:20:16 -07:00
Tegiminis
00e5f4a487 Merge branch 'develop' of github.com:Tegiminis/evennia into develop
# Conflicts:
#	evennia/typeclasses/attributes.py
2022-07-10 02:34:13 -07:00
Tegiminis
14c35fdbe0 makes attributeproperty "object-aware" 2022-07-10 02:32:05 -07:00
Avalon Hope
67a7fb202b
Merge pull request #4 from avalonhope/avalonhope-test-search-script
Update test_search.py - test cases for search_script
2022-07-08 12:08:52 +01:00
Avalon Hope
e621108235
Update test_search.py 2022-07-08 11:51:00 +01:00
Avalon Hope
844dd95a4a
Update test_search.py 2022-07-08 11:16:06 +01:00
aka That Davin Guy
238e8a9107
Update evennia-docker-start.sh
Fixed an unquoted shell test. This was generating a "sh: start: unknown operand" message in the startup log when the default "evennia start --log" args were passed in.
2022-07-05 23:43:52 -04:00
Griatch
ce3992f999 Add vale linter config for docs 2022-07-05 19:24:53 +02:00
Griatch
e210f5fd94 Set echo option, probably no effect 2022-07-04 18:22:43 +02:00
InspectorCaracal
7390465db8 update docs/tests 2022-07-03 20:31:08 -06:00
InspectorCaracal
d23bf74af0
change to move prompt 2022-07-03 20:25:53 -06:00
InspectorCaracal
63d4384e1a check for results and fix attr-get 2022-07-03 20:11:21 -06:00
Griatch
372fa7118f
Merge pull request #2784 from InspectorCaracal/rpsystem-aliases
rpsystem: Always include aliases as candidates
2022-07-03 12:02:49 +02:00
InspectorCaracal
a1cd98d2e4 move text to front 2022-06-28 21:50:00 -06:00
InspectorCaracal
48a2f5097d copy options for each command 2022-06-28 21:50:00 -06:00
InspectorCaracal
d26840979c update docstring 2022-06-28 15:57:33 -06:00
InspectorCaracal
5f36af6ed9 add separator param 2022-06-28 15:52:23 -06:00
InspectorCaracal
7491d1b8b2 remove blank-to-comma assumption 2022-06-28 15:43:05 -06:00
InspectorCaracal
ce2bcc36ef
typo 2022-06-28 12:00:51 -06:00
InspectorCaracal
b09da3d8ca
include aliases in candidates 2022-06-28 11:53:46 -06:00
Griatch
22fa2c6b85
Merge pull request #2781 from avalonhope/develop
Unit tests for search_script_attribute and seach_script_tag
2022-06-26 09:44:53 +02:00
Avalon Hope
be9e1e0134
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
60a05b5dc3
Update test_search.py 2022-06-22 10:30:13 +01:00
Avalon Hope
f052ec262f
Update test_search.py 2022-06-22 10:06:31 +01:00
Avalon Hope
a2573a8829
Update test_search.py 2022-06-22 09:39:45 +01:00
Avalon Hope
ac40b637fa
Unit test for search_script_attribute 2022-06-22 09:38:57 +01:00
Griatch
0d8ed92faa
Merge pull request #2779 from cfcohen/devedits
Typos from master, plus a couple more.
2022-06-22 08:31:09 +02:00
Griatch
450d70118f Limit jinja2 version for sphinx error 2022-06-22 08:25:17 +02:00
Griatch
b38385c588
Merge pull request #2777 from hellgheast/fix-doc-build
Testing to fix the jinja2 problem
2022-06-22 08:23:34 +02:00
Cory F. Cohen
f8bb65d3d0 A couple more typos that are only on develop. 2022-06-21 21:13:06 -04:00
Cory F. Cohen
1bb88c39bb 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
777584ac03
Update test_search.py 2022-06-21 12:23:49 +01:00
Hellgheast
401da19f1f
Testing to fix the jinja2 problem 2022-06-21 11:28:21 +02:00
Griatch
8c5b0de4ac
Merge pull request #2775 from hellgheast/beginner-tutorial-typos
Beginner tutorial typos
2022-06-21 08:10:56 +02:00
Griatch
fe3683b65f
Merge pull request #2773 from InspectorCaracal/links-doc-update
Update the Links page
2022-06-20 21:48:42 +02:00
InspectorCaracal
d44273c1af
remove IRC, update docker-compose 2022-06-20 13:32:33 -06:00
Griatch
ae4950d324
Merge pull request #2772 from avalonhope/develop
Adding unit tests for script search
2022-06-20 21:12:01 +02:00
Hellgheast
d12bccafa6
doc : sethelp removed the /add switch 2022-06-20 19:38:20 +02:00
Hellgheast
552070b74e
doc: Correction of red_button calls 2022-06-20 19:18:16 +02:00