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 |
|
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 |
|
Cal
|
3575d28d6e
|
run black
|
2024-11-29 11:49:16 -07:00 |
|
Cal
|
76771e83da
|
fix object partial match regex
|
2024-11-29 11:46:16 -07:00 |
|
InspectorCaracal
|
b622f668d7
|
Update LLM contrib docs
|
2024-11-27 15:34:17 -07:00 |
|
Count Infinity
|
9aa7ef2046
|
3658 remove extra spaces
|
2024-11-23 23:14:38 -07:00 |
|
Count Infinity
|
6309243b87
|
3658 setKeyDownFocus on tab change
|
2024-11-23 23:08:36 -07:00 |
|
Count Infinity
|
0845ba8523
|
3564 - Fix leading wildcard search
|
2024-11-22 00:52:23 -07:00 |
|
InspectorCaracal
|
c49180f59d
|
use expected types for user/pass
|
2024-11-15 10:45:10 -07:00 |
|
Griatch
|
1ad1cf9fc1
|
Some fixes to the changelog
|
2024-11-12 10:52:16 +01:00 |
|
Griatch
|
3965de8d16
|
Evennia 4.5.0 minor release
|
2024-11-12 10:39:35 +01:00 |
|
Griatch
|
1da8759db9
|
Update CHANGELOG
|
2024-11-11 21:06:04 +01:00 |
|
Griatch
|
84293bdd04
|
Update CHANGELOG
|
2024-11-11 20:22:03 +01:00 |
|
Griatch
|
8ed9377015
|
Merge pull request #3642 from InspectorCaracal/patch-33
Gracefully handle missing `caller.ndb._more` in `CmdMoreExit`
|
2024-11-11 20:20:07 +01:00 |
|
Griatch
|
d54e6c5063
|
Merge pull request #3669 from InspectorCaracal/InspectorCaracal-patch-3
Fix CmdPage tracebacks
|
2024-11-11 20:18:10 +01:00 |
|
Griatch
|
2deb2f9365
|
Merge pull request #3668 from jaborsh/3661_fix
#3661 Fixing docstring/game template mismatch.
|
2024-11-11 20:10:03 +01:00 |
|
Griatch
|
e601fe746c
|
Merge pull request #3667 from jaborsh/3659_fix
#3659 Fixing doc typo for beginner tutorial
|
2024-11-11 20:09:12 +01:00 |
|
Griatch
|
812af57771
|
Merge pull request #3665 from Machine-Garden-MUD/fix_conjugation
Fix 'offer', 'hinder', 'alter' verb conjugation
|
2024-11-11 20:07:11 +01:00 |
|
Griatch
|
fa48cb441a
|
Merge pull request #3664 from InspectorCaracal/patch-32
Remove last_login update on disconnect
|
2024-11-11 19:59:37 +01:00 |
|
Griatch
|
3ba4c6dbb1
|
Merge pull request #3671 from count-infinity/3660-bug-alias-at-rename
#3660 bugfix old name saved in alias
|
2024-11-11 19:38:05 +01:00 |
|
Count Infinity
|
2e47c98175
|
#3660 bugfix old name saved in alias
|
2024-11-10 23:34:34 -07:00 |
|
InspectorCaracal
|
f348ccad56
|
simplify message fallback logic
|
2024-11-06 21:28:27 -07:00 |
|
InspectorCaracal
|
f9d88b16a2
|
fix CmdPage tracebacks
|
2024-11-06 21:24:06 -07:00 |
|
Jake
|
ccfedc0115
|
#3661 Fixing docstring/game template mismatch.
|
2024-11-05 13:54:15 -07:00 |
|
Jake
|
5fd0ea9445
|
#3659 Fixing doc typo for beginner tutorial
|
2024-11-05 13:24:20 -07:00 |
|
Wendy Wang
|
4315af7d7f
|
Fix 'alter' and 'hinder'
|
2024-11-03 14:24:50 +01:00 |
|
Wendy Wang
|
84a6719ddf
|
Fix 'offer' verb conjugation
|
2024-11-03 14:19:44 +01:00 |
|
InspectorCaracal
|
49b927078f
|
remove last_login update on disconnect
|
2024-11-02 15:20:42 -06:00 |
|
Griatch
|
f007199878
|
Update Changelog
|
2024-10-28 19:15:08 +01:00 |
|
InspectorCaracal
|
31ba8d2ee0
|
fix typo
|
2024-10-28 12:11:21 -06:00 |
|
Griatch
|
249aebaa95
|
Merge pull request #3653 from PrideII/main
Updated Chinese translation.
|
2024-10-28 19:10:15 +01:00 |
|
InspectorCaracal
|
e9242c64a4
|
revert EvMore commands to directly checking for account attr
|
2024-10-28 12:10:14 -06:00 |
|
Griatch
|
bf62e5bb9d
|
Merge pull request #3657 from a-rodian-jedi/filehelpentry-hashable
Make FileHelpEntry hashable so it does not fail equality checks
|
2024-10-28 19:07:13 +01:00 |
|
Griatch
|
8021bd00a7
|
Merge pull request #3654 from marado/typo-fix
fix (non user-facing) typo
|
2024-10-28 18:51:02 +01:00 |
|
Griatch
|
5e07babc77
|
Merge pull request #3655 from marado/wrong-links
fix: remove erroneous links from the documentation
|
2024-10-28 18:48:50 +01:00 |
|
Sheridan Roberts
|
678c61d676
|
Update filehelp.py
|
2024-10-28 11:40:25 -06:00 |
|
A Rodian Jedi
|
0a89820aa4
|
Make FileHelpEntry hashable so it does not fail equality checks
|
2024-10-26 21:39:57 -06:00 |
|