Griatch
|
2edda204ab
|
Add protfunc_raise_errors to spawn function, per #2769
|
2022-10-23 11:55:11 +02:00 |
|
Griatch
|
d987ebff59
|
Add info in install docs on switching to develop branch for now. Resolve #2689
|
2022-10-23 11:26:47 +02:00 |
|
Griatch
|
469f5bf800
|
Set min channel log rotate size to 1kB. Resolve #2702
|
2022-10-23 11:20:01 +02:00 |
|
Griatch
|
3d6b1be709
|
Update docs for latest PRs
|
2022-10-23 10:58:19 +02:00 |
|
Griatch
|
cc5d7ead32
|
Fix bug in tag querying. Resolve #2688.
|
2022-10-23 10:57:58 +02:00 |
|
Griatch
|
1113fd4703
|
Fix doc build issue from early container load
|
2022-10-23 10:40:12 +02:00 |
|
Griatch
|
696a6f7e7f
|
Fix bug when spawning non-player controlled entities in xyzroom. Resolve #2522.
|
2022-10-23 10:22:50 +02:00 |
|
Griatch
|
f8e439788b
|
Update CI build actions
|
2022-10-23 01:07:58 +02:00 |
|
Griatch
|
b95b77b7e9
|
Disable --parallel for test runs calculating coverage
|
2022-10-23 00:24:42 +02:00 |
|
Griatch
|
e1c0b53b73
|
Report coverage version in CI
|
2022-10-22 23:42:25 +02:00 |
|
Griatch
|
7ba25288c3
|
Get more coverage info from ci build
|
2022-10-22 23:11:23 +02:00 |
|
Griatch
|
1752b5f5d9
|
Merge pull request #2945 from Machine-Garden-MUD/exit_match
Add matching_exit() to DefaultExit
|
2022-10-21 09:10:04 +02:00 |
|
Griatch
|
88e64e74bd
|
Do not save test db for coverall CI build
|
2022-10-21 01:21:25 +02:00 |
|
Wendy Wang
|
778a413e39
|
Updates with Griatch's recs, addition of unit test
|
2022-10-21 01:14:41 +02:00 |
|
Griatch
|
d8dc2ea50c
|
Revert to xml coverall output again
|
2022-10-21 01:11:58 +02:00 |
|
Griatch
|
2567b9635f
|
Further test with lcov file
|
2022-10-21 00:58:59 +02:00 |
|
Griatch
|
5635fdaaa4
|
Test alternative coveralls send
|
2022-10-21 00:38:31 +02:00 |
|
Griatch
|
a150d42c8f
|
More updates
|
2022-10-20 23:57:12 +02:00 |
|
Griatch
|
69fab102c3
|
Update contributing file
|
2022-10-20 23:18:36 +02:00 |
|
Wendy Wang
|
36790e0a37
|
Addition of matching_exit() function on DefaultExit to return the exit(s) that pair with it, optionally formatted as list or singular Exit with as_list parameter.
|
2022-10-20 21:33:15 +02:00 |
|
Griatch
|
ccbd8a17da
|
Merge pull request #2944 from homeofpoe/patch-3
Update manager.py
|
2022-10-20 20:29:43 +02:00 |
|
homeofpoe
|
0fc1bf7b32
|
Update manager.py
Fixing a typo.
|
2022-10-20 11:22:30 -07:00 |
|
Griatch
|
f64484f6e8
|
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
|
11cb610faf
|
Merge pull request #2940 from InspectorCaracal/InspectorCaracal-patch-1
Fix formatting on command suggestions
|
2022-10-19 22:36:02 +02:00 |
|
Griatch
|
e2b9f7bfaa
|
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
|
95e6394602
|
Remove fallback from node's typeclass load.
|
2022-10-17 08:01:45 -05:00 |
|
Griatch
|
98a258f81b
|
Merge pull request #2942 from Henddher/issue_2770
fix: Remove refs to @tz #2770
|
2022-10-17 11:10:10 +02:00 |
|
henddher
|
f1fa289db5
|
Remove refs to @tz.
|
2022-10-16 16:14:50 -05:00 |
|
henddher
|
c482a815c8
|
Remove commented out @override_settings.
|
2022-10-14 22:55:02 -05:00 |
|
henddher
|
0e4e59ffaf
|
Review comments.
|
2022-10-14 22:51:11 -05:00 |
|
InspectorCaracal
|
5e2c7e7b55
|
fix edge cases, add tests
|
2022-10-14 11:59:42 -06:00 |
|
InspectorCaracal
|
5a33a2ee6a
|
patch nomatch suggestions
|
2022-10-14 11:35:04 -06:00 |
|
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 |
|
henddher
|
ab8bd723fa
|
Cleanup.
|
2022-10-12 19:39:53 -05:00 |
|
henddher
|
865babb357
|
Replace ExitTypeclass (XYZExit) with specified Typeclass in prototype.
|
2022-10-12 19:28:22 -05: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 |
|