Commit graph

7946 commits

Author SHA1 Message Date
Brenden Tuck
922e75ebb0 Add a simple raw HTML message renderer 2022-08-13 22:26:17 -04:00
Brenden Tuck
a1427fdb84 Add inventory tagging 2022-08-04 10:22:38 -04:00
Griatch
940c9909a2 Merge pull request #2825 from aogier/feature/ci-dependencies-cache
enable dependencies cache in CI
2022-08-03 23:05:47 +02:00
Griatch
fa993e97b9 Merge pull request #2826 from aogier/feature/cover-when-coverage-is-needed
only cover 3.10/sqlite
2022-08-03 23:04:16 +02:00
Griatch
7c1d11f474 Fix bug in xyzgrid search parser 2022-08-03 23:01:09 +02:00
Griatch
1ab14d33e4 Fix typo in xyzgrid error message 2022-08-03 22:31:10 +02:00
Alessandro Ogier
6463d087ea only cover 3.10/sqlite 2022-08-03 19:14:07 +02:00
Alessandro Ogier
7d23147359 enable dependencies cache in CI 2022-08-03 18:55:28 +02: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
c9106cef7c Merge pull request #2804 from Tegiminis/develop
Buff contrib
2022-08-02 21:33:40 +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
Griatch
8c514f32dc 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
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
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
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