Tegiminis
e66146b00a
Merge branch 'develop' of github.com:Tegiminis/evennia into develop
2022-08-02 12:01:30 -07:00
Tegiminis
b58b4dc1a7
changed module location, mocked out delay calls
2022-08-02 12:00:44 -07:00
Tegiminis
8f1dd9a565
Merge branch 'evennia:develop' into develop
2022-08-02 09:54:48 -07:00
Griatch
0b8c6e294d
Merge pull request #2820 from aogier/feature/2795-case-sensitive-dict-attrs
...
case sensitive set dict keys
2022-08-02 18:05:12 +02:00
Alessandro Ogier
846bbf6792
case sensitive set dict keys
2022-08-02 17:54:19 +02:00
Griatch
1aa5cb7a6b
Merge branch 'volundmush-cmdparser_refactor' into develop
2022-08-02 16:15:29 +02:00
Griatch
eeaf1d3f58
Fix syscommand regression (see #2755 )
2022-08-02 16:06:40 +02:00
Griatch
c147961847
Merge branch 'cmdparser_refactor' of https://github.com/volundmush/evennia into volundmush-cmdparser_refactor
2022-08-02 15:03:00 +02:00
Griatch
280c3f777a
Merge pull request #2823 from aogier/bugfix/missing-f-strings-prefix
...
add missing f-strings prefix
2022-08-02 15:00:46 +02:00
Griatch
745d32e5e1
Merge pull request #2822 from InspectorCaracal/fix-dest-overwrite
...
Fix DefaultExit overwriting prototype destination
2022-08-02 15:00:07 +02:00
Griatch
97720e07ad
Merge pull request #2821 from InspectorCaracal/set-return-list
...
Fix @set traceback
2022-08-02 14:58:56 +02:00
Griatch
4e74fc93a0
Fix merge conflicts
2022-08-02 14:33:53 +02:00
Griatch
c874e7b967
Change to use exit_obj in at_traverse hook kwargs instead
2022-08-02 14:32:47 +02:00
Griatch
0912194a54
Merge branch 'exit_kwarg' of https://github.com/volundmush/evennia into volundmush-exit_kwarg
2022-08-02 14:30:16 +02:00
Griatch
1ef2498a71
Update CHANGELOG
2022-08-02 14:30:00 +02:00
Griatch
8940297aab
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
b965a51303
Merge pull request #2813 from aogier/feature/2789-reflected-or
...
implement _SaverMutable | _SaverMutable
2022-08-02 14:13:05 +02:00
Griatch
11239ce99d
Merge pull request #2812 from aogier/feature/ci-speedups
...
faster CI via parallel tests
2022-08-02 14:12:27 +02:00
Griatch
ecc0b9173b
Fix naked except clauses; update CHANGELOG
2022-08-02 13:53:08 +02:00
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
Alessandro Ogier
fd9b03ce8d
add missing f-strings prefix
2022-08-01 23:55:34 +02:00
InspectorCaracal
57c1d67f34
don't overwrite destination
2022-08-01 15:45:46 -06:00
InspectorCaracal
b0990c2ec9
always return list
2022-07-27 22:09:34 -06: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
Tegiminis
640e7bfff1
removed none checks (lol), fixed getter to return empty dict instead of None
2022-07-27 11:37:39 -07:00
InspectorCaracal
a620fae4c0
add validation, update docs
2022-07-27 12:02:50 -06:00
Tegiminis
efbe78f243
added has() method, fixed None checks on properties
2022-07-27 10:58:07 -07:00
Andrew Bastien
da181c3068
Improved CmdParser to invert control of matching largely to Command class. Streamlined related code.
2022-07-26 21:07:24 -04:00
Alessandro Ogier
247ab613b2
implement _SaverDict | _SaverDict
2022-07-26 23:52:26 +02: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
Alessandro Ogier
97442088e6
4 processes!
2022-07-26 23:50:31 +02:00
Alessandro Ogier
bfc5bbc64a
parallel tests
2022-07-26 23:50:30 +02:00
Tegiminis
abdebd53e0
Merge branch 'develop' of github.com:Tegiminis/evennia into develop
2022-07-26 11:27:32 -07:00
Tegiminis
51be9a6333
fixed refresh rule for unique buffs
2022-07-26 11:26:36 -07:00
Andrew Bastien
85bc257ae5
object.at_traverse() now passes the exit being traversed as a kwarg
2022-07-26 12:29:40 -04:00
Andrew Bastien
a903526403
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
Tegiminis
56f096897d
Update README.md
2022-07-25 12:01:36 -07: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
Tegiminis
9389e4912f
readme review, made non-unique/refresh namespace less prone to collision
2022-07-24 23:19:36 -07:00
Tegiminis
c15f46045d
fixing goofs exposed by conditional rework, readme tweaks (+8 squashed commit)
...
Squashed commit:
[7d0ff84f5] more readme changes... i can't stop...
[8259163dc] added new removers for parity with getters, altered conditional logic
[d1db0e4a2] added getter/remover section
[0bec38d51] misc fixes
[614df9883] adding test for stack removal, fix to stack removal logic
[77149aaaf] third readme edit, buff module docstring edit, tweak to modgen samplebuff
[ca992fd1c] editing buff section of readme
[f33eec3d8] first edit of readme
2022-07-24 18:53:52 -07:00
ChrisLR
81467de72e
Merge branch 'develop' into 2736-fix-cmdset-remove
2022-07-24 10:51:25 -04:00