Commit graph

7347 commits

Author SHA1 Message Date
Griatch
28fae7af09 Fixes for $protkey protfunc implementation 2021-09-12 19:54:00 +02:00
Griatch
cec3b139ed Expand RPSystem to respect case of references. Resolves #1620. 2021-09-08 23:41:33 +02:00
Griatch
54ebdb5ab1
Merge pull request #2516 from Qaishin/multimatch_fix
Fix multimatch error. Resolves #2514
2021-09-07 23:23:04 +02:00
Griatch
28c7f91bd2 Fix merge conflicts 2021-09-06 21:52:17 +02:00
Griatch
77c16a4779 Up twisted requirement to 21.7.0 2021-09-06 21:48:09 +02:00
Griatch
d7840bd2ea Cleanup some doc strings 2021-09-05 15:59:32 +02:00
Griatch
4aa999cd4a Fix TraitProperty to not need trait_key and fix __get__ issues pointed out in discussions. 2021-09-05 15:53:49 +02:00
David Reichard
4387e513c4 Fix multimatch error. Resolves #2514 2021-09-04 23:36:54 -04:00
Griatch
de13ad932e Merge branch 'develop' of github.com:evennia/evennia into develop 2021-09-05 00:28:55 +02:00
Griatch
fb408ceb23 Rework TraitProperty syntax to not need lazy_property, as mentioned e.g. in #2513 2021-09-05 00:28:43 +02:00
Griatch
02fadfeb4c
Merge pull request #2515 from ChrisLR/XYMap-Django-Exception
Fix exception leaking when spawning XYRoom Nodes
2021-09-01 17:15:26 +02:00
ChrisLR
c5c14d8049 Catch base django ObjectDoesNotExist to fix issue with custom XYRoom typeclasses leaking the base exception when creating 2021-08-31 07:32:34 -04:00
Griatch
fa4e0346db Round Traits' current+rate if base is integer. Resolve #2451. 2021-08-30 23:03:51 +02:00
Griatch
789cc78a05 Add TraitProperties as alternative way to define Traits from the traits contrib. Also clean up docs to resolve #2450. 2021-08-30 22:33:21 +02:00
Griatch
287a769210 Direct-reference typeclass in xyzgrid example, for simplicity 2021-08-22 20:33:37 +02:00
Griatch
22d02ac098 Fix spawn issues in xyzgrid. Allow prototype_parent to be a dict itself. Resolve #2494. 2021-08-22 20:30:22 +02:00
Griatch
1794de8966
Merge pull request #2503 from CloudKeeper/patch-4
Wiki amendment: Appended caller to search method call
2021-08-21 14:06:57 +02:00
Griatch
87c5c7c168 Keep GMCP case if outputfunc is capitalized. Resolve #2300. 2021-08-17 20:25:00 +02:00
Griatch
fc34824a1a Make prototype tags/attrs tuple-parsing more forgiving. Resolve #2369. 2021-08-17 20:09:16 +02:00
Griatch
b728df11e7 Fix sorting prototyes with non-string attr/tag data. Resolve #2364. 2021-08-17 19:46:29 +02:00
Griatch
fbf20b64ba Fix prototype lock display when lock is str. Resolve #2323. 2021-08-17 19:37:28 +02:00
Griatch
d5c4c6fb9c Resolve merge conflicts 2021-08-16 21:40:02 +02:00
Griatch
125c5664fb Handle objects as keys in ndb.all(). Resolve #2378. 2021-08-16 21:36:01 +02:00
Griatch
ac13798280 Merge branch 'master' into develop 2021-08-16 21:33:58 +02:00
Griatch
c4806716da Give correct error on set/desc here. Resolve #2382. 2021-08-16 21:31:53 +02:00
Griatch
f68ec81c76 Merge branch 'master' into develop 2021-08-16 21:11:06 +02:00
Griatch
c425f95193 Make EvTable.add_row forward row-options correctly. Resolve #2389. 2021-08-16 21:10:44 +02:00
CloudKeeper
75c3458252
Appended caller to search method call
Looked like a simple omission. Spotted by Jarenko.
2021-08-16 03:15:45 +10:00
Griatch
2180ec67a7 Merge branch 'master' into develop 2021-08-13 15:24:13 +02:00
Griatch
b4bca2a155
Merge pull request #2477 from ChrisLR/patch-1
Fix paths to xyzgrid contrib in documentation
2021-08-13 15:22:34 +02:00
luciensadi
42a3d0c59c
Update evennia.js
Fix for misplaced parens-- previous code checked 'is the output of `typeof(listener === 'function')` truthy', which is equivalent of `typeof(boolean)` which is always true.
2021-08-09 10:13:59 -07:00
Griatch
514b1b84d5 Update the xyzgrid doc to clarify a few things 2021-08-08 22:23:21 +02:00
Griatch
f7e947901f Fix bug in $protkey protfunc. Resolve #2329. 2021-08-07 23:33:34 +02:00
Griatch
eccb355f5b Merged script/scripts commands. Resolve #1502 2021-08-07 23:11:21 +02:00
Griatch
01eeaccfdc Check non-hierarchical perms on both account and puppet. Resolve #2351. 2021-08-07 09:32:46 +02:00
Griatch
37072686fc Broaded Container exception handler. Resolve #2334. 2021-08-07 00:06:09 +02:00
Griatch
bae45cc2a1 Fix wrong locktype in attribute all check. Resolve #2392. 2021-08-06 23:58:35 +02:00
Griatch
6de53696fe Fix error in IAttribute reference due to private vars. Resolve #2423. 2021-08-06 23:55:38 +02:00
Griatch
b737ccd2ea Better handle using typeclass-cmd with mismatched db table. Resolve #2350. 2021-08-06 23:44:48 +02:00
Griatch
2d6b35166c Speed up rpsystem regex generation. Resolve #2265 2021-08-06 21:25:26 +02:00
Griatch
248344d7c2 Better handle malformed msg kwarg. Resolve #2298. 2021-08-06 20:44:33 +02:00
Griatch
505cdf4cbf Add support for all creation kwargs to GLOBAL_SCRIPT setting. Resolve #2373 2021-08-06 20:31:01 +02:00
Griatch
b31b32e534 Make gametime.schedule callback support args/kwargs. Resolve #1327. 2021-08-06 17:27:14 +02:00
Griatch
a070246123 Complete permanent->persistent rename of cmdset kwarg for consistency 2021-08-06 17:16:44 +02:00
Griatch
651acb8c8a Avoid yield-command crossover problems. Add .retain_instance ability for Command class for implementing state execution. 2021-08-06 15:59:48 +02:00
Griatch
9a4a3e8e52 Better spacing 2021-08-06 00:50:59 +02:00
Griatch
b284865614 Update doc sidebar 2021-08-06 00:44:46 +02:00
Griatch
792c3db230 Fix/refactor initial_setup function. Resolve #2438. 2021-08-06 00:16:12 +02:00
Griatch
2ba0f42628 Properly remove cmds with auto_help=False from index. Resolve #2452. 2021-08-03 22:25:42 +02:00
Griatch
fb9d89eeaa Add stop_task kwarg to help Script delete-on-stop. Resolve #2455. 2021-08-03 22:15:41 +02:00