Commit graph

1094 commits

Author SHA1 Message Date
Griatch
d36c5d8fd5 Another typo fix on the Unit testing doc page 2025-02-15 18:23:07 +01:00
Griatch
dab0ec7b58 Clean up the Unit testing doc 2025-02-15 18:10:00 +01:00
Griatch
db20d74605 Fix skull->coin typo in search tutorial. Resolve #3675 2025-02-15 17:48:13 +01:00
Griatch
4af63a0b06 Better explain on utlity tutorial use of ABILITY_REVERSE_MAP. Resolve #3680 2025-02-15 17:36:25 +01:00
Griatch
e81d40d95e Flesh out the evadventure tutorial about the _OBJ_STATS, to be clearer for beginners. Resolve #3681 2025-02-15 17:27:27 +01:00
Griatch
1a61c20f06 Fix doc typo. Resolve #3708 2025-02-15 17:11:26 +01:00
Griatch
01d6eec036 Fix bare hands in npc example. Resolve #3709 2025-02-15 17:05:39 +01:00
Griatch
25185a6b2c Update changelog/docs 2025-02-15 11:26:01 +01:00
Griatch
5e19e326e0 Update changelog 2025-02-02 20:04:42 +01:00
Griatch
55230e9446
Merge pull request #3722 from InspectorCaracal/patch-40
Minor code typo in handler docs
2025-02-02 19:58:40 +01:00
InspectorCaracal
3669357181
fix docs typo 2025-01-28 10:11:05 -07:00
0xDEADFED5
10146449b7 remove twistd.bat creation and usage 2025-01-24 21:46:34 -08:00
Griatch
a2bb02c82c Updated Changelog 2025-01-18 16:25:19 +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
f34c707826 Update Mac Troubleshooting, as per #3704 2025-01-18 12:24:47 +01:00
Griatch
284fb68553 Update troubleshooting page 2024-12-19 09:51:43 +01:00
Griatch
fb0fa25536 Fix armchair tutorial code example to match repo 2024-12-19 09:27:24 +01:00
Griatch
40aac81314 Update CHANGELOG 2024-12-15 16:11:54 +01:00
Griatch
1ad1cf9fc1 Some fixes to the changelog 2024-11-12 10:52:16 +01:00
Griatch
3965de8d16 Evennia 4.5.0 minor release 2024-11-12 10:39:35 +01:00
Griatch
1da8759db9 Update CHANGELOG 2024-11-11 21:06:04 +01:00
Griatch
2deb2f9365
Merge pull request #3668 from jaborsh/3661_fix
#3661 Fixing docstring/game template mismatch.
2024-11-11 20:10:03 +01:00
Jake
ccfedc0115
#3661 Fixing docstring/game template mismatch. 2024-11-05 13:54:15 -07:00
Jake
5fd0ea9445
#3659 Fixing doc typo for beginner tutorial 2024-11-05 13:24:20 -07:00
Griatch
f007199878 Update Changelog 2024-10-28 19:15:08 +01:00
Griatch
8021bd00a7
Merge pull request #3654 from marado/typo-fix
fix (non user-facing) typo
2024-10-28 18:51:02 +01: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
Marcos Marado
3874247573 fix (non user-facing) typo 2024-10-26 15:55:08 +01: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
67db991715 Update Changelog, build new contrib docs 2024-10-21 21:10:22 +02:00
Griatch
7395d7091d Cleanup in Tags documentation 2024-10-18 14:49: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
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
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
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
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
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
Griatch
f2a5c5a85a Update CHANGELOG 2024-09-10 14:12:06 +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
7c9694b735 Update CHANGELOG, i18n update doc page 2024-09-08 11:36:49 +02:00