ChrisLR
27f5fd5a9d
Fix text2bbcode mxp links
2025-02-11 10:36:31 -05:00
ChrisLR
959655faac
Update godot README.md
2025-02-11 10:18:55 -05:00
0xDEADFED5
24aed0098d
assume that _run_command doesn't return Deferred
2025-02-08 20:34:13 -08:00
0xDEADFED5
9136f92c75
bump scipy version to fix CI tests
2025-02-08 00:02:35 -08:00
0xDEADFED5
d929617b9b
stop yielding None, which is an error in Twisted 24
2025-02-07 22:27:30 -08:00
0xDEADFED5
96ddf39b5b
returnValue() deprecated
2025-02-07 14:35:11 -08:00
Griatch
e76169681e
Drop py3.10 from CI build. Start testing 3.13
2025-02-02 20:55:52 +01:00
Griatch
5e19e326e0
Update changelog
2025-02-02 20:04:42 +01:00
Griatch
d27130e138
Merge pull request #3723 from Machine-Garden-MUD/ingame_map_display
...
Fix bug that prevented exits with an ordinal alias from displaying
2025-02-02 20:00:45 +01:00
Griatch
55230e9446
Merge pull request #3722 from InspectorCaracal/patch-40
...
Minor code typo in handler docs
2025-02-02 19:58:40 +01:00
Griatch
10ca912d9d
Merge pull request #3721 from InspectorCaracal/optimize-cmd-load
...
Avoid loading cmdsets that don't need to be checked
2025-02-02 19:56:20 +01:00
Griatch
8949ed3f0e
Merge pull request #3719 from 0xDEADFED5/python313
...
add support for Python 3.13
2025-02-02 19:50:38 +01:00
Griatch
a80d794668
Merge pull request #3718 from 0xDEADFED5/main
...
remove twistd.bat creation and usage
2025-02-02 19:46:56 +01:00
Wendy Wang
50fb245856
Fixed test
2025-02-02 16:00:13 +01:00
Wendy Wang
e44f069eb9
Fix bug that prevented exits with a compass direction alias from displaying
2025-02-02 11:10:04 +01:00
InspectorCaracal
3669357181
fix docs typo
2025-01-28 10:11:05 -07:00
Cal
2b028410c3
move call-lock check to building list of objects to check cmdset
2025-01-27 18:48:09 -07:00
0xDEADFED5
42f59dae63
remove pywin32 error msg
2025-01-25 21:38:45 -08:00
0xDEADFED5
5aac0c550b
adjust Twisted requirement
2025-01-25 02:46:19 -08:00
0xDEADFED5
0380c93b43
add support for Python 3.13
2025-01-25 08:29:34 -08:00
0xDEADFED5
10146449b7
remove twistd.bat creation and usage
2025-01-24 21:46:34 -08:00
Griatch
a2bb02c82c
Updated Changelog
2025-01-18 16:25:19 +01:00
Griatch
ad67df9721
Fix batchcommand/interactive mode as Developer perm. Resolve #687
2025-01-18 16:19:44 +01:00
Griatch
a921660fd0
Make tutorial-world buildable by Developer.
...
Make use of .ndb.batch_batchmode to avoid affecting the builder (document this). Resolve #3688 .
Clean up OnDemandTasks' categories before saving, in case it was an object that was deleted
2025-01-18 16:03:20 +01:00
Griatch
825eb32995
Added (currently skipped) unit tests replicating #3693
2025-01-18 13:01:24 +01:00
Griatch
f34c707826
Update Mac Troubleshooting, as per #3704
2025-01-18 12:24:47 +01:00
Griatch
64ba8ef486
Update Changelog
2025-01-18 12:14:48 +01:00
Griatch
0a12882eae
Merge pull request #3711 from InspectorCaracal/discord-bot-updates
...
Minor usability improvements for the Discord integration
2025-01-18 12:12:10 +01:00
Griatch
9c9b7d0c42
Merge pull request #3710 from InspectorCaracal/patch-39
...
Remove redundant and incorrect session-clearing from `at_server_cold_start`
2025-01-18 12:09:16 +01:00
Griatch
2aaff634a4
Merge pull request #3707 from 0xDEADFED5/aboutcmd
...
update about command
2025-01-18 12:07:12 +01:00
Griatch
f227179631
Merge pull request #3705 from 0xDEADFED5/main
...
fix for serializing IntFlag types
2025-01-18 12:02:45 +01:00
Griatch
c2e71f4acb
[fix] Make funcparser correctly preserve one escape character if using e.g. \\. Resolve #3692 .
2025-01-18 11:58:50 +01:00
Griatch
6567f26615
Merge pull request #3694 from count-infinity/3692-parser-errors
...
Fixing funcparser issues
2025-01-18 11:13:47 +01:00
InspectorCaracal
99b3022297
fix cold-start logic
2025-01-10 15:42:22 -07:00
Cal
afff53ea14
discord usability improvements
2025-01-10 15:16:53 -07:00
0xDEADFED5
55b32316ca
update about command
2025-01-06 16:16:01 -08:00
0xDEADFED5
c21ec0165d
fix for serializing IntFlag types
2025-01-03 22:04:38 -08:00
Griatch
284fb68553
Update troubleshooting page
2024-12-19 09:51:43 +01:00
Griatch
fb0fa25536
Fix armchair tutorial code example to match repo
2024-12-19 09:27:24 +01:00
Count Infinity
65b2806209
Fixing funcparser issues
2024-12-15 23:22:39 -07:00
Griatch
40aac81314
Update CHANGELOG
2024-12-15 16:11:54 +01:00
Griatch
bf94618e41
Merge pull request #3690 from InspectorCaracal/patch-38
...
Avoid erroneous "direct match" targets when searching
2024-12-15 15:56:56 +01:00
Griatch
d764c3cc97
Merge pull request #3689 from InspectorCaracal/search-fix
...
Ensure partial-match object searches only match the start of words
2024-12-15 15:53:13 +01:00
Griatch
d429646a93
Merge pull request #3685 from InspectorCaracal/patch-37
...
Update LLM contrib docs
2024-12-15 15:51:51 +01:00
Griatch
ceaea315c4
Merge pull request #3684 from count-infinity/3658-bug-input-autofocus
...
3658 bug input autofocus
2024-12-15 15:49:32 +01:00
Griatch
44bab51d10
Merge pull request #3682 from count-infinity/3564-help-search-leading-wildcard
...
3564 - Fix leading wildcard help search
2024-12-15 15:46:22 +01:00
Griatch
069542ef7d
Merge pull request #3677 from InspectorCaracal/patch-36
...
Avoid certain tracebacks when creating accounts
2024-12-15 15:38:44 +01:00
Griatch
0004dc5f7c
Merge pull request #3633 from count-infinity/3617-Default-object-descriptions
...
Allow simple customization of default object descriptions
2024-12-15 15:32:26 +01:00
InspectorCaracal
f2083ae9f9
account for global searches
2024-12-02 18:45:36 -07:00
InspectorCaracal
989deafb92
filter direct-match search by candidates
2024-12-02 18:13:40 -07:00