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 |
|
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 |
|
InspectorCaracal
|
734f0dd20e
|
strip ands, correct test
|
2022-10-09 22:11:20 -06: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 |
|
Travis Briggs
|
ca68c5e805
|
Make it more clear that we are catching the exception raised by the $raise() function
|
2022-10-09 09:53:24 -07:00 |
|
Griatch
|
0caec9841b
|
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
|
18ce7bc02b
|
Better demonstrate _MAX_NESTING
|
2022-10-09 09:29:48 -07:00 |
|
selberhad
|
2c9f80f998
|
Merge branch 'develop' of https://github.com/evennia/evennia into consolidate_input_close_buttons
|
2022-10-09 11:56:10 -04:00 |
|
Griatch
|
f309453d4e
|
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
|
06b281d180
|
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
|
e91f9b0b7b
|
Merge pull request #2897 from selberhad/text2html_improvements_develop
fix: improve convert_urls
|
2022-10-09 10:57:20 +02:00 |
|
Travis Briggs
|
b4100e0987
|
Increase test coverage for funcparse.py, finding bugs in the process
|
2022-10-07 23:59:38 -07:00 |
|
selberhad
|
d6074c1386
|
change protocol-relative urls to http
|
2022-10-07 22:19:58 -04:00 |
|
selberhad
|
dfb623ce90
|
prevent urls with no protocol that are too short from being highlighted
|
2022-10-07 22:18:03 -04:00 |
|
selberhad
|
80878fb124
|
fix: improve convert_urls
|
2022-10-07 22:18:03 -04:00 |
|
InspectorCaracal
|
dc94998f58
|
use result rather than iterate
|
2022-10-07 18:30:16 -06:00 |
|
Wendy Wang
|
4454eb7fce
|
Updating git -> git_integration, splitting git command into git/git evennia, adding git evennia tests
|
2022-10-07 10:41:30 +02:00 |
|
selberhad
|
b7dfef47ba
|
feat: consolidate input tab close buttons
|
2022-10-06 20:53:37 -04:00 |
|
selberhad
|
2e9bc79cb9
|
remove lodash dependency and add once helper
|
2022-10-06 20:47:51 -04:00 |
|
selberhad
|
4e58b70a06
|
Merge branch 'develop' of https://github.com/evennia/evennia into fix_multi_input_focus
|
2022-10-06 20:45:33 -04:00 |
|
Griatch
|
f9ba117680
|
Fix pre-emptive import bug introduced in container
|
2022-10-07 00:07:21 +02:00 |
|
Griatch
|
a5f19e8b92
|
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 |
|
Griatch
|
2980759c25
|
Merge pull request #2894 from audiodude/mobile-doc-fix
Documentation fix for mobile/small screens
|
2022-10-06 23:21:17 +02:00 |
|
Griatch
|
0b996335fe
|
Merge pull request #2882 from Henddher/issue_2706
fix: Global Scripts loading now catches parse errors
|
2022-10-06 23:14:02 +02:00 |
|
Wendy Wang
|
4d209b12b0
|
Update to git contrib README.md, include reference to evennia Version Control docs
|
2022-10-06 11:53:48 +02:00 |
|
Wendy Wang
|
839e78fa14
|
Update to git contrib README.md
|
2022-10-06 11:50:20 +02:00 |
|
Wendy Wang
|
1701539454
|
Slight reorganization
|
2022-10-06 11:46:55 +02:00 |
|
Wendy Wang
|
1de1625aae
|
Git contrib
|
2022-10-06 11:42:58 +02:00 |
|
selberhad
|
17791e71b7
|
fix: multiple inputs now retain focus correctly
|
2022-10-05 22:23:07 -04:00 |
|
InspectorCaracal
|
57a077ff24
|
revert mistaken change to test and pass
|
2022-10-05 17:57:08 -06:00 |
|
InspectorCaracal
|
17179a7edd
|
royal we
|
2022-10-05 17:31:55 -06:00 |
|