Commit graph

7903 commits

Author SHA1 Message Date
Griatch
395fcce079 Merge pull request #2814 from volundmush/search_icontains
Alter ObjectDB.objects.get_objs_with_key_or_alias() to use icontains
2022-08-02 14:15:07 +02:00
Griatch
7b5d4dfc22 Merge pull request #2813 from aogier/feature/2789-reflected-or
implement _SaverMutable | _SaverMutable
2022-08-02 14:13:05 +02:00
Griatch
8285b0f9ae Merge pull request #2812 from aogier/feature/ci-speedups
faster CI via parallel tests
2022-08-02 14:12:27 +02:00
Griatch
7a06db9ffb Fix naked except clauses; update CHANGELOG 2022-08-02 13:53:08 +02:00
Griatch
bb8781efad 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
c737c05574 Update CHANGELOG 2022-08-02 13:19:23 +02:00
Griatch
9eb3ab53ff Merge pull request #2797 from InspectorCaracal/namegen-contrib
Add name generator contrib
2022-08-02 13:16:28 +02:00
Griatch
16ac859c24 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
ed25224699 clean up docs, fix tests 2022-07-27 14:21:36 -06:00
InspectorCaracal
3b039fdaff update tests and docs 2022-07-27 13:24:32 -06:00
InspectorCaracal
9f4de7bd1c add validation, update docs 2022-07-27 12:02:50 -06:00
Alessandro Ogier
d91b4ecaff implement _SaverDict | _SaverDict 2022-07-26 23:52:26 +02:00
Alessandro Ogier
1794457b57 no longer needed 2022-07-26 23:51:11 +02:00
Alessandro Ogier
f9b17d25d1 new de/serialization logic 2022-07-26 23:51:11 +02:00
Alessandro Ogier
dbde966947 fix https://github.com/evennia/evennia/issues/2808 2022-07-26 23:51:11 +02:00
Alessandro Ogier
146112a576 4 processes! 2022-07-26 23:50:31 +02:00
Alessandro Ogier
f60bb650c6 parallel tests 2022-07-26 23:50:30 +02:00
Andrew Bastien
894ae978b9 ObjectDB.objects.get_objs_with_key_or_alias() now uses icontains instead of istartswith for inexact searches against db_key to match behavior with alias. 2022-07-25 15:22:26 -04:00
Griatch
18990b52c0 More cleanup again 2022-07-25 09:18:20 +02:00
Griatch
fa302d6bdf More cleanup
Hopefully this will make github recognize the license text.
2022-07-25 09:16:09 +02:00
Griatch
7126b6284f Update LICENSE.txt
More cleanup for github to detect license.
2022-07-25 09:10:07 +02:00
Griatch
3de1773c01 Update LICENSE.txt
Just make github recognize the license name
2022-07-25 09:07:18 +02:00
ChrisLR
90a555b259 Merge branch 'develop' into 2736-fix-cmdset-remove 2022-07-24 10:51:25 -04:00
ChrisLR
ca819b9b00 Avoid potential shadowing issue 2022-07-24 10:51:19 -04:00
Griatch
99d300799e Update CHANGELOG 2022-07-24 08:58:44 +02:00
Griatch
86c89b56cc 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
9c7d3c6fc7 Update changelog 2022-07-24 08:49:31 +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
151d9b1eae 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
db41063cce EGI: Remove unused import of warning module 2022-07-15 21:12:52 -07:00
Andrew Bastien
e0dc224d08 Fixed remaining issues. All tests pass. 2022-07-14 22:53:37 -04:00
Andrew Bastien
8ae1650b05 Added msg_type to rpsystem.send_emote() 2022-07-14 20:02:47 -04:00
Andrew Bastien
22353b2e92 Added msg_type to rpsystem.send_emote() 2022-07-14 19:46:49 -04:00
Andrew Bastien
641811ec1c Added msg_type to rpsystem.send_emote() 2022-07-14 19:43:08 -04:00
Griatch
60296a8554 Recommend bytes-check to deserialize_dbobjs example 2022-07-14 12:50:01 +02:00
Griatch
2fd8afa2fa Fix nesting errors when serializing hidden dbobjs with de/serializer magic methods 2022-07-14 00:01:18 +02:00
Andrew Bastien
93aae906bf Improving documentation. 2022-07-11 22:03:07 -04:00
Andrew Bastien
c99cd45f93 Added move_type to obj.move_to and its many hooks and what calls it. 2022-07-11 22:03:07 -04:00
InspectorCaracal
c9772e199f actually update tests 2022-07-11 11:54:18 -06:00
InspectorCaracal
303f836fa1 update tests 2022-07-11 11:23:17 -06:00
InspectorCaracal
add1518c95 match punctuated self-ref cases with regex 2022-07-11 11:12:40 -06:00
InspectorCaracal
dbaaf80e5e quick patch to be consistent with test expectations 2022-07-11 10:42:50 -06:00
Griatch
ae21036a34 Merge pull request #2802 from Tegiminis/develop
Make AttributeProperty getter/setter "object aware"
2022-07-11 11:38:40 +02:00
Tegiminis
8a9ccb4bbe unit tests for customized attributeproperty getter/setter 2022-07-11 02:16:25 -07:00
Griatch
f4272bd952 Update docs with contrib auto-generated content 2022-07-11 10:03:45 +02:00
Griatch
53a804c05f 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
05dbd170b1 Merge pull request #2793 from blightbow/patch-1
Update evennia-docker-start.sh
2022-07-11 08:38:50 +02:00
Griatch
3510d26e68 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
fa85ed514a Merge pull request #2788 from InspectorCaracal/prompt-msg-fix
Fix text + prompt msg function
2022-07-11 08:32:32 +02:00
Griatch
c22dd75070 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