Griatch
43b25ea523
Merge branch 'develop' of github.com:evennia/evennia into develop
2022-10-02 11:20:03 +02:00
Griatch
16012f011b
Update docs on i18n. Add new contrib
2022-10-02 11:19:11 +02:00
Griatch
a4402ebf38
Merge pull request #2879 from marado/develop
...
docs: added CSRF_TRUSTED_ORIGINS to the example
2022-10-02 10:35:40 +02:00
Griatch
9b6b5b8674
Merge pull request #2873 from InspectorCaracal/api-endpoint-patch
...
Fix for REST API endpoints
2022-10-02 10:33:34 +02:00
Griatch
e0b099b183
Cleanup chargen contrib to style
2022-10-02 10:30:21 +02:00
Griatch
c70ca826f4
Merge branch 'chargen-contrib' of https://github.com/InspectorCaracal/evennia into InspectorCaracal-chargen-contrib
2022-10-02 10:19:31 +02:00
Marcos Marado
93419be0fb
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
InspectorCaracal
765e8bc1e2
fix stray quotes
...
thanks sk33t3rson for the catch
2022-09-28 14:02:12 -06:00
InspectorCaracal
6a07aaa740
update for new settings
2022-09-28 12:25:03 -06:00
InspectorCaracal
75517eb153
fix querysets
2022-09-27 11:30:01 -06:00
InspectorCaracal
587ba06468
move list_node mention to docstring
2022-09-26 16:41:30 -06:00
InspectorCaracal
bcf5766c71
forgot to put in the path
2022-09-26 12:42:36 -06:00
InspectorCaracal
2b360c5366
cleanup and revisions
2022-09-26 12:34:42 -06:00
Griatch
3992f37dad
Handle channel.msg tuple-form outputfuncs. Resolve #2699 .
2022-09-25 01:01:44 +02:00
Griatch
6d6e13595c
Make sure to save in atomic transaction. Resovle #2657 .
2022-09-25 00:36:37 +02:00
Griatch
91ad12768e
Fix bug in EvTable for alternating row lengths. Resolve #2653
2022-09-24 22:57:54 +02:00
Griatch
12ce6a23f4
Resolve merge conflicts
2022-09-24 18:33:32 +02:00
Griatch
b1bd02b419
Merge pull request #2870 from aMiss-aWry/contrib
...
Corrected the link to the example wiki
2022-09-24 18:27:43 +02:00
Griatch
e80063c310
Merge pull request #2869 from audiodude/fix-windows-path
...
Fix Windows specific bugs
2022-09-24 18:20:54 +02:00
Griatch
736d92f0d7
Merge pull request #2868 from audiodude/dockerfile
...
Add chown to Dockerfile
2022-09-24 18:18:50 +02:00
InspectorCaracal
d926961102
update/rewrite wiki guide
2022-09-23 16:35:02 -06:00
Wendy Wang
4bbeff5bdf
Corrected the link to the example wiki
2022-09-23 23:31:08 +02:00
Travis Briggs
7c98039b08
Fix Windows specific bugs
2022-09-23 12:13:48 -07:00
Travis Briggs
b22aa18831
Add chown to Dockerfile
2022-09-23 11:15:33 -07:00
Griatch
305bb555aa
Make help pagination not mess up colors. Resolve #2646
2022-09-22 23:30:25 +02:00
Griatch
b5661a29a5
Block createsuperuser cmdline from creating additional accounts, since this will not create correct in-game account typeclasses. Resolve #2626 .
2022-09-22 21:18:20 +02:00
Griatch
f8f6a3b9b9
Resolve line-break problems in py command. Resolve #2578
2022-09-22 20:18:07 +02:00
Griatch
b75b748f26
Add rotation exception handling to daily log rotater, per #2083
2022-09-22 19:53:01 +02:00
Griatch
cc5d950eb5
Update build script
2022-09-21 20:56:24 +02:00
Griatch
9961790bd5
Merge pull request #2859 from aMiss-aWry/contrib
...
Basic Worming Map Contrib
2022-09-21 20:51:32 +02:00
Griatch
c004475c96
Ran black on sources
2022-09-18 23:58:32 +02:00
Wendy Wang
4b704907cd
Fixing tests
2022-09-18 16:20:32 +02:00
Wendy Wang
26c183efe0
Fixing docstrings, adding _MAX_MAP_SIZE, adding import into init
2022-09-18 16:03:07 +02:00
Griatch
a68f3b4a7c
Correct funcparser tests
2022-09-18 01:26:04 +02:00
Wendy Wang
1fbeba728e
Updating the ingame map display contrib with docstrings and tests@
2022-09-18 00:21:11 +02:00
Griatch
c6290d743d
Resolve unit tests
2022-09-18 00:06:34 +02:00
Griatch
c6a8e8dc19
Fix link to name_generator contrib
2022-09-17 19:41:48 +02:00
Griatch
be051543cc
More doc updates
2022-09-17 19:31:29 +02:00
Griatch
48d78ba995
Update docs
2022-09-17 18:35:47 +02:00
Griatch
c43e145615
Merge branch 'develop' into contrib/evadventure
2022-09-17 13:23:13 +02:00
Griatch
6db083adb9
Break up/extend MULTISESSION_MODE into several new settings
2022-09-17 11:58:22 +02:00
Griatch
a96344cd1f
Working on docs
2022-09-14 18:40:21 +02:00
Wendy Wang
410ab7b548
Adding basic map contrib
2022-09-14 15:09:42 +02:00
Wendy Wang
9d3f6b1e16
Adding basic map contrib
2022-09-14 15:04:07 +02:00
Griatch
23fe0f192a
Fix merge conflicts
2022-09-13 20:14:39 +02:00
Griatch
5757afe091
Fixing tabulation in handler tut
2022-09-13 13:12:36 +02:00
Griatch
78604d64cb
Fix some bugs in handler tutorial
2022-09-13 12:59:05 +02:00
Griatch
aeab995061
Back-port handler-article from evadventure branch
2022-09-13 12:38:51 +02:00
Griatch
55cf557de3
Clarify the rplanguage docstring a bit
2022-09-12 20:15:00 +02:00
Griatch
8d8d8740a6
Merge branch 'develop' into contrib/evadventure
2022-09-11 11:45:01 +02:00