Commit graph

8256 commits

Author SHA1 Message Date
Griatch
c19fd53f93 Update contributing file 2022-10-20 23:18:36 +02:00
Griatch
65b40e0aaf Merge pull request #2944 from homeofpoe/patch-3
Update manager.py
2022-10-20 20:29:43 +02:00
homeofpoe
0c1b2e894a Update manager.py
Fixing a typo.
2022-10-20 11:22:30 -07:00
Griatch
f2f0ec3c55 Merge pull request #2941 from InspectorCaracal/iter-to-str
Fix and catch edge cases in `iter_to_str`
2022-10-19 22:37:24 +02:00
Griatch
9d8ab1fbbc Merge pull request #2940 from InspectorCaracal/InspectorCaracal-patch-1
Fix formatting on command suggestions
2022-10-19 22:36:02 +02:00
Griatch
4ba7df7f61 Merge pull request #2904 from Henddher/issue_2695
fix: xyzgrid spawn doesn't call at_object_creation
2022-10-19 22:29:35 +02:00
henddher
1efa25a55d Remove fallback from node's typeclass load. 2022-10-17 08:01:45 -05:00
Griatch
456b98f7f6 Merge pull request #2942 from Henddher/issue_2770
fix: Remove refs to @tz #2770
2022-10-17 11:10:10 +02:00
henddher
43b9ec8d2e Remove refs to @tz. 2022-10-16 16:14:50 -05:00
henddher
10dea3ebd6 Remove commented out @override_settings. 2022-10-14 22:55:02 -05:00
henddher
34c8cf9793 Review comments. 2022-10-14 22:51:11 -05:00
InspectorCaracal
b06e8cefde fix edge cases, add tests 2022-10-14 11:59:42 -06:00
InspectorCaracal
14a12b7bf3 patch nomatch suggestions 2022-10-14 11:35:04 -06:00
Griatch
0f70f51724 Fix $choice funcparser; improve safe_eval parsing of containers. Resolve #2910. 2022-10-13 23:22:05 +02:00
Griatch
4fb5268acd Fix of FuncParser nested any-output. Resolve #2908, #2902 2022-10-13 20:05:42 +02:00
Griatch
336ef18eb8 Merge branch 'develop' into fix/funcparser 2022-10-13 19:01:36 +02:00
Griatch
f1e8ff5965 Fix regression caused by fixing the search_typeclass manager method 2022-10-13 18:59:54 +02:00
Griatch
2d74c89eb8 Fix funcparser issues 2022-10-13 18:45:39 +02:00
Griatch
6c43b341dc Merge pull request #2932 from aMiss-aWry/develop
Remove library (unix only, breaks on windows)
2022-10-13 16:56:36 +02:00
Griatch
788de8af47 Fix merge conflict 2022-10-13 16:44:33 +02:00
Griatch
e5b698fab8 [fix] Correct search_typeclass bugs. Resolve #2694. 2022-10-13 16:41:18 +02:00
Wendy Wang
a4eb891f69 Adding search_typeclass to search utils 2022-10-13 15:01:27 +02:00
Wendy Wang
f55d88f94b 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
c7a2b8b37b 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
f4a092830e 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
af77083b6e Fix funcparser $search method exception message 2022-10-12 17:47:56 -07:00
henddher
06c6d68634 Cleanup. 2022-10-12 19:39:53 -05:00
henddher
1b1145c1e6 Replace ExitTypeclass (XYZExit) with specified Typeclass in prototype. 2022-10-12 19:28:22 -05:00
Griatch
ea877bb13e 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
0cef9d54c5 Merge pull request #2928 from audiodude/funcparser-round
In funcparser, make $round() actually return value
2022-10-12 20:44:56 +02:00
Griatch
01e33751d8 Merge pull request #2925 from InspectorCaracal/str2int
Add `str2int` as counterpart to `int2str`
2022-10-12 20:44:32 +02:00
Griatch
bab8071503 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
5f951de286 Merge pull request #2903 from InspectorCaracal/refactor-pronouns
Refactor `pronouns.py`
2022-10-11 23:39:11 +02:00
InspectorCaracal
1c4cf58f12 Update pronouns.py 2022-10-11 10:17:21 -06:00
Travis Briggs
4eb0940b36 Fix tests 2022-10-10 15:30:43 -07:00
Travis Briggs
a22f232ae3 Fix access control check in $search() function 2022-10-10 15:16:12 -07:00
Travis Briggs
46e6694794 In funcparser, make $round() actually return value 2022-10-10 15:11:20 -07:00
Travis Briggs
0775c397ea Add failing test for whitespace preservation 2022-10-10 15:06:42 -07:00
Wendy Wang
afef19882f 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
5acc09d88c Updating git integration to account for detached HEAD: Also updating tests 2022-10-10 21:37:41 +02:00
InspectorCaracal
e129e5682c Update pronouns.py 2022-10-10 12:24:30 -06:00
henddher
cca49d30a5 TODO: use Typeclass for exits also. 2022-10-09 23:14:21 -05:00
InspectorCaracal
734f0dd20e strip ands, correct test 2022-10-09 22:11:20 -06:00
henddher
7944ed833e Use global mocks to assert called callbacks. 2022-10-09 23:10:03 -05:00
henddher
f6e6621463 Replace NodeTypeclass (XYZRoom) with specified Typeclass in prototype. 2022-10-09 22:34:28 -05:00
InspectorCaracal
18c3996020 do single-number check AFTER conversion from ordinal 2022-10-09 21:33:11 -06:00
InspectorCaracal
0ff4097a47 typos 2022-10-09 21:30:28 -06:00
InspectorCaracal
d4e11abd1d add tests 2022-10-09 21:14:16 -06:00
InspectorCaracal
00fe0a2d9d add ordinal case 2022-10-09 21:12:47 -06:00
InspectorCaracal
3970e82434 add str2int 2022-10-09 20:42:34 -06:00