Commit graph

7333 commits

Author SHA1 Message Date
Griatch
6e975236eb Direct-reference typeclass in xyzgrid example, for simplicity 2021-08-22 20:33:37 +02:00
Griatch
ddaf22ea58 Fix spawn issues in xyzgrid. Allow prototype_parent to be a dict itself. Resolve #2494. 2021-08-22 20:30:22 +02:00
Griatch
fc323e1ca7 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
f650533614 Keep GMCP case if outputfunc is capitalized. Resolve #2300. 2021-08-17 20:25:00 +02:00
Griatch
fbb17585c1 Make prototype tags/attrs tuple-parsing more forgiving. Resolve #2369. 2021-08-17 20:09:16 +02:00
Griatch
7215bab388 Fix sorting prototyes with non-string attr/tag data. Resolve #2364. 2021-08-17 19:46:29 +02:00
Griatch
24d89f93d2 Fix prototype lock display when lock is str. Resolve #2323. 2021-08-17 19:37:28 +02:00
Griatch
0fb9c11490 Resolve merge conflicts 2021-08-16 21:40:02 +02:00
Griatch
d74aa02433 Handle objects as keys in ndb.all(). Resolve #2378. 2021-08-16 21:36:01 +02:00
Griatch
dbb8bdc6f2 Merge branch 'master' into develop 2021-08-16 21:33:58 +02:00
Griatch
4b9dc9a0c3 Give correct error on set/desc here. Resolve #2382. 2021-08-16 21:31:53 +02:00
Griatch
4e0cf18cfc Merge branch 'master' into develop 2021-08-16 21:11:06 +02:00
Griatch
a4cabd9306 Make EvTable.add_row forward row-options correctly. Resolve #2389. 2021-08-16 21:10:44 +02:00
CloudKeeper
5515cb794f Appended caller to search method call
Looked like a simple omission. Spotted by Jarenko.
2021-08-16 03:15:45 +10:00
Griatch
5795ba1e91 Merge branch 'master' into develop 2021-08-13 15:24:13 +02:00
Griatch
6858d7dbaf Merge pull request #2477 from ChrisLR/patch-1
Fix paths to xyzgrid contrib in documentation
2021-08-13 15:22:34 +02:00
luciensadi
819097fdde 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
3c4419c616 Update the xyzgrid doc to clarify a few things 2021-08-08 22:23:21 +02:00
Griatch
bc62588253 Fix bug in $protkey protfunc. Resolve #2329. 2021-08-07 23:33:34 +02:00
Griatch
1196196ed8 Merged script/scripts commands. Resolve #1502 2021-08-07 23:11:21 +02:00
Griatch
8497dfa933 Check non-hierarchical perms on both account and puppet. Resolve #2351. 2021-08-07 09:32:46 +02:00
Griatch
495a474505 Broaded Container exception handler. Resolve #2334. 2021-08-07 00:06:09 +02:00
Griatch
800a157ef1 Fix wrong locktype in attribute all check. Resolve #2392. 2021-08-06 23:58:35 +02:00
Griatch
11da873424 Fix error in IAttribute reference due to private vars. Resolve #2423. 2021-08-06 23:55:38 +02:00
Griatch
5ac69a7b0d Better handle using typeclass-cmd with mismatched db table. Resolve #2350. 2021-08-06 23:44:48 +02:00
Griatch
e91671c053 Speed up rpsystem regex generation. Resolve #2265 2021-08-06 21:25:26 +02:00
Griatch
bb8c212b8d Better handle malformed msg kwarg. Resolve #2298. 2021-08-06 20:44:33 +02:00
Griatch
3f436a5bb2 Add support for all creation kwargs to GLOBAL_SCRIPT setting. Resolve #2373 2021-08-06 20:31:01 +02:00
Griatch
2c3fd143cc Make gametime.schedule callback support args/kwargs. Resolve #1327. 2021-08-06 17:27:14 +02:00
Griatch
a815db4ca9 Complete permanent->persistent rename of cmdset kwarg for consistency 2021-08-06 17:16:44 +02:00
Griatch
6e38d0ae4c 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
e8eb5f7586 Better spacing 2021-08-06 00:50:59 +02:00
Griatch
01de3bc47d Update doc sidebar 2021-08-06 00:44:46 +02:00
Griatch
b9771e701f Fix/refactor initial_setup function. Resolve #2438. 2021-08-06 00:16:12 +02:00
Griatch
d3cc7cf630 Properly remove cmds with auto_help=False from index. Resolve #2452. 2021-08-03 22:25:42 +02:00
Griatch
ecd4307a87 Add stop_task kwarg to help Script delete-on-stop. Resolve #2455. 2021-08-03 22:15:41 +02:00
Griatch
a504c1a143 Fix wrong form type in Script admin. Resolve #2463. 2021-08-03 22:05:31 +02:00
Griatch
1c9e8fef0d Better error reporting from xyzgrid. Resolve #2482. 2021-08-03 21:52:30 +02:00
Griatch
8d423431db Fix XYMAP_DATA single import. Resolve #2481. 2021-08-03 21:09:17 +02:00
Griatch
d240d5050d Fix lazy-import error for EvMore Command from launchcmd context 2021-07-29 17:03:04 +02:00
ChrisLR
dba460ec71 Fix paths to xyzgrid contrib in documentation 2021-07-29 10:20:48 -04:00
Griatch
3bc841b781 Fix prototype attr-inheritance with mixed full/simple attrs. Resolve #2474. 2021-07-26 23:42:35 +02:00
Griatch
07e765939c Clarify no-location desc error 2021-07-26 22:25:39 +02:00
Griatch
d8720b1151 Merge branch 'CmdDesc_edit_not_force_access_restrictions' of https://github.com/davewiththenicehat/evennia into davewiththenicehat-CmdDesc_edit_not_force_access_restrictions 2021-07-26 22:24:09 +02:00
Griatch
40a5abe204 Resolves #2465, as per suggesion of @GulliblePsychologist 2021-07-26 22:22:26 +02:00
Griatch
6e94d16ac2 Merge branch 'issue-2461' of https://github.com/GulliblePsychologist/evennia into GulliblePsychologist-issue-2461 2021-07-26 22:12:14 +02:00
Griatch
19f32f7c51 Merge branch 'evennia.utils.format_grid_duplicate_rows' of https://github.com/davewiththenicehat/evennia into davewiththenicehat-evennia.utils.format_grid_duplicate_rows 2021-07-26 22:11:20 +02:00
Griatch
7b224b74e4 Merge branch 'blogspot-https' of https://github.com/amfl/evennia into amfl-blogspot-https 2021-07-26 22:07:14 +02:00
Griatch
52704d7c93 Make web help topics lowercase for proper sorting 2021-07-26 22:05:26 +02:00
Griatch
d00915d092 Merge branch 'cmd_and_file_help_web_support' of https://github.com/davewiththenicehat/evennia into davewiththenicehat-cmd_and_file_help_web_support 2021-07-26 21:41:00 +02:00