Commit graph

8709 commits

Author SHA1 Message Date
Griatch
21d4234805
Merge pull request #2897 from selberhad/text2html_improvements_develop
fix: improve convert_urls
2022-10-09 10:57:20 +02:00
henddher
cfe27b8b78 Allow changing the typeclass of xyzroom and xyzexit during test prep. 2022-10-08 08:54:41 -05:00
Travis Briggs
182e1f3a0d Increase test coverage for funcparse.py, finding bugs in the process 2022-10-07 23:59:38 -07:00
henddher
47c030bc52 Test for XYZRoom and XYZExit subclasses with callbacks. 2022-10-07 22:23:55 -05: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
Griatch
9efe8ae636
Merge pull request #2894 from audiodude/mobile-doc-fix
Documentation fix for mobile/small screens
2022-10-06 23:21:17 +02:00
Griatch
f007b66895
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
935b7e041a Update to git contrib README.md, include reference to evennia Version Control docs 2022-10-06 11:53:48 +02:00
Wendy Wang
91741f4f3a Update to git contrib README.md 2022-10-06 11:50:20 +02:00
Wendy Wang
76898b0e0e Slight reorganization 2022-10-06 11:46:55 +02:00
Wendy Wang
83dd230d0b Git contrib 2022-10-06 11:42:58 +02:00
selberhad
cbb40d94f6 fix: multiple inputs now retain focus correctly 2022-10-05 22:23:07 -04:00
henddher
f3421f9d13 Fix installation instructions. However, all hyperlins appear to be broken. 2022-10-05 21:12:52 -05:00
InspectorCaracal
ea09a113ef revert mistaken change to test and pass 2022-10-05 17:57:08 -06:00
InspectorCaracal
fb4919b3b2 royal we 2022-10-05 17:31:55 -06:00
InspectorCaracal
98284b106d update for tests 2022-10-05 17:21:19 -06:00
InspectorCaracal
7bbd78acf2 fix docstring spacing and comments 2022-10-05 14:48:59 -06:00
InspectorCaracal
790c5c8188
refactor pronouns 2022-10-05 14:26:55 -06:00
Griatch
1b67bc1ea1 Use parse_to_any, for protfuncs, handle empty list in $choice funcparser func 2022-10-05 22:25:46 +02:00
Griatch
18718eb5e4 Handle boolean input in $search func 2022-10-05 21:59:01 +02:00
Griatch
73a7b4ac56 Add support to $search using tag and with kwargs. Resolve #2902. 2022-10-05 21:40:57 +02:00
selberhad
d26d0ece37 fix: use more widely supported unicode characters in webclient 2022-10-05 12:35:17 -04:00
Griatch
da5a0cc08d
Merge pull request #2900 from InspectorCaracal/logger-rotate-patch
Fix logger recursion
2022-10-05 09:01:14 +02:00
InspectorCaracal
01edb1ab23
fix recursion 2022-10-04 13:14:00 -06:00
Travis Briggs
6f212974c8 Make the docs site basically responsive, by using flexbox instead of floats for the sidebar and allowing it to take up 100% width when the screen width is less than 480px 2022-10-03 18:05:01 -07:00
henddher
48eaa97179 Use override_settings to patch settings.GLOBAL_SCRIPTS. 2022-10-03 19:53:43 -05:00
Travis Briggs
f5f7871b32 Fix phantom search bar on normal doc pages in mobile view 2022-10-03 17:00:15 -07:00
Vexia
3e77b91edb
Update objects.py 2022-10-03 15:17:34 -05:00
Griatch
a2d7b9f3d4 Merge branch 'master' into develop 2022-10-03 20:46:11 +02:00
Griatch
caa4699788 Update docs 2022-10-03 19:42:51 +02:00
Griatch
6b9adac2e8
Merge pull request #2896 from selberhad/tutorial_broken_links
docs: fix broken links in Tutorial
2022-10-03 19:39:38 +02:00
Griatch
bb1375aa7b
Merge pull request #2892 from VexiaOnline/VexiaOnline-crafting-readme-typofix
Update README.md
2022-10-03 19:37:37 +02:00
Griatch
9b0e861f48
Merge pull request #2891 from Henddher/issue_2703
fix: Add NonExistentRecipe for gracefully craft an unknown recipe.
2022-10-03 19:35:43 +02:00
Griatch
9ebd7767a3
Merge pull request #2889 from marado/develop
docs: fix markdown syntax for table
2022-10-03 19:33:49 +02:00
Griatch
511090fe1b
Merge pull request #2887 from VexiaOnline/webclient-copy-fix
Webclient copy fix
2022-10-03 19:23:19 +02:00
selberhad
942b07e02c docs: fix broken links in Tutorial 2022-10-03 12:17:40 -04:00
Travis Briggs
08003525d9 Documentation fix for mobile/small screens 2022-10-02 20:15:37 -07:00
Vexia
5453100432
Update README.md 2022-10-02 21:05:00 -05:00
henddher
3a90bf9718 Add NonExistentRecipe for gracefully allow crafting of an unknown recipe. 2022-10-02 20:00:24 -05:00
Marcos Marado
f3f9c00cb0 docs: fix markdown syntax for table
Fixing the table in markdown on Prototypes.md, enabling sphynx to
correctly turn it into an HTML table.

Closes: #2880
2022-10-02 23:00:42 +01:00
henddher
ecea40d93b Addition of unit-tests for GlobalScriptContainer. 2022-10-02 15:41:20 -05:00