Griatch
|
e6e632c13a
|
Expand on shop management
|
2022-08-02 21:35:53 +02:00 |
|
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 |
|
InspectorCaracal
|
9f4de7bd1c
|
add validation, update docs
|
2022-07-27 12:02:50 -06: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 |
|
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
|
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 |
|
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 |
|
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
|
6a4b14fb83
|
More dungeon code
|
2022-07-24 13:01:01 +02:00 |
|
Griatch
|
07ff42b77c
|
Fixes to return_appearance helpers and iter_to_str
|
2022-07-24 13:00:30 +02:00 |
|
Griatch
|
eec39eb599
|
Further break out return_appearance functionality into helper hooks
|
2022-07-24 12:20:31 +02:00 |
|
Griatch
|
33d247cff0
|
Fix merge conflicts
|
2022-07-24 09:31:39 +02:00 |
|
Griatch
|
99d300799e
|
Update CHANGELOG
|
2022-07-24 08:58:44 +02:00 |
|