Commit graph

8298 commits

Author SHA1 Message Date
Griatch
c2b302b0fe
Merge pull request #2954 from homeofpoe/patch-12
Update comms.py
2022-10-27 20:12:44 +02:00
homeofpoe
1c56f9b386
Update comms.py
Move around the f to outside of the string.
2022-10-27 09:40:39 -07:00
Griatch
8b3f9a0bef Fix multimatch aliasing. Resolve #2960. 2022-10-27 16:54:56 +02:00
Griatch
d8c74641a1
Merge pull request #2959 from InspectorCaracal/InspectorCaracal-patch-2
Fix msg_contents funcparsing
2022-10-26 19:33:25 +02:00
Griatch
64b77e0eb3
Merge pull request #2958 from homeofpoe/patch-13
Update objects.py
2022-10-26 19:32:36 +02:00
Griatch
d0dd26d679
Merge pull request #2957 from homeofpoe/develop
Add fstrings
2022-10-26 19:31:21 +02:00
Griatch
d312ace33a
Merge pull request #2950 from homeofpoe/patch-8
Update Contrib-Custom-Gametime.md
2022-10-26 19:05:32 +02:00
Griatch
e68ed92e07
Merge pull request #2949 from homeofpoe/patch-7
Update Gametime-Tutorial.md
2022-10-26 19:02:48 +02:00
Griatch
be6f2f0cb0
Merge pull request #2948 from homeofpoe/patch-6
Update evform.py
2022-10-26 19:00:59 +02:00
Griatch
272bd834bd
Merge pull request #2947 from homeofpoe/patch-4
Update Scripts.md
2022-10-26 19:00:15 +02:00
InspectorCaracal
54ec2b986c
fix msg_contents funcparsing 2022-10-26 08:48:01 -06:00
homeofpoe
1f86d58e49
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
a6221d6d6f Quick fixes 2022-10-26 05:05:29 -07:00
homeofpoe
0577553112 Add fstrings
Extend usage of fstrings for consistency and readability.
2022-10-26 04:51:19 -07:00
Griatch
5ae3941841 Add more info to msg_contents 2022-10-26 10:42:29 +02:00
homeofpoe
adaffc4c6f
Update comms.py
Extend fstring usage for consistency and clarity and fixing my gaff
2022-10-25 16:23:54 -07:00
homeofpoe
a58849d9f7
Update Contrib-Custom-Gametime.md
Fixes typo in header
2022-10-25 09:20:57 -07:00
homeofpoe
c07b205caa
Update Gametime-Tutorial.md
Fix references per #2716
2022-10-25 09:15:26 -07:00
homeofpoe
2e981505b0
Update evform.py
Fixes uncommented lines.
2022-10-25 09:09:11 -07:00
homeofpoe
53c98df0b1
Update Scripts.md 2022-10-25 09:01:05 -07:00
Griatch
71855a56ca Update doc with latest italian i18n update time 2022-10-23 12:20:23 +02:00
Griatch
21ba2e84ee Remove unused help_category/entry_color styles. Resolve #2771 2022-10-23 12:11:09 +02:00
Griatch
df8f733449 Add html comments to github issue templates 2022-10-23 12:01:26 +02:00
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