Commit graph

7895 commits

Author SHA1 Message Date
Griatch
7d2d28b2d8 Merge branch 'feature/basetypes-subclasses' of https://github.com/aogier/evennia into aogier-feature/basetypes-subclasses 2022-08-02 13:50:23 +02:00
Griatch
114c99b8b2 Update CHANGELOG 2022-08-02 13:19:23 +02:00
Griatch
cfc14cc564
Merge pull request #2797 from InspectorCaracal/namegen-contrib
Add name generator contrib
2022-08-02 13:16:28 +02:00
Griatch
61139fc0df
Merge pull request #2755 from ChrisLR/2736-fix-cmdset-remove
[Bugfix] 2736 Allow cmdsets to remove and retrieve by key
2022-08-02 12:58:54 +02:00
InspectorCaracal
e13df39ad5 clean up docs, fix tests 2022-07-27 14:21:36 -06:00
InspectorCaracal
32d518c7b9 update tests and docs 2022-07-27 13:24:32 -06:00
InspectorCaracal
a620fae4c0 add validation, update docs 2022-07-27 12:02:50 -06:00
Alessandro Ogier
f3e5207ee7
no longer needed 2022-07-26 23:51:11 +02:00
Alessandro Ogier
c706d49c13
new de/serialization logic 2022-07-26 23:51:11 +02:00
Alessandro Ogier
26d4ede5c6
fix https://github.com/evennia/evennia/issues/2808 2022-07-26 23:51:11 +02:00
Griatch
3e0c7d3551
More cleanup again 2022-07-25 09:18:20 +02:00
Griatch
d84b1d427e
More cleanup
Hopefully this will make github recognize the license text.
2022-07-25 09:16:09 +02:00
Griatch
7dd7847091
Update LICENSE.txt
More cleanup for github to detect license.
2022-07-25 09:10:07 +02:00
Griatch
4b2a2985c9
Update LICENSE.txt
Just make github recognize the license name
2022-07-25 09:07:18 +02:00
ChrisLR
81467de72e Merge branch 'develop' into 2736-fix-cmdset-remove 2022-07-24 10:51:25 -04:00
ChrisLR
01f2159198 Avoid potential shadowing issue 2022-07-24 10:51:19 -04:00
Griatch
3403ffbf3c Update CHANGELOG 2022-07-24 08:58:44 +02:00
Griatch
bbcec61ea8
Merge pull request #2807 from volundmush/fix_rpsystem_msg
Added msg_type to rpsystem.send_emote()
2022-07-24 08:56:24 +02:00
Griatch
fb48da472c Update changelog 2022-07-24 08:49:31 +02:00
Griatch
78167dfd3f
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
a55912900f
Merge pull request #2794 from InspectorCaracal/rpsystem-fix-selfref
rpsystem: Add special-case handling for self-references.
2022-07-24 08:41:28 +02:00
Greg Taylor
ae5b353ef2 EGI: Remove unused import of warning module 2022-07-15 21:12:52 -07:00
Andrew Bastien
8b461304f0 Fixed remaining issues. All tests pass. 2022-07-14 22:53:37 -04:00
Andrew Bastien
de65aedede Added msg_type to rpsystem.send_emote() 2022-07-14 20:02:47 -04:00
Andrew Bastien
30f258be0e Added msg_type to rpsystem.send_emote() 2022-07-14 19:46:49 -04:00
Andrew Bastien
71b694e8e5 Added msg_type to rpsystem.send_emote() 2022-07-14 19:43:08 -04:00
Griatch
62136b5f7d Recommend bytes-check to deserialize_dbobjs example 2022-07-14 12:50:01 +02:00
Griatch
96440971a6 Fix nesting errors when serializing hidden dbobjs with de/serializer magic methods 2022-07-14 00:01:18 +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
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
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