Griatch
19bd7ce0b7
Resolve merge conflicts
2022-08-02 16:19:25 +02:00
Griatch
214a601916
Merge branch 'volundmush-cmdparser_refactor' into develop
2022-08-02 16:15:29 +02:00
Griatch
9fb5af5c89
Fix syscommand regression (see #2755 )
2022-08-02 16:06:40 +02:00
Griatch
01aa49108e
Merge branch 'cmdparser_refactor' of https://github.com/volundmush/evennia into volundmush-cmdparser_refactor
2022-08-02 15:03:00 +02:00
Griatch
718e06e6ff
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
a13997395b
Merge pull request #2822 from InspectorCaracal/fix-dest-overwrite
...
Fix DefaultExit overwriting prototype destination
2022-08-02 15:00:07 +02:00
Griatch
d29d37d93a
Merge pull request #2821 from InspectorCaracal/set-return-list
...
Fix @set traceback
2022-08-02 14:58:56 +02:00
Griatch
7072df6a5d
Fix merge conflicts
2022-08-02 14:33:53 +02:00
Griatch
69cf0a2be3
Change to use exit_obj in at_traverse hook kwargs instead
2022-08-02 14:32:47 +02:00
Griatch
4952ed5443
Merge branch 'exit_kwarg' of https://github.com/volundmush/evennia into volundmush-exit_kwarg
2022-08-02 14:30:16 +02:00
Griatch
155965c4d1
Update CHANGELOG
2022-08-02 14:30:00 +02:00
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
Griatch
b4cccc9703
Prep for shopkeepers
2022-08-02 11:48:06 +02:00
Alessandro Ogier
32ac772930
add missing f-strings prefix
2022-08-01 23:55:34 +02:00
InspectorCaracal
78735baadc
don't overwrite destination
2022-08-01 15:45:46 -06:00
InspectorCaracal
2cda5b44d6
always return list
2022-07-27 22:09:34 -06: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
Tegiminis
a30e152405
removed none checks (lol), fixed getter to return empty dict instead of None
2022-07-27 11:37:39 -07:00
InspectorCaracal
9f4de7bd1c
add validation, update docs
2022-07-27 12:02:50 -06:00
Tegiminis
19b498626d
added has() method, fixed None checks on properties
2022-07-27 10:58:07 -07:00
Andrew Bastien
1691906401
Improved CmdParser to invert control of matching largely to Command class. Streamlined related code.
2022-07-26 21:07:24 -04: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
Tegiminis
0503fa9b0b
Merge branch 'develop' of github.com:Tegiminis/evennia into develop
2022-07-26 11:27:32 -07:00
Tegiminis
5fa92d8b26
fixed refresh rule for unique buffs
2022-07-26 11:26:36 -07:00
Andrew Bastien
8b696ed2b5
object.at_traverse() now passes the exit being traversed as a kwarg
2022-07-26 12:29:40 -04:00
Andrew Bastien
18edbce624
adding at_server_init to at_server_startstop
2022-07-25 17:16:00 -04: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
Tegiminis
65123c10c5
Update README.md
2022-07-25 12:01:36 -07: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
Tegiminis
a95dea471f
readme review, made non-unique/refresh namespace less prone to collision
2022-07-24 23:19:36 -07:00
Tegiminis
6ba3cf12fc
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
Griatch
c95c8213a0
Add Account.uses_screenreader. Added evadventure mini-map
2022-07-24 23:21:36 +02:00
Griatch
306d6b44aa
Made simple map, start shops
2022-07-24 22:30:13 +02:00
Griatch
a471f0fd86
Fix dungeon behavior
2022-07-24 20:26:41 +02:00