Mike Gray
98d9e5d198
fix: allow for corner case
2022-10-31 20:55:37 -05:00
Mike Gray
bafa9f05bb
chore: revert to try/except and replace TypeError
2022-10-31 20:35:22 -05:00
Mike Gray
8934579cda
chore: convert try/except to explicit checks
...
Rather than causing an exception and handling it, this change explicitly checks the type of certain arguments and only converts strings to integers if needed.
Both this change and the previous implementation don't handle cases where the string passed is not numeric. However, I'm just getting familiar with the codebase, so this is possibly handled elsewhere.
2022-10-29 21:23:07 -05:00
Griatch
da68598b63
Add tag to catch link-dead puppet. Resolve #2829 , #2737
2022-10-29 20:54:57 +02:00
Griatch
5c6a4200c2
Fix unittest hitting random exception
2022-10-29 18:45:08 +02:00
Griatch
40f5fc9a85
Add warning about using {-color contrib syntax
2022-10-29 18:32:09 +02:00
Griatch
b684194795
Stop escape ' in funcparser; req double quotes. Resolve #2737 .
2022-10-29 18:28:30 +02:00
Griatch
c741b2b898
Revert escape of { in msg_contents; it breaks regular mapping
2022-10-29 18:27:51 +02:00
Griatch
a92f84bd58
Fix msg_contents to not interfere with extra brackets in input (and {-style colors). Resolve #2696
2022-10-29 17:06:13 +02:00
Griatch
d3ebd3d642
Make CmdTag prioritise local objects first. Resolve #2665 .
2022-10-29 16:32:36 +02:00
Griatch
d0f137845d
Remove match to retain 3.9 compatibility
2022-10-29 11:18:08 +02:00
Griatch
cbfc5d6bcd
Testing to add needs-triage labels to issues not yet verified
2022-10-29 10:50:49 +02:00
Griatch
8ac0ce1905
Warn if running too-new, untested Python version. Break out version reqs into separate file for more visibility.
2022-10-29 10:41:56 +02:00
Griatch
2b328defcc
Merge pull request #2922 from InspectorCaracal/global-scripts-raise
...
Allow global scripts container to raise import errors
2022-10-29 09:50:10 +02:00
InspectorCaracal
d40dfefc44
add docstring to broken script module
2022-10-28 09:44:46 -06:00
InspectorCaracal
d1981bd15b
Merge branch 'develop' into global-scripts-raise
2022-10-28 09:30:09 -06:00
InspectorCaracal
1ce44db283
test exceptions more precisely
2022-10-28 09:28:44 -06:00
Griatch
60babb0672
Merge pull request #2961 from homeofpoe/patch-14
...
Update initial_setup.py
2022-10-27 22:27:52 +02:00
Griatch
8fae026da1
Merge pull request #2951 from homeofpoe/patch-9
...
Update admin.py
2022-10-27 22:27:17 +02:00
homeofpoe
4a04a3a76d
Update admin.py
2022-10-27 11:28:58 -07:00
Griatch
129b6cd3bb
Merge pull request #2954 from homeofpoe/patch-12
...
Update comms.py
2022-10-27 20:12:44 +02:00
homeofpoe
452ce59bb8
Update initial_setup.py
...
Change superuser character permissions per #2850
2022-10-27 11:06:38 -07:00
homeofpoe
f58a46260c
Update admin.py
...
Thank you for the feedback. My editing vessel was subpar, and these should be caught pre-submission next time. I appreciate the helpful suggestion on accountstr, I like that approach quite a lot
2022-10-27 10:50:30 -07:00
homeofpoe
39752261a8
Update comms.py
...
Move around the f to outside of the string.
2022-10-27 09:40:39 -07:00
Griatch
d1fc7b3cfd
Fix multimatch aliasing. Resolve #2960 .
2022-10-27 16:54:56 +02:00
Griatch
1dabcda28b
Merge pull request #2959 from InspectorCaracal/InspectorCaracal-patch-2
...
Fix msg_contents funcparsing
2022-10-26 19:33:25 +02:00
Griatch
82ee627c6c
Merge pull request #2958 from homeofpoe/patch-13
...
Update objects.py
2022-10-26 19:32:36 +02:00
Griatch
2b8e222e13
Merge pull request #2957 from homeofpoe/develop
...
Add fstrings
2022-10-26 19:31:21 +02:00
Griatch
c0663289b6
Merge pull request #2950 from homeofpoe/patch-8
...
Update Contrib-Custom-Gametime.md
2022-10-26 19:05:32 +02:00
Griatch
340d30e577
Merge pull request #2949 from homeofpoe/patch-7
...
Update Gametime-Tutorial.md
2022-10-26 19:02:48 +02:00
Griatch
4f2cc9656e
Merge pull request #2948 from homeofpoe/patch-6
...
Update evform.py
2022-10-26 19:00:59 +02:00
Griatch
4450426ca0
Merge pull request #2947 from homeofpoe/patch-4
...
Update Scripts.md
2022-10-26 19:00:15 +02:00
InspectorCaracal
fabe3ba2a9
fix msg_contents funcparsing
2022-10-26 08:48:01 -06:00
homeofpoe
db2336aa4b
Update objects.py
...
missing quotation in doc string, and at_access() keyword args formatted oddly because 'game' was on a new line, and (Not).
2022-10-26 05:53:40 -07:00
homeofpoe
41ec63fa43
Quick fixes
2022-10-26 05:05:29 -07:00
homeofpoe
9113ad273e
Add fstrings
...
Extend usage of fstrings for consistency and readability.
2022-10-26 04:51:19 -07:00
Griatch
5423ee238c
Add more info to msg_contents
2022-10-26 10:42:29 +02:00
homeofpoe
2cf69c89e6
Update comms.py
...
Extend fstring usage for consistency and clarity and fixing my gaff
2022-10-25 16:23:54 -07:00
homeofpoe
e69e34311c
Update admin.py
2022-10-25 10:27:53 -07:00
homeofpoe
f58354ce23
Update admin.py
...
Extend and fix fstring usage.
2022-10-25 10:23:21 -07:00
homeofpoe
04c37567d6
Update Contrib-Custom-Gametime.md
...
Fixes typo in header
2022-10-25 09:20:57 -07:00
homeofpoe
c6b7b0284f
Update Gametime-Tutorial.md
...
Fix references per #2716
2022-10-25 09:15:26 -07:00
homeofpoe
24bd1d2e26
Update evform.py
...
Fixes uncommented lines.
2022-10-25 09:09:11 -07:00
homeofpoe
65c863ce01
Update Scripts.md
2022-10-25 09:01:05 -07:00
Griatch
bf6eeb288f
Update doc with latest italian i18n update time
2022-10-23 12:20:23 +02:00
Griatch
bef44a5ae6
Remove unused help_category/entry_color styles. Resolve #2771
2022-10-23 12:11:09 +02:00
Griatch
cec502cecc
Add html comments to github issue templates
2022-10-23 12:01:26 +02:00
Griatch
f2f5a9d99d
Add protfunc_raise_errors to spawn function, per #2769
2022-10-23 11:55:11 +02:00
Griatch
0ed055a0a4
Add info in install docs on switching to develop branch for now. Resolve #2689
2022-10-23 11:26:47 +02:00
Griatch
f3182b0dae
Set min channel log rotate size to 1kB. Resolve #2702
2022-10-23 11:20:01 +02:00