InspectorCaracal
8e974c0fde
fix charcreate contrib error messaging
2024-10-17 11:17:13 -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
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
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
Griatch
186818c811
Merge pull request #3611 from InspectorCaracal/reports-patch
...
Update Reports contrib
2024-09-10 14:09:29 +02:00
Cal
383969ce04
fix bug, remove workaround
2024-09-09 21:05:12 -06:00
Griatch
31d1865ec4
Merge pull request #3597 from 0xDEADFED5/test_fix_windows
...
make test_new_task_waiting_input more reliable on Windows
2024-09-08 12:16:24 +02:00
Griatch
1db8ceea21
Merge pull request #3608 from aMiss-aWry/typofix-1
...
Minor typo fixes in documentation
2024-09-08 12:07:06 +02:00
Griatch
2736e1522c
Merge pull request #3605 from InspectorCaracal/listnode-nav-kwargs
...
Pass node kwargs through `@list_node` pages
2024-09-08 12:01:54 +02:00
Griatch
bbdcf8e02b
Merge pull request #3603 from InspectorCaracal/patch-31
...
Fix LLM contrib client headers
2024-09-08 11:55:06 +02:00
Griatch
7c9694b735
Update CHANGELOG, i18n update doc page
2024-09-08 11:36:49 +02:00
Griatch
6e917d0127
Merge pull request #3592 from Taltanis/main
...
German localisation revised
2024-09-08 11:34:51 +02:00
Cal
0444465e5c
fix args-validation oversight in clothing contrib CmdRemove
2024-09-06 15:38:23 -06:00
Cal
fdfb2019cf
minor cleanup
2024-09-06 15:35:50 -06:00