Commit graph

8193 commits

Author SHA1 Message Date
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
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
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
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
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
selberhad
17791e71b7 fix: multiple inputs now retain focus correctly 2022-10-05 22:23:07 -04:00
Griatch
6e45ac0cb1 Use parse_to_any, for protfuncs, handle empty list in $choice funcparser func 2022-10-05 22:25:46 +02:00
Griatch
d3fe999c4b Handle boolean input in $search func 2022-10-05 21:59:01 +02:00
Griatch
9054b96d64 Add support to $search using tag and with kwargs. Resolve #2902. 2022-10-05 21:40:57 +02:00
selberhad
0cb6c92e9d fix: use more widely supported unicode characters in webclient 2022-10-05 12:35:17 -04:00
Griatch
bd178669b9 Merge pull request #2900 from InspectorCaracal/logger-rotate-patch
Fix logger recursion
2022-10-05 09:01:14 +02:00
InspectorCaracal
faa2553a86 fix recursion 2022-10-04 13:14:00 -06:00
Travis Briggs
77cdb3081d 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
8b590a5cf6 Use override_settings to patch settings.GLOBAL_SCRIPTS. 2022-10-03 19:53:43 -05:00
Travis Briggs
b4065bb9c9 Fix phantom search bar on normal doc pages in mobile view 2022-10-03 17:00:15 -07:00
Griatch
5d740ea98f Merge branch 'master' into develop 2022-10-03 20:46:11 +02:00
Griatch
696f904d63 Update docs 2022-10-03 19:42:51 +02:00
Griatch
441c1ffe4c Merge pull request #2896 from selberhad/tutorial_broken_links
docs: fix broken links in Tutorial
2022-10-03 19:39:38 +02:00
Griatch
f856de79f6 Merge pull request #2892 from VexiaOnline/VexiaOnline-crafting-readme-typofix
Update README.md
2022-10-03 19:37:37 +02:00
Griatch
b7d96fa0b2 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
6c9303f8d9 Merge pull request #2889 from marado/develop
docs: fix markdown syntax for table
2022-10-03 19:33:49 +02:00
Griatch
2855a08eba Merge pull request #2887 from VexiaOnline/webclient-copy-fix
Webclient copy fix
2022-10-03 19:23:19 +02:00
selberhad
0dedd00c41 docs: fix broken links in Tutorial 2022-10-03 12:17:40 -04:00
Travis Briggs
3ac254134f Documentation fix for mobile/small screens 2022-10-02 20:15:37 -07:00
Vexia
0e5218189e Update README.md 2022-10-02 21:05:00 -05:00
henddher
e1a85e6f7a Add NonExistentRecipe for gracefully allow crafting of an unknown recipe. 2022-10-02 20:00:24 -05:00
Marcos Marado
99d9879dfe 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
d2cb75b058 Addition of unit-tests for GlobalScriptContainer. 2022-10-02 15:41:20 -05:00
Griatch
91e201d8af Update doc on i18n 2022-10-02 22:03:07 +02:00
Griatch
0b9e8e1785 Complile new portugese translation 2022-10-02 22:01:44 +02:00
Griatch
ff4c3b4c05 Merge pull request #2886 from marado/develop
Portuguese translations updated
2022-10-02 22:00:54 +02:00
Marcos Marado
1a7ffe46f9 Portuguese translations updated
Ref.: #2884
2022-10-02 18:59:31 +01:00
henddher
6f4b832263 Revert back to log_trace. 2022-10-02 11:28:52 -05:00
Griatch
e2efe42893 Update i18n strings 2022-10-02 11:39:27 +02:00
Griatch
8ab07faf3e Update i18n mo files 2022-10-02 11:27:11 +02:00
Griatch
0e0a904b12 Merge branch 'develop' of github.com:evennia/evennia into develop 2022-10-02 11:20:03 +02:00