Commit graph

8235 commits

Author SHA1 Message Date
Griatch
fdc47aa58c Fix $choice funcparser; improve safe_eval parsing of containers. Resolve #2910. 2022-10-13 23:22:05 +02:00
Griatch
d0636f3899 Fix of FuncParser nested any-output. Resolve #2908, #2902 2022-10-13 20:05:42 +02:00
Griatch
24a8ca8446 Merge branch 'develop' into fix/funcparser 2022-10-13 19:01:36 +02:00
Griatch
3bf45b05b5 Fix regression caused by fixing the search_typeclass manager method 2022-10-13 18:59:54 +02:00
Griatch
55c99a723b Fix funcparser issues 2022-10-13 18:45:39 +02:00
Griatch
91357478f5
Merge pull request #2932 from aMiss-aWry/develop
Remove library (unix only, breaks on windows)
2022-10-13 16:56:36 +02:00
Griatch
679f855969 Fix merge conflict 2022-10-13 16:44:33 +02:00
Griatch
eb29e4919a [fix] Correct search_typeclass bugs. Resolve #2694. 2022-10-13 16:41:18 +02:00
Wendy Wang
ab5987c843 Adding search_typeclass to search utils 2022-10-13 15:01:27 +02:00
Wendy Wang
c6cf8899d1
Remove library (unix only, breaks on windows)
Wasn't being used in the code any more anyway (oops)
2022-10-13 10:54:49 +02:00
Griatch
75505d8a3c
Merge pull request #2930 from audiodude/funcparser-search-f-string
Remove f-string with unbound variable in funcparser
2022-10-13 09:12:01 +02:00
Griatch
04bfb1fafd
Merge pull request #2918 from audiodude/funcparser-coverage
Increase test coverage for funcparse.py, finding bugs in the process
2022-10-13 08:26:25 +02:00
Travis Briggs
471db91eb7 Fix funcparser $search method exception message 2022-10-12 17:47:56 -07:00
Griatch
db857ea0d2
Merge pull request #2929 from audiodude/funcparser-search-check
Fix access control check in $search() function
2022-10-12 20:46:20 +02:00
Griatch
b5366eb502
Merge pull request #2928 from audiodude/funcparser-round
In funcparser, make $round() actually return value
2022-10-12 20:44:56 +02:00
Griatch
e8b99e9378
Merge pull request #2925 from InspectorCaracal/str2int
Add `str2int` as counterpart to `int2str`
2022-10-12 20:44:32 +02:00
Griatch
b3e23f3866
Merge pull request #2907 from Machine-Garden-MUD/develop
Git Contrib: Integrating Git status, branch, checkout, and pull functionality into Evennia.
2022-10-12 20:26:06 +02:00
Griatch
b49863628e
Merge pull request #2903 from InspectorCaracal/refactor-pronouns
Refactor `pronouns.py`
2022-10-11 23:39:11 +02:00
InspectorCaracal
240d5361b8
Update pronouns.py 2022-10-11 10:17:21 -06:00
Travis Briggs
79f7a9199c Fix tests 2022-10-10 15:30:43 -07:00
Travis Briggs
1a074c2676 Fix access control check in $search() function 2022-10-10 15:16:12 -07:00
Travis Briggs
396ad9ae45 In funcparser, make $round() actually return value 2022-10-10 15:11:20 -07:00
Travis Briggs
edb995d4e3 Add failing test for whitespace preservation 2022-10-10 15:06:42 -07:00
Wendy Wang
e9c5467302 Realized with the new git-integration command structure I can just test GitCommand, not Git and GitEvennia separately 2022-10-10 21:59:26 +02:00
Wendy Wang
dd6d27be24 Updating git integration to account for detached HEAD: Also updating tests 2022-10-10 21:37:41 +02:00
InspectorCaracal
aa95eb3062
Update pronouns.py 2022-10-10 12:24:30 -06:00
InspectorCaracal
9c9d649a00 strip ands, correct test 2022-10-09 22:11:20 -06:00
InspectorCaracal
e02571553e do single-number check AFTER conversion from ordinal 2022-10-09 21:33:11 -06:00
InspectorCaracal
7da52d1875 typos 2022-10-09 21:30:28 -06:00
InspectorCaracal
032910e8a8 add tests 2022-10-09 21:14:16 -06:00
InspectorCaracal
ac350da2f5 add ordinal case 2022-10-09 21:12:47 -06:00
InspectorCaracal
4704b8554a add str2int 2022-10-09 20:42:34 -06:00
Travis Briggs
60b74f56c9 Make it more clear that we are catching the exception raised by the $raise() function 2022-10-09 09:53:24 -07:00
Griatch
394bbe2b97
Merge pull request #2921 from selberhad/consolidate_input_close_buttons
feat: consolidate new input tab buttons
2022-10-09 18:31:38 +02:00
Travis Briggs
0dcf42df98 Better demonstrate _MAX_NESTING 2022-10-09 09:29:48 -07:00
selberhad
e43d32a162 Merge branch 'develop' of https://github.com/evennia/evennia into consolidate_input_close_buttons 2022-10-09 11:56:10 -04:00
Griatch
2890bf097f
Merge pull request #2914 from InspectorCaracal/fix-tags-has
Fix `TagHandler.has` to return False for no-match
2022-10-09 12:00:30 +02:00
Griatch
9a51a75fa6
Merge pull request #2905 from selberhad/fix_multi_input_focus
fix: multiple inputs now retain focus correctly
2022-10-09 11:33:09 +02:00
Griatch
21d4234805
Merge pull request #2897 from selberhad/text2html_improvements_develop
fix: improve convert_urls
2022-10-09 10:57:20 +02:00
Travis Briggs
182e1f3a0d Increase test coverage for funcparse.py, finding bugs in the process 2022-10-07 23:59:38 -07:00
selberhad
7f1aa222d0 change protocol-relative urls to http 2022-10-07 22:19:58 -04:00
selberhad
39ae5973e7 prevent urls with no protocol that are too short from being highlighted 2022-10-07 22:18:03 -04:00
selberhad
ee1f26380c fix: improve convert_urls 2022-10-07 22:18:03 -04:00
InspectorCaracal
929ddb304e use result rather than iterate 2022-10-07 18:30:16 -06:00
Wendy Wang
177bfa01f4 Updating git -> git_integration, splitting git command into git/git evennia, adding git evennia tests 2022-10-07 10:41:30 +02:00
selberhad
5cbe03b5e5 feat: consolidate input tab close buttons 2022-10-06 20:53:37 -04:00
selberhad
8f15eb8207 remove lodash dependency and add once helper 2022-10-06 20:47:51 -04:00
selberhad
797f69301a Merge branch 'develop' of https://github.com/evennia/evennia into fix_multi_input_focus 2022-10-06 20:45:33 -04:00
Griatch
b0f24f9975 Fix pre-emptive import bug introduced in container 2022-10-07 00:07:21 +02:00
Griatch
6c4a44d1bd
Merge pull request #2901 from selberhad/fix_unicode_chars
fix: use more widely supported unicode characters in webclient
2022-10-06 23:36:40 +02:00