Griatch
7c1d11f474
Fix bug in xyzgrid search parser
2022-08-03 23:01:09 +02:00
Griatch
4b856b84f7
First design of shop menu nodes for plugging in
2022-08-03 22:57:12 +02:00
Griatch
1ab14d33e4
Fix typo in xyzgrid error message
2022-08-03 22:31:10 +02:00
Johnny
86fcdf4528
AttributeProperty tries spawning child instances of default value ( #2697 ).
2022-08-02 23:47:52 +00:00
Griatch
03425df669
Better phrasing in settings, update CHANGELOG
2022-08-02 21:46:16 +02:00
Griatch
80dd48ec9d
Merge branch 'improve_startstop' of https://github.com/volundmush/evennia into volundmush-improve_startstop
2022-08-02 21:36:09 +02:00
Griatch
e6e632c13a
Expand on shop management
2022-08-02 21:35:53 +02:00
Tegiminis
7618cf752e
Merge branch 'develop' of github.com:Tegiminis/evennia into develop
2022-08-02 12:01:30 -07:00
Tegiminis
7dfbc12d7b
changed module location, mocked out delay calls
2022-08-02 12:00:44 -07:00
Tegiminis
922477ffb5
Merge branch 'evennia:develop' into develop
2022-08-02 09:54:48 -07:00
Alessandro Ogier
07ebb4a60b
case sensitive set dict keys
2022-08-02 17:54:19 +02:00
Andrew Bastien
2a1b2cf3cb
PEP8 compliance improvement.
2022-08-02 10:44:25 -04: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
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
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
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
9eb3ab53ff
Merge pull request #2797 from InspectorCaracal/namegen-contrib
...
Add name generator contrib
2022-08-02 13:16:28 +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
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
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