Commit graph

565 commits

Author SHA1 Message Date
Griatch
696f904d63 Update docs 2022-10-03 19:42:51 +02:00
Marcos Marado
99d9879dfe docs: fix markdown syntax for table
Fixing the table in markdown on Prototypes.md, enabling sphynx to
correctly turn it into an HTML table.

Closes: #2880
2022-10-02 23:00:42 +01:00
Griatch
91e201d8af Update doc on i18n 2022-10-02 22:03:07 +02:00
Griatch
e2efe42893 Update i18n strings 2022-10-02 11:39:27 +02:00
Griatch
0e0a904b12 Merge branch 'develop' of github.com:evennia/evennia into develop 2022-10-02 11:20:03 +02:00
Griatch
c6d9273798 Update docs on i18n. Add new contrib 2022-10-02 11:19:11 +02:00
Marcos Marado
2ddd077bd5 docs: added CSRF_TRUSTED_ORIGINS to the example
On the Online Setup documentation there is a settings file sample, but
it does not include the CSRF_TRUSTED_ORIGINS, which is needed and
should be documented.

Closes: #2767
2022-10-01 15:04:34 +01:00
Griatch
79d16b9ead Resolve merge conflicts 2022-09-24 18:33:32 +02:00
Griatch
404ff695cf Merge pull request #2870 from aMiss-aWry/contrib
Corrected the link to the example wiki
2022-09-24 18:27:43 +02:00
InspectorCaracal
fb52edb311 update/rewrite wiki guide 2022-09-23 16:35:02 -06:00
Wendy Wang
1ae6a61543 Corrected the link to the example wiki 2022-09-23 23:31:08 +02:00
Griatch
705d47fe47 Resolve unit tests 2022-09-18 00:06:34 +02:00
Griatch
a4eff902cc Fix link to name_generator contrib 2022-09-17 19:41:48 +02:00
Griatch
cdc1b83331 More doc updates 2022-09-17 19:31:29 +02:00
Griatch
e8d08ad597 Update docs 2022-09-17 18:35:47 +02:00
Griatch
0095f70835 Working on docs 2022-09-14 18:40:21 +02:00
Griatch
a974a2843c Fix merge conflicts 2022-09-13 20:14:39 +02:00
Griatch
e9cce46d66 Fixing tabulation in handler tut 2022-09-13 13:12:36 +02:00
Griatch
59bb10e76a Fix some bugs in handler tutorial 2022-09-13 12:59:05 +02:00
Griatch
f18d9d68b3 Back-port handler-article from evadventure branch 2022-09-13 12:38:51 +02:00
Griatch
edd436b01b Merge branch 'develop' into contrib/evadventure 2022-09-11 11:45:01 +02:00
Griatch
10952ae47b Clarifying the search lock defaults to True 2022-09-11 11:44:47 +02:00
Griatch
6a6ddbe558 Resolve merge conflicts 2022-09-11 11:42:04 +02:00
Griatch
01505e0d92 Update Locks doc/CHANGELOG with new search lock 2022-09-11 11:35:16 +02:00
Griatch
7b9ca07d4c Update Locks doc/CHANGELOG with new search lock 2022-09-11 11:34:45 +02:00
Griatch
20913760ed Merge pull request #2847 from Routhinator/fix-2846
Fix clothing creation instructions
2022-09-06 10:26:33 +02:00
Chris Routh
bdb3ef0d10 Fix clothing creation instructions 2022-09-05 21:13:07 -07:00
Chris Routh
946472be76 Fix missing evennia. in setting
Fixes the  CONNECTION_SCREEN_MODULE missing the evennia. before contrib.
2022-09-05 20:44:31 -07:00
Griatch
19278a5e64 More refactoring 2022-09-02 08:10:39 +02:00
Griatch
805fbd5edb Expand tutorial on equipmenthandler 2022-08-30 23:05:51 +02:00
Griatch
9c45feaf10 Merge branch 'develop' into contrib/evadventure 2022-08-28 14:56:34 +02:00
Griatch
b99a4aabca Update doc builds 2022-08-28 14:56:21 +02:00
Griatch
7b5af035e1 Merge branch 'develop' of github.com:evennia/evennia into develop 2022-08-28 14:53:54 +02:00
Griatch
75cbae5072 Merge pull request #2835 from friarzen/friardevelop
html and text2html plugins
2022-08-28 14:01:35 +02:00
Brenden Tuck
f6dc910f1e Fix the webclient pathing and include new html/text2html docs 2022-08-21 17:51:22 -04:00
Griatch
f716fc4380 Merge branch 'develop' into contrib/evadventure 2022-08-16 19:33:29 +02:00
Griatch
1946e9e029 Note about urls in upgrade docs 2022-08-11 09:09:49 +02:00
Griatch
c86b1da1f2 Started equipment docs 2022-08-11 09:05:29 +02:00
Griatch
3d8649ad0a Further tutorial text writing 2022-08-09 19:16:06 +02:00
Griatch
7fe9cc8053 More work on tutorial text 2022-08-07 00:11:38 +02:00
Griatch
39735626e1 Made several tutorial doc pages 2022-08-06 22:50:53 +02:00
Griatch
fe9157da16 Continue with tutorial writing 2022-08-06 01:23:07 +02:00
Griatch
e84933d452 Resolve merge conflicts 2022-08-05 20:45:40 +02:00
Griatch
e854432cc9 Update doc sources with new contribs 2022-08-05 20:39:45 +02:00
Griatch
00c339e8a3 Update md files 2022-08-05 20:37:09 +02:00
Griatch
2a62cc427a Start documenting evadventure 2022-08-05 20:33:22 +02:00
Griatch
33d247cff0 Fix merge conflicts 2022-07-24 09:31:39 +02:00
Griatch
97ccb598ca Merge pull request #2803 from volundmush/move_type
Added move_type to obj.move_to and its many hooks and what calls it.
2022-07-24 08:46:54 +02:00
Griatch
dc431fd5a5 Finished quest engine for evadventure 2022-07-22 17:36:38 +02:00
Griatch
e6ac8d347e Started expanding docs about tutorial game 2022-07-16 15:39:29 +02:00