Commit graph

9876 commits

Author SHA1 Message Date
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
Griatch
7395d7091d Cleanup in Tags documentation 2024-10-18 14:49:01 +02:00
InspectorCaracal
8e974c0fde
fix charcreate contrib error messaging 2024-10-17 11:17:13 -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
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
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
feyrkh
f68e1884eb
Fix lycanthropy tutorial
"lycanthropy" was consistently misspelled, and the tutorial was mixed between requiring "exactly 2" for the attribute in the code, while being described as "greater than 2" in some of the text, and the attribute was actually set to 3, preventing the example code from working.
2024-09-29 01:54:20 -05:00
Wendy Wang
3a093e134c Default db_strvalue to None if nonexistent 2024-09-27 23:04:30 +02:00
Wendy Wang
389a212c63 Fix for #3622 - check if attr.strvalue exists 2024-09-23 18:36:50 +02:00
Griatch
f2a5c5a85a Update CHANGELOG 2024-09-10 14:12:06 +02:00