Commit graph

8325 commits

Author SHA1 Message Date
Griatch
2001959181 Add check for deserialization 2022-07-14 12:49:17 +02:00
Griatch
2b2c78085c Merge branch 'develop' into contrib/evadventure 2022-07-14 00:22:26 +02:00
Griatch
96440971a6 Fix nesting errors when serializing hidden dbobjs with de/serializer magic methods 2022-07-14 00:01:18 +02:00
Griatch
1729a1cfff Turnbased combat fixes 2022-07-13 23:59:41 +02:00
Griatch
9b0742f3f7 Merge branch 'develop' into contrib/evadventure 2022-07-13 14:32:42 +02:00
Griatch
8c3fadd8a9 More work on tech demo area 2022-07-13 14:32:19 +02:00
Griatch
6426d6896d Allow optional space for # CODE/# HEADER etc batchcode processing blocks 2022-07-12 11:50:38 +02:00
Tegiminis
ac9146a22f initial buff contrib commit 2022-07-12 01:22:59 -07:00
Griatch
988d8d96f8 Building techdemo world 2022-07-12 10:11:25 +02:00
Andrew Bastien
b1ee336dda Improving documentation. 2022-07-11 22:03:07 -04:00
Andrew Bastien
f8eaeb1429 Added move_type to obj.move_to and its many hooks and what calls it. 2022-07-11 22:03:07 -04:00
Griatch
4e2cd5e6a6 Add more parts of the turnbased combat tutorial 2022-07-11 20:45:30 +02:00
InspectorCaracal
42106ba584 actually update tests 2022-07-11 11:54:18 -06:00
InspectorCaracal
020af1ce08 update tests 2022-07-11 11:23:17 -06:00
InspectorCaracal
71d5c44271 match punctuated self-ref cases with regex 2022-07-11 11:12:40 -06:00
InspectorCaracal
97be8c9e70 quick patch to be consistent with test expectations 2022-07-11 10:42:50 -06:00
Griatch
9c8aae3b0c
Merge pull request #2802 from Tegiminis/develop
Make AttributeProperty getter/setter "object aware"
2022-07-11 11:38:40 +02:00
Griatch
dbebfb9bb0 Merge branch 'develop' into contrib/evadventure 2022-07-11 11:24:46 +02:00
Tegiminis
8377871e9f unit tests for customized attributeproperty getter/setter 2022-07-11 02:16:25 -07:00
Griatch
a18e5d0a81 Update docs with contrib auto-generated content 2022-07-11 10:03:45 +02:00
Griatch
fc7a49f152
Merge pull request #2798 from avalonhope/develop
Update test_search.py - test script_search by tag
2022-07-11 10:02:28 +02:00
Griatch
a7f982b3a1
Merge pull request #2793 from blightbow/patch-1
Update evennia-docker-start.sh
2022-07-11 08:38:50 +02:00
Griatch
7ab473dfb6
Merge pull request #2791 from InspectorCaracal/set-cmd-error
Fix attribute-list traceback and silent failures on `CmdSetAttribute`
2022-07-11 08:37:37 +02:00
Griatch
a353dc8cf1
Merge pull request #2788 from InspectorCaracal/prompt-msg-fix
Fix text + prompt msg function
2022-07-11 08:32:32 +02:00
Griatch
9dbb8f698d
Merge pull request #2787 from InspectorCaracal/iter-to-str-sep
Update separator handling for `iter_to_str`
2022-07-11 08:28:20 +02:00
Tegiminis
e27751a926 Revert "remove unused argument"
This reverts commit dfcc5fb5c0.
2022-07-10 03:55:52 -07:00
Tegiminis
dfcc5fb5c0 remove unused argument 2022-07-10 03:48:54 -07:00
Tegiminis
95d7cde7ef docstring fix 2022-07-10 03:25:56 -07:00
Tegiminis
1075e5652c makes attributeproperties object-aware, part 2 2022-07-10 03:20:16 -07:00
Tegiminis
00e5f4a487 Merge branch 'develop' of github.com:Tegiminis/evennia into develop
# Conflicts:
#	evennia/typeclasses/attributes.py
2022-07-10 02:34:13 -07:00
Tegiminis
14c35fdbe0 makes attributeproperty "object-aware" 2022-07-10 02:32:05 -07:00
Avalon Hope
67a7fb202b
Merge pull request #4 from avalonhope/avalonhope-test-search-script
Update test_search.py - test cases for search_script
2022-07-08 12:08:52 +01:00
Avalon Hope
e621108235
Update test_search.py 2022-07-08 11:51:00 +01:00
Avalon Hope
844dd95a4a
Update test_search.py 2022-07-08 11:16:06 +01:00
InspectorCaracal
f6f40a7ed8 add namegen contrib 2022-07-07 16:46:57 -06:00
InspectorCaracal
55838c04ee move the case-ref analysis to a helper 2022-07-06 15:37:52 -06:00
InspectorCaracal
d5144bfaaa add special handling for self-references 2022-07-06 15:03:40 -06:00
aka That Davin Guy
238e8a9107
Update evennia-docker-start.sh
Fixed an unquoted shell test. This was generating a "sh: start: unknown operand" message in the startup log when the default "evennia start --log" args were passed in.
2022-07-05 23:43:52 -04:00
Griatch
ce3992f999 Add vale linter config for docs 2022-07-05 19:24:53 +02:00
Griatch
47371d7e02
Update feature-request.md 2022-07-05 19:02:41 +02:00
Griatch
64dcb675c5
Update documentation-issue.md 2022-07-05 18:59:00 +02:00
Griatch
50bd4eadae
Update bug-report.md 2022-07-05 18:54:50 +02:00
Griatch
19dc232b24
Update bug-report-develop.md 2022-07-05 18:52:46 +02:00
Griatch
e210f5fd94 Set echo option, probably no effect 2022-07-04 18:22:43 +02:00
InspectorCaracal
7390465db8 update docs/tests 2022-07-03 20:31:08 -06:00
InspectorCaracal
d23bf74af0
change to move prompt 2022-07-03 20:25:53 -06:00
InspectorCaracal
63d4384e1a check for results and fix attr-get 2022-07-03 20:11:21 -06:00
Griatch
c5b62a6fc8 Refactored turn based combat tutorial 2022-07-03 22:12:23 +02:00
Griatch
ca446a1ba2 More fixes to evadventure 2022-07-03 12:38:06 +02:00
Griatch
372fa7118f
Merge pull request #2784 from InspectorCaracal/rpsystem-aliases
rpsystem: Always include aliases as candidates
2022-07-03 12:02:49 +02:00