Griatch
2b95446dd0
Fix infinite loop if using print() in py cmd. Resolve #3616
2024-09-29 12:34:16 +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
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
Wendy Wang
546d5c9239
Update FuncParser.md
2024-09-05 09:56:00 +02:00
Wendy Wang
54a0e8c9b1
Typo fix on FuncParser.md
2024-09-05 09:54:25 +02:00
Wendy Wang
ae14ffb998
Minor typo fixes in documentation
2024-09-05 09:26:45 +02:00
Griatch
11f0e8b01a
Update CHANGELOG, sync docs
2024-08-25 09:23:24 +02:00
Griatch
eaff50beb0
Fix prompt tutorial example
2024-08-18 12:46:24 +02:00
Griatch
310a895bb5
Add key:typeclass support for scripts command
2024-08-11 20:03:11 +02:00
Griatch
61374b10ff
Fix issue in NPC-reaction tutorial. Resolve #3591
2024-08-11 11:20:00 +02:00
Griatch
5797b711db
Evennia 4.3.0 minor release
2024-08-11 10:46:52 +02:00
Griatch
1d689ed78c
Update changelog
2024-07-20 07:54:05 +02:00
Griatch
45a1cb80e1
Update docs for Trait.traithandler/Trait.get_trait() functionality
2024-07-13 20:17:00 +02:00
Griatch
d769a90b62
Update changelog
2024-07-13 15:36:06 +02:00
Griatch
783dc46cd3
Update docs, add contrib header for new repor system contrib
2024-07-13 14:24:48 +02:00
Griatch
69bab720d4
Update Changelog
2024-07-10 19:52:02 +02:00
0xDEADFED5
404e8e7b79
document existing underline tag, add info for underline reset, italic, strikethrough. change bold/highlite description
2024-07-08 16:44:15 -07:00
0xDEADFED5
3f5f4237d4
be explicit about foreground/background + additional example
2024-07-05 22:03:42 -07:00
0xDEADFED5
56cc738aab
typo fix + clarification
2024-07-05 15:03:32 -07:00
0xDEADFED5
36bb3b98e1
fix Understanding Color Tags link, add true color information
2024-07-05 04:21:43 -07:00
Griatch
9ddaabc60b
Fix typo in changelog
2024-06-27 22:50:27 +02:00
Griatch
2a229b8b8e
Evennia 4.2.0 minor release
2024-06-27 22:37:43 +02:00
Griatch
86c65b08d7
Fix default locktype index for help entries in docs. Resolve #3562
2024-06-27 17:30:55 +02:00
Griatch
468d0812d9
Reword weird sentence in beginner search tutorial. Resolve #3558
2024-06-27 17:27:36 +02:00
Griatch
a49b61a509
Fix look of default command.py example in search beginner tutorial. Resolve #3555
2024-06-27 17:22:28 +02:00
Griatch
3e3d391224
Make doc index page report version/update-time and link to changelog. Resolve #3547
2024-06-27 17:00:51 +02:00
Griatch
9c3ba936e4
Run black on sources
2024-06-27 16:01:09 +02:00
Griatch
381d34522b
Fix many py3.12 SyntaxWarnings as per #3561
2024-06-15 11:50:03 +02:00
Griatch
7b299f2cad
Make all model .created_date properties resolve to TIME_ZONE time zone. Resolve #3522 .
2024-06-14 23:44:41 +02:00
Griatch
be8c024465
Update CHANGELOG, update all auto-generated docs
2024-06-14 12:43:30 +02:00
Griatch
d1f43a85f9
Merge pull request #3544 from iLPdev/patch-12
...
fix(docs): 📝 fix path to test
2024-06-14 12:21:05 +02:00
Griatch
628bc5bcde
Merge pull request #3527 from InspectorCaracal/patch-27
...
Update Contribs-Guidelines.md
2024-06-14 10:06:47 +02:00
Griatch
451b2bfcf8
Merge pull request #3526 from InspectorCaracal/patch-26
...
Update host provider info
2024-06-14 10:05:47 +02:00
iLPdev
51a741c714
fix(docs): 📝 fix path to test
2024-05-19 06:15:14 -07:00
Griatch
3b84ec1b42
Update evscaperoom contrib readme
2024-05-02 17:01:28 +02:00
InspectorCaracal
ded62f6f8b
Update Contribs-Guidelines.md
2024-04-29 11:34:02 -06:00
InspectorCaracal
4d72fd0ce4
update akami/linode info
2024-04-29 10:42:18 -06:00
Griatch
29e9e4df98
Update i18n doc page
2024-04-29 09:10:10 +02:00
Griatch
246d6d00b9
Update Changelog
2024-04-28 08:59:56 +02:00
Cal
f755f052d3
add mapping support, pronoun conjugation to actor stance callables
2024-04-21 15:18:09 -06:00
Griatch
7f41e5a649
Fix typo in code structure and utils tutorial. Resolve #3474
2024-04-07 21:51:52 +02:00
Griatch
f823e367f0
Evennia 4.1.1 patch release
2024-04-06 23:07:10 +02:00
Griatch
92d964476c
Typos in Server-Lifecycle doc
2024-04-06 23:00:49 +02:00
Griatch
c8d75665d2
Fix doc issues. Resolve #3479 , #3480 , #3481 , #3482
2024-04-06 14:24:21 +02:00
Griatch
387533d1f0
Fix at_server_reload_start not firing. Resolve #3477 . Add Server-Lifecycle.md docpage
2024-04-06 14:08:36 +02:00
Griatch
c01ebb5915
Evennia 4.1.0 minor release
2024-04-01 20:36:26 +02:00
Griatch
c4552d6953
Minor cleanup for docstring to more succinct
2024-04-01 20:24:32 +02:00