Commit graph

9900 commits

Author SHA1 Message Date
unknown
f913338754 i18n:zh 2024-10-25 02:15:53 +08:00
unknown
2e720e07e3 i18n:zh 2024-10-25 01:55:39 +08:00
Griatch
88afac2874 Update changelog 2024-10-23 22:29:13 +02:00
Griatch
05d082edd5
Merge pull request #3651 from willmofield/eveditor-justify-help-typo
Fix default justify behaviour in EvEditor
2024-10-23 22:28:09 +02:00
Will Mofield
68cdbe8bce justify left by default 2024-10-23 20:37:32 +01:00
Griatch
39719b508e Testing with a better secret for action 2024-10-23 19:19:09 +02:00
Griatch
8881c41f94
Update github_action_issue_to_project.yml
Further work on the action
2024-10-23 19:06:59 +02:00
Griatch
e488d7cd57 Update action version again 2024-10-23 18:41:02 +02:00
Griatch
45c7c3d881 Update action also if reopening 2024-10-23 18:39:32 +02:00
Griatch
22a7ddd447 Update action version 2024-10-23 18:37:57 +02:00
Griatch
dd8d1ea23f Add gh action for processing issues 2024-10-23 18:34:14 +02:00
Griatch
1360f17202 Fix case if using string "call:" anywhere in locktype tricked Command to not use a fallback. Resolve #3643. 2024-10-21 22:03:08 +02:00
Griatch
04374e5392 Fix traceback from ingame reports contrib help manage command. Resolve #3627 2024-10-21 21:13:47 +02:00
Griatch
67db991715 Update Changelog, build new contrib docs 2024-10-21 21:10:22 +02:00
Griatch
ed1cc984b3 Update Changelog 2024-10-21 21:05:13 +02:00
Griatch
78e6683991
Merge pull request #3635 from a-rodian-jedi/memleaks
fixing memory leaks
2024-10-21 20:55:48 +02:00
Griatch
17448dd618
Merge pull request #3647 from InspectorCaracal/patch-34
Properly reinitialize contents cache
2024-10-21 20:44:17 +02:00
Griatch
26b04deea3
Merge pull request #3640 from Machine-Garden-MUD/fix_conjugation
Fix $conj(install), $conj(cant) - minor typos
2024-10-21 20:40:09 +02:00
Griatch
fb0dedd893
Merge pull request #3645 from InspectorCaracal/InspectorCaracal-patch-2
Update error message for Character Creator
2024-10-21 20:38:48 +02:00
Griatch
5140f5b8d8
Merge pull request #3639 from Machine-Garden-MUD/cmdserverload
Use consistent locale settings for system utilities
2024-10-21 20:09:44 +02:00
Griatch
5b6e279e8b
Merge pull request #3636 from Machine-Garden-MUD/master
Add attr:category functionality on cpattr
2024-10-21 20:01:15 +02:00
Griatch
772b5b21a5
Merge pull request #3632 from InspectorCaracal/patch-32
Fix permission fallback when creating characters
2024-10-21 19:58:09 +02:00
InspectorCaracal
5c70e06ef8
undo change to load 2024-10-20 09:23:08 -06:00
InspectorCaracal
7f8619d2c7
properly load and reinitialize contents cache 2024-10-19 16:30:13 -06:00
Griatch
7395d7091d Cleanup in Tags documentation 2024-10-18 14:49:01 +02:00
Wendy Wang
6c6fadd57b fixed the verb conjugation of 'cant' (which also fixes 'canter') - different verbs 2024-10-17 20:52:21 +02:00
InspectorCaracal
8e974c0fde
fix charcreate contrib error messaging 2024-10-17 11:17:13 -06:00
Wendy Wang
b4a42be5d7 Fix conjugation of install -> installs (not instals) 2024-10-11 16:18:36 +02:00
A Rodian Jedi
92356e869e fixing broken tests 2024-10-09 20:31:51 -06:00
Wendy Wang
5a350aa07a Use the same locale regardless of system locale
Ensures standard number formatting.
2024-10-09 15:13:39 +02:00
Wendy Wang
f15835ad14 Add categories to the messaged result list if relevant 2024-10-09 10:07:04 +02:00
Wendy Wang
78837cc5dd Update helpfile on cpattr 2024-10-09 09:59:18 +02:00
Wendy Wang
a1c8489a31 Add attr:category functionality on cpattr 2024-10-09 09:50:44 +02:00
Griatch
fd05fe4c02 Update CHANGELOG 2024-10-08 23:18:22 +02:00
Griatch
471406bbe4
Merge pull request #3634 from Machine-Garden-MUD/master
Contrib - Item Storage
2024-10-08 23:16:04 +02:00
Wendy Wang
238a0999d9 Fixes to contrib 2024-10-08 22:47:49 +02:00
Griatch
199f3e62dd Update CHANGELOG 2024-10-08 22:20:01 +02:00
Griatch
bde8c0def7
Merge pull request #3576 from ChrisLR/docs/pycharm-linux
Rewrite doc for pycharm
2024-10-08 21:54:00 +02:00
Griatch
3c64f61f17
Merge pull request #3628 from feyrkh/main
Fix incorrect example code in equipment tutorial
2024-10-08 21:51:14 +02:00
Griatch
26e671f146
Merge pull request #3626 from feyrkh/feyrkh-patch-1
Fix 'defense_type' typos in beginner tutorial + EvAdventure utils.py
2024-10-08 21:47:25 +02:00
A Rodian Jedi
fa5c7301fc fixing memory leaks 2024-10-06 17:39:08 -06:00
Wendy Wang
7bf491a517 Added storage tests 2024-10-06 13:36:53 +02:00
Wendy Wang
870b0cc16f Fixing comments 2024-10-06 13:32:12 +02:00
Wendy Wang
9eb136f59f Contrib - Item Storage
This contrib adds room-based, tag-based item storage.

Players can store, retrieve, and list items stored in a room.
Rooms can be marked as storerooms with the `storage` command by
builders. Storerooms can have individual storage or shared storage.
2024-10-06 13:20:46 +02:00
InspectorCaracal
93076cada5 fix permission fallback for creating characters from accounts 2024-10-04 17:00:28 -06:00
ChrisLR
128926f705 Improvement 2024-10-03 08:55:23 -04:00
Griatch
25ddad219e Evennia 4.4.1 patch release 2024-10-01 09:12:09 +02:00
Griatch
9e45c09656 Critical: Revert changes to PRAGMA settings, to avoid db issues on existing dbs 2024-10-01 09:11:22 +02:00
feyrkh
7f123cb472
Update Beginner-Tutorial-Equipment.md
When adding an item to an empty slot, avoid adding `None` objects to the backpack.
2024-09-29 13:08:56 -05:00
feyrkh
d361b5fddb
Update Beginner-Tutorial-Equipment.md
Also fix to_backpack
2024-09-29 13:02:01 -05:00