Commit graph

979 commits

Author SHA1 Message Date
davewiththenicehat
e85ff125fb gendersub msg method removed positional argument
`text` in the msg method of GenderSub is a positional argument causing it to not function as expected in regard to projects documentation on the DefaultObject.msg method.
This changes text to being an optional kwarg.
2020-09-10 08:29:23 -04:00
davewiththenicehat
3e43bafaf9 Update example_batch_code.py
Updated so /interactive switch works as expected for tutorial: https://github.com/evennia/evennia/wiki/Batch-Code-Processor
2020-09-02 17:25:39 -04:00
Griatch
d022c9c7bc Fix unittest error for dice contrib 2020-08-06 00:22:48 +02:00
Griatch
dd6a7875bf Clean up api doc header suprocessing, other fixes 2020-07-31 16:11:30 +02:00
Griatch
b24d4f0e1e Run black on sources; add black config 2020-07-27 21:12:06 +02:00
Griatch
0df87037e7 Ran black on sources, add black config 2020-07-27 21:09:13 +02:00
Griatch
8434907d9e Resolve merge conflicts 2020-07-18 18:06:13 +02:00
Griatch
255ef3d4db Update gendersub in master too 2020-07-18 16:33:06 +02:00
Griatch
f53db0079c Fix gendersub, add new unittest 2020-07-18 16:10:28 +02:00
Griatch
862d2a5d06 Resolve merge conflicts 2020-07-18 15:56:47 +02:00
Griatch
f7b4193c84 Add $random default inlinefunc because I expected it to be there 2020-07-17 14:25:24 +02:00
Griatch
76761825d0 Fixed all errors in doc building 2020-07-11 00:27:10 +02:00
Griatch
7fed14d233 Rename docstring Kwargs to Keyword Args 2020-07-10 15:57:57 +02:00
Griatch
a515ececff Further updates 2020-07-03 22:32:50 +02:00
Griatch
12602dc09f Add tutorial-mirror object 2020-07-01 21:13:14 +02:00
Tymoteusz Paul
6960025553 Correcting curly brackets colors 2020-06-30 23:07:37 +01:00
Griatch
6929bec4e6 Ran black on sources 2020-06-16 14:50:02 +02:00
Griatch
345c91e35a Resolve merge conflicts 2020-05-18 22:52:49 +02:00
trhr
d27446b8ac updated test 2020-05-18 17:58:40 +02:00
trhr
6a4209a84e Cleanup 2020-05-18 17:58:40 +02:00
trhr
3f05a05a3c Renamed classes to prevent conflicts 2020-05-18 17:58:40 +02:00
Henddher Pedroza
ae62044df9 Make Puzzle's use command user-friendly. 2020-05-17 16:26:38 -04:00
Griatch
199ef691b4 Refactor django-contrib into awsstorage contrib, split out docstring into README.md 2020-05-16 17:41:11 +02:00
Griatch
4bfaa154d9 Resolve merge conflicts 2020-05-16 15:38:09 +02:00
Griatch
8f11b38422 Merge branch 'master' into develop 2020-05-16 09:56:56 +02:00
Henddher Pedroza
60ca9f19cf Bug: Puzzles do not survive server reload (because their scripts aren't persisted). 2020-05-15 22:12:23 -04:00
Griatch
5761a91f2f Ran black on sources 2020-04-20 09:23:44 +02:00
Griatch
06cb85ea6c Cleanup and simplifications of Trait props
Remove NumericTrait type, instead incorporating it into the
Trait base. Change .actual to .value to homogenize the interface
for all Trait subclasses. Rename data_keys to default_keys.
Improve and correct documentation in several places.
2020-04-20 09:17:06 +02:00
Griatch
2d45acb364 Update Trait doc string to new version 2020-04-20 00:30:49 +02:00
Griatch
f180e160f2 Add timer component and made unittests pass 2020-04-19 23:14:25 +02:00
Griatch
175fcce405 Start to add timer component 2020-04-19 19:30:40 +02:00
Griatch
5e2bbedd52 Add desc-support to traits 2020-04-19 18:12:16 +02:00
Griatch
4156c37818 Make Trait unit tests pass for base trait types 2020-04-19 17:42:11 +02:00
Griatch
162b3a0c96 Make Trait unit tests pass for base trait types 2020-04-19 15:47:11 +02:00
Griatch
0a4d939e78 Fix all unit tests 2020-04-19 12:58:33 +02:00
Griatch
fce0f404aa Fix all unit tests 2020-04-19 12:55:21 +02:00
Griatch
5571ef8a7d Refactor gauge trait to match description of it 2020-04-19 12:51:05 +02:00
Griatch
7c12e4d362 Refactor gauge trait to match description of it 2020-04-18 21:48:37 +02:00
Griatch
c41fd0a33b Add unit tests for base traits 2020-04-18 14:43:10 +02:00
Griatch
b442946d0f Start to add trait tests based on the Ainneve ones 2020-04-17 00:10:17 +02:00
Griatch
7c31e8bd5a Made TraitHandler classes replaceable and generic 2020-04-16 00:47:27 +02:00
Griatch
fb8403e729 Fix some spurious traithandler bugs 2020-04-14 00:46:45 +02:00
Griatch
e0717fd07c Add replacable Trait classes 2020-04-14 00:32:37 +02:00
Griatch
485ab5907c Start copying Traithandler from Ainneve to contribs 2020-04-13 22:29:06 +02:00
Griatch
21d62e651a Ran black on sources 2020-04-12 12:19:15 +02:00
Griatch
20a1d6139c Merge branch 'aws-s3-cdn' of https://github.com/trhr/evennia into trhr-aws-s3-cdn 2020-04-11 21:14:43 +02:00
trhr
28e4219e76 Refactored and fixed tests 2020-04-10 00:20:59 -05:00
Griatch
ea802b4567 Extend rplanguage sentence detection. Resolve #2075 2020-03-21 19:01:02 +01:00
trhr
e5372b9740 Renamed to underscores 2020-03-20 22:04:04 -05:00
trhr
25ab0a8bbb added tests 2020-03-20 22:03:14 -05:00