Commit graph

10130 commits

Author SHA1 Message Date
InspectorCaracal
8e974c0fde
fix charcreate contrib error messaging 2024-10-17 11:17:13 -06:00
InspectorCaracal
276c77fb97 handle account-callers in CmdMoreExit 2024-10-11 16:36:00 -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
Count Infinity
1a4a3bc404 Fix tests 2024-10-08 22:31:17 -06:00
Count Infinity
3d2a055cb3 Merge branch 'main' into 3617-Default-object-descriptions 2024-10-08 21:53:52 -06: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
Count Infinity
8df78c58df Linting 2024-10-05 01:25:33 -06:00
Count Infinity
283831f690 Add tests 2024-10-05 01:23:31 -06:00
Count Infinity
effe4c4a0a Allow customizations of default descriptions 2024-10-05 00:47:07 -06: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
feyrkh
54e5e63b8d
Fix incorrect example code in equipment tutorial
The code to replace equipment in a single-item slot references a variable that is never used before or after, and incorrectly sets it to the item that is doing the replacement instead of the item being replaced, which causes the replaced item to not be moved back into the backpack.
2024-09-29 12:25:15 -05:00
Griatch
d76bc1a62b Evennia 4.4.0 minor release 2024-09-29 15:11:37 +02:00
Griatch
bfec5c3a37 Revert ac06ff735 since it caused unexpected side effects 2024-09-29 14:46:18 +02:00
Griatch
330b24a93b Removing postgresql from test suite building flow, it is freezing and keeps failing on the CI build stage, making tests useless 2024-09-29 14:18:27 +02:00
Griatch
413d90f8e6 Made true color display more flexible, but decided to still keep it at one line since multiple could be mis-interpreted 2024-09-29 14:14:52 +02:00
Griatch
0e7a70fcc2 Update truecolor docs, improve color truecolor display 2024-09-29 13:53:52 +02:00
Griatch
cce90a0ecd Fix color ansi output, it listed the wrong indices of colors. Also updated docs. Resolve #3616 2024-09-29 13:19:07 +02:00
Griatch
cd86f93a54 Update Changelog 2024-09-29 13:00:58 +02:00
Griatch
c476121a6c Make TaskHandler properly handle missing attribute on server reload. Resolve #3620 2024-09-29 12:57:19 +02:00
Griatch
2b95446dd0 Fix infinite loop if using print() in py cmd. Resolve #3616 2024-09-29 12:34:16 +02:00
feyrkh
321da9b694
Fix 'defend_type' vs 'defense_type' typos in beginner tutorial 2024-09-29 05:23:12 -05:00
feyrkh
86174b7a20
Typo fix in evadventure/utils.py
Incorrectly uses attack_type for both attack and defense in get_obj_stats
2024-09-29 05:18:10 -05:00
Griatch
ac06ff735c Fix issues with integer tag names on postgres. Resolve #3624 2024-09-29 11:48:02 +02:00
Griatch
6afe37631f Respect subtopic_separator_char in more places in CmdHelp. Resolve #3612 2024-09-29 11:37:01 +02:00
Griatch
92e573692a Update CHANGELOG 2024-09-29 10:22:34 +02:00
Griatch
a3a433dc89
Merge pull request #3623 from Machine-Garden-MUD/master
Fix for #3622 - check if attr.strvalue exists
2024-09-29 10:23:03 +02:00
Griatch
24ff5094a1
Merge pull request #3625 from feyrkh/lycanthrophy-fix
Fix lycanthropy tutorial
2024-09-29 10:00:03 +02:00
Griatch
ad720fdc3a
Merge pull request #3588 from InspectorCaracal/at-spawn-hooks
Add post-creation and spawn hooks to DefaultObject
2024-09-29 09:51:26 +02:00
Griatch
e01f79acc2
Merge pull request #3541 from InspectorCaracal/improve-obj-search
Rework Object searching to behave more consistently
2024-09-29 09:42:49 +02:00
feyrkh
10e4f989f7
Fix alternate misspellings 2024-09-29 02:03:35 -05:00