Commit graph

7833 commits

Author SHA1 Message Date
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
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
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
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
Hellgheast
8e199bd255
doc: Fixing bodyfunctions script call 2022-06-20 19:05:18 +02:00
Hellgheast
8fe76ee976
Update Building-Quickstart.md
Changing the description command to desc (which exist in dev-1.0)
2022-06-20 18:45:20 +02:00
InspectorCaracal
f0e63a1555
add discord relay 2022-06-17 13:25:09 -06:00
InspectorCaracal
79b1dfcc2c
match line-item syntax, alphabetize 2022-06-17 13:22:32 -06:00
InspectorCaracal
eb9cde63e4
Update and reorganize Links 2022-06-17 13:17:36 -06:00
Avalon Hope
4e19d5a653
Adding unit tests for script search 2022-06-17 09:35:02 +01:00
Griatch
c511b4b68a Apply black to cleanup code 2022-06-12 09:46:48 +02:00
Griatch
965be66934 Another update to the readme 2022-06-12 01:05:00 +02:00
Griatch
7f8cd88177 Update to readme 2022-06-12 00:56:01 +02:00
Griatch
3502c513d9
Merge pull request #2764 from InspectorCaracal/fix-text2html-normal
Fix ANSI_NORMAL override in text2html
2022-06-12 00:48:28 +02:00
Griatch
3a28efb7c8 Update FuncParser docs 2022-06-12 00:40:36 +02:00
Griatch
a1e9940538 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
61c32428fa Fix bug in 'Attribute-with-hidden-object' deserializer 2022-06-12 00:00:12 +02:00
InspectorCaracal
2ee8a13857
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
24629f28b4 Changed parser to escape properly using alternating " or ' 2022-06-06 16:23:36 -04:00
Griatch
6edf9064c9 Updated CHANGELOG 2022-06-04 13:24:06 +02:00
Griatch
5521bcef7c Merge branch 'options_formatter' of https://github.com/InspectorCaracal/evennia into InspectorCaracal-options_formatter 2022-06-04 13:21:17 +02:00
Griatch
8c55754822 Update CHANGELOG 2022-06-04 13:15:44 +02:00
Griatch
a1ce78dce3 Ran black on text2html file for PEP8 cleanup 2022-06-04 13:14:37 +02:00
Griatch
912b326254 Merge branch 'text2html_rewrite' of https://github.com/InspectorCaracal/evennia into InspectorCaracal-text2html_rewrite 2022-06-04 13:04:30 +02:00
Griatch
455b272a2f Update CHANGELOG 2022-06-04 13:03:42 +02:00
Griatch
7b15494ac4
Merge pull request #2728 from InspectorCaracal/rpsystem-sdesc
Streamline `rpsystem` sdesc processing
2022-06-04 13:01:34 +02:00
Griatch
3ab962c1f7
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