Griatch
|
68d45f3526
|
Fix destroy not being informative about moved content. Resolve #2971
|
2022-11-07 18:31:26 +01:00 |
|
Griatch
|
d3ebd3d642
|
Make CmdTag prioritise local objects first. Resolve #2665.
|
2022-10-29 16:32:36 +02:00 |
|
homeofpoe
|
41ec63fa43
|
Quick fixes
|
2022-10-26 05:05:29 -07:00 |
|
homeofpoe
|
9113ad273e
|
Add fstrings
Extend usage of fstrings for consistency and readability.
|
2022-10-26 04:51:19 -07:00 |
|
Griatch
|
43378b4c41
|
Ran black on sources
|
2022-09-18 23:58:32 +02:00 |
|
Alessandro Ogier
|
07ebb4a60b
|
case sensitive set dict keys
|
2022-08-02 17:54:19 +02:00 |
|
InspectorCaracal
|
2cda5b44d6
|
always return list
|
2022-07-27 22:09:34 -06:00 |
|
Andrew Bastien
|
c99cd45f93
|
Added move_type to obj.move_to and its many hooks and what calls it.
|
2022-07-11 22:03:07 -04:00 |
|
InspectorCaracal
|
67a7e6ad61
|
check for results and fix attr-get
|
2022-07-03 20:11:21 -06:00 |
|
Cory F. Cohen
|
7321173d3b
|
A couple more typos that are only on develop.
|
2022-06-21 21:13:06 -04:00 |
|
Cory F. Cohen
|
a05ec09f51
|
Fix various typos in several files.
All are in comments and docstrings, and none should be controversial
in any way (e.g. British versus American spelling).
|
2022-06-21 21:12:45 -04:00 |
|
Griatch
|
a83f21ef2f
|
Apply black to cleanup code
|
2022-06-12 09:46:48 +02:00 |
|
InspectorCaracal
|
dd771fddd0
|
move newline to before indent
|
2022-05-04 10:36:53 -06:00 |
|
Griatch
|
919bf1a907
|
Add ObjectParent mixin to default gamedir template
|
2022-03-04 23:15:54 +01:00 |
|
Griatch
|
4e2962fef8
|
Further improvement of log conditional
|
2022-02-14 00:34:13 +01:00 |
|
Griatch
|
39368bc9ae
|
Make type/force update rather than reset. Resolve #2504
|
2022-02-14 00:04:58 +01:00 |
|
Griatch
|
29430d8d0f
|
Avoid inf recursion when deleting script from at_stop. Resolve #2642
|
2022-02-12 20:19:35 +01:00 |
|
Wendy Wang
|
64b9f9e508
|
Fix for bug #2643: NAttributes on examine.
Non-Persistent Attributes now shown in examine.
|
2022-02-09 14:28:08 +01:00 |
|
Griatch
|
bd3e31bf3c
|
Run black reformatter on code
|
2022-02-08 13:03:52 +01:00 |
|
Griatch
|
a980ed617d
|
Fix tutorial world build and intro
|
2022-02-05 16:05:12 +01:00 |
|
Griatch
|
01af303457
|
Examine-cmd support for script/channels. Resolve #2375.
|
2022-01-09 14:13:22 +01:00 |
|
Griatch
|
97009037a5
|
Allow $dbref/$search in set command to assign objects to Attributes. Resolve #2379.
|
2022-01-09 01:49:58 +01:00 |
|
Griatch
|
7b014f0fa0
|
Allow scripts command to operate on range dbrefs. Resolve #2397.
|
2022-01-09 00:49:57 +01:00 |
|
Griatch
|
72ad633071
|
Make set aware of Attribute categories
|
2021-12-16 00:22:24 +01:00 |
|
Jake
|
a306323c3d
|
Fixed unnecessary string break in CmdDesc
|
2021-11-27 00:06:50 -07:00 |
|
Griatch
|
09f51a644a
|
Make examine command more modular; show attr-categories and value types.
See #1805.
|
2021-11-21 03:37:55 +01:00 |
|
Griatch
|
88fff7c57b
|
Correct help query on @, fix reset hook call.
|
2021-11-13 15:32:31 +01:00 |
|
Griatch
|
7cfb9e3b42
|
Co-exist @-prefixes for management commands. Resolve 2353.
|
2021-11-13 02:15:30 +01:00 |
|
Griatch
|
b94dcbee70
|
Tweak lock names to teleport/teleport_here instead
|
2021-10-31 23:48:05 +01:00 |
|
Griatch
|
fc3bf04fd8
|
Add move/move_here lock check to tel` command. Resolve #1579
|
2021-10-31 23:41:06 +01:00 |
|
Griatch
|
49886dbff3
|
Add confirm to set/edit for non-string Attributes. Resolves #2222
|
2021-10-09 00:11:30 +02:00 |
|
Griatch
|
1a581162bc
|
Change assign to use .key instead of .name. Resolve #2530.
|
2021-10-08 01:06:50 +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
|
1196196ed8
|
Merged script/scripts commands. Resolve #1502
|
2021-08-07 23:11:21 +02:00 |
|
Griatch
|
5ac69a7b0d
|
Better handle using typeclass-cmd with mismatched db table. Resolve #2350.
|
2021-08-06 23:44:48 +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
|
aa9beb43ed
|
Fix mapping unittests
|
2021-07-10 17:47:20 +02:00 |
|
Griatch
|
9706d14293
|
Add xyzgrid support commands
|
2021-07-08 21:40:35 +02:00 |
|
davewiththenicehat
|
df9903e97d
|
evennia.commands.default.building.CmdDesc.edit_handler force access resitrations
CmdDesc edit_handler returns after access rejection
|
2021-06-29 09:14:47 -04:00 |
|
Griatch
|
e6fef4fb69
|
Merge branch 'master' into develop
|
2021-06-03 23:25:31 +02:00 |
|
Griatch
|
a352abc1c4
|
Update obj.cmdset before examine. Resolves #2428.
|
2021-06-03 23:25:10 +02:00 |
|
Griatch
|
c9d9e9c6f8
|
Clean up docs and more funcparser fixes
|
2021-03-27 23:43:46 +01:00 |
|
Griatch
|
a3a57314a1
|
Homogenize funcparser calls
|
2021-03-25 23:15:47 +01:00 |
|
Griatch
|
24a6d2cfab
|
Add verb conjugation module
|
2021-03-22 00:47:27 +01:00 |
|
Griatch
|
773bb31f55
|
Replace inlinefunc parser with FuncParser mostly
|
2021-03-17 23:44:08 +01:00 |
|
Griatch
|
e1762c8b2f
|
Update scripts command, Scripts documentation
|
2021-03-07 17:41:48 +01:00 |
|
Griatch
|
b5195a6e96
|
[feat] Script refactor; decouple timer component from script lifetime. Resolve #1715
|
2021-03-07 10:34:01 +01:00 |
|
Griatch
|
8b28900600
|
Ran black on sources
|
2020-10-21 21:11:04 +02:00 |
|