Commit graph

1573 commits

Author SHA1 Message Date
Griatch
0779ec82b6 Apply black on code 2025-04-26 14:07:38 +02:00
Griatch
bfebb050da Fix smart/force_text to _str required by latest Django 2025-04-14 21:42:51 +02:00
Spyros Roum
e19c7b7f70
Fix tutorial bridge room
random.random() returns a float in the [0, 1) range, meaning `random.random() < 80` will always be true.
2025-03-20 22:18:58 +02:00
Griatch
6117e85ac9 Remove many uses of the short api from inside the library, to ease startup loops 2025-03-02 17:46:17 +01:00
Griatch
0f28eb1ac3 Upgrade evennia dependencies and RUN MIGRATIONS. Update requirement to Django 5.3, which has some backwards-incompatible index changes 2025-03-02 11:05:17 +01:00
Griatch
9b13d73eac
Merge pull request #3729 from ChrisLR/patch-2
[Godot Contrib] Fix text2bbcode mxp links
2025-02-15 11:20:27 +01:00
ChrisLR
a3df5754f9 Fix test 2025-02-11 12:38:59 -05:00
ChrisLR
27f5fd5a9d
Fix text2bbcode mxp links 2025-02-11 10:36:31 -05:00
ChrisLR
959655faac
Update godot README.md 2025-02-11 10:18:55 -05:00
Wendy Wang
50fb245856 Fixed test 2025-02-02 16:00:13 +01:00
Wendy Wang
e44f069eb9 Fix bug that prevented exits with a compass direction alias from displaying 2025-02-02 11:10:04 +01:00
Griatch
a921660fd0 Make tutorial-world buildable by Developer.
Make use of .ndb.batch_batchmode to avoid affecting the builder (document this). Resolve #3688.
Clean up OnDemandTasks' categories before saving, in case it was an object that was deleted
2025-01-18 16:03:20 +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
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
b622f668d7
Update LLM contrib docs 2024-11-27 15:34:17 -07:00
Marcos Marado
0984fccafb fix: remove erroneous links from the documentation
Sphinx assumes that WORD.py should be a link to https://WORD.py .

This is not a problem in most of the documentation, since Sphinx won't
turn those python filenames into links when they are wrapped in
backticks, like `WORD.py`. Unfortunately, not always that was being
done, and so there were several wrong, broken links in the
documentation.

This patch wraps all the occurrences I've found of this case with
backticks, not only making the documentation more readible and
homogeneous, but more importantly getting rid of those unwanted links
in the generated HTML version of the documentation.
2024-10-26 17:45:14 +01:00
Griatch
04374e5392 Fix traceback from ingame reports contrib help manage command. Resolve #3627 2024-10-21 21:13:47 +02:00
InspectorCaracal
8e974c0fde
fix charcreate contrib error messaging 2024-10-17 11:17:13 -06:00
Count Infinity
1a4a3bc404 Fix tests 2024-10-08 22:31:17 -06: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
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
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
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
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
Cal
0444465e5c fix args-validation oversight in clothing contrib CmdRemove 2024-09-06 15:38:23 -06:00
InspectorCaracal
06e571e6d2
fix llm-client headers 2024-08-29 11:41:25 -06:00
Griatch
45a1cb80e1 Update docs for Trait.traithandler/Trait.get_trait() functionality 2024-07-13 20:17:00 +02:00
Griatch
7a7479955f Add Traits.traithandler back reference so custom Traits can find and read values of other traits on the handler. See #2801 2024-07-13 19:36:15 +02:00
Griatch
783dc46cd3 Update docs, add contrib header for new repor system contrib 2024-07-13 14:24:48 +02:00
Griatch
096100ee55
Merge pull request #3531 from InspectorCaracal/reports-contrib
Contrib for an in-game reports system
2024-07-13 14:20:27 +02:00
Griatch
4558237247
Merge pull request #3550 from InspectorCaracal/rpsystem-search-fix
Fix rpsystem contrib searching issues
2024-07-10 19:43:32 +02:00
InspectorCaracal
2d8539fac9
fix documentation typo 2024-06-29 11:34:46 -06:00
Cal
bbad813448 fix typo 2024-06-28 17:34:15 -06:00
Cal
610a068c92 move report message/target parsing into .parse 2024-06-28 17:19:22 -06:00
Cal
92ea5fe8ef update README, break up report cmd func 2024-06-28 17:13:42 -06:00
Cal
3efeda7e6f fix to fit PEP8 standards 2024-06-28 16:22:15 -06:00
Griatch
d6de25f4ca Include multimatch template instructions in rpsystem installation instructions. Resolve #3551 2024-06-27 17:09:45 +02:00
Griatch
9c3ba936e4 Run black on sources 2024-06-27 16:01:09 +02:00
Griatch
01c045bd41 Fix unescaped color codes in ExtendedRoom desc command. Resolve #3565 2024-06-27 14:35:13 +02:00
Griatch
381d34522b Fix many py3.12 SyntaxWarnings as per #3561 2024-06-15 11:50:03 +02:00
Griatch
be8c024465 Update CHANGELOG, update all auto-generated docs 2024-06-14 12:43:30 +02:00
Griatch
29f6121ef2
Merge pull request #3549 from InspectorCaracal/patch-29
Update static files from the git integration command when code updates
2024-06-14 12:34:30 +02:00
Griatch
56f431e5fe
Merge pull request #3557 from iLPdev/patch-13
(docs): Update extended_room.py
2024-06-14 12:33:42 +02:00
Griatch
9a92c20204
Merge pull request #3554 from InspectorCaracal/chargen-bugfix
Fix character creator contrib commands
2024-06-14 12:31:50 +02:00
Griatch
7551f09fcb
Merge pull request #3542 from InspectorCaracal/update-charcreator
Update contrib account for character creator
2024-06-14 12:06:53 +02:00