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
|
7a60e9ed0d
|
AttributeProperty for managing Attributes similarly to Django fields
|
2021-11-09 23:08:28 +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
|
c2a3c789d3
|
Change settings.COMMAND_ARG_REGEX default to require a space or '/' between cmdname and argument. This better matches common expectations. Resolves #1541.
|
2021-10-31 23:08:33 +01:00 |
|
Griatch
|
36e985557f
|
Rename all at_before/after hooks to at_pre/post. Old names still work but are deprecated. Resolves #1454.
|
2021-10-31 22:18:58 +01:00 |
|
Griatch
|
9cb807a73c
|
Update in-game links
|
2021-10-26 22:50:19 +02:00 |
|
Griatch
|
a51e4af609
|
Change to MyST parser
|
2021-10-26 21:31:20 +02:00 |
|
Griatch
|
2a8cc57bbe
|
Add strip_unsafe_input/INPUT_CLEANUP_BYPASS_PERMISSIONS helpers to strip unsafe input on a per-command level. Resolves #1738.
|
2021-10-09 16:27:58 +02:00 |
|
Griatch
|
a7b99a605b
|
Add LOCALECHO client option for clients not supporting local echoing. Resolve #2258.
|
2021-10-09 00:36:17 +02:00 |
|
Griatch
|
49886dbff3
|
Add confirm to set/edit for non-string Attributes. Resolves #2222
|
2021-10-09 00:11:30 +02:00 |
|
Griatch
|
e4013dbdb8
|
Ask for confirm in default account creation. Resolves #1523
|
2021-10-08 22:46:50 +02:00 |
|
Griatch
|
1a581162bc
|
Change assign to use .key instead of .name. Resolve #2530.
|
2021-10-08 01:06:50 +02:00 |
|
henddher
|
bfd6ece47c
|
Addition of BROADCAST_SERVER_RESTART_MESSAGES flag to notify all sessions that the server is restarting.
|
2021-10-03 18:05:03 -05:00 |
|
David Reichard
|
af491d9f30
|
Fix multimatch error. Resolves #2514
|
2021-09-04 23:36:54 -04: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
|
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
|
d3cc7cf630
|
Properly remove cmds with auto_help=False from index. Resolve #2452.
|
2021-08-03 22:25:42 +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
|
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 |
|
Griatch
|
de66313ec9
|
First stepping around xyzgrid, still issues
|
2021-07-11 11:25:03 +02:00 |
|
Griatch
|
aa9beb43ed
|
Fix mapping unittests
|
2021-07-10 17:47:20 +02:00 |
|
Griatch
|
5c68173af0
|
Merge branch 'develop' into mapping-contrib
|
2021-07-08 21:59:00 +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 |
|
davewiththenicehat
|
c5b94cb854
|
Update CmdTasks unit tests for verbiage change within the command after merge.
Updated unit tests for CmdTasks. There was a verbiage change after merge. This update will allow the unit tests to pass.
|
2021-06-21 18:11:28 -04:00 |
|
davewiththenicehat
|
0866f54d7e
|
command and filehelp addded web_get_admin_rul
It was a very easy add.
|
2021-06-20 09:16:23 -04:00 |
|
Griatch
|
da51d5fc1f
|
Changed clickable help-links to default to True
|
2021-06-20 11:18:55 +02:00 |
|
Griatch
|
16667f1372
|
Merge branch 'CmdHelp_clickable_topics' of https://github.com/davewiththenicehat/evennia into davewiththenicehat-CmdHelp_clickable_topics
|
2021-06-20 11:09:48 +02:00 |
|
Griatch
|
d12dce8959
|
Formatting/style updates to new tasks command
|
2021-06-19 13:54:55 +02:00 |
|
Griatch
|
11bfd96cdd
|
Merge branch 'CmdDelays' of https://github.com/davewiththenicehat/evennia into davewiththenicehat-CmdDelays
|
2021-06-19 12:42:11 +02:00 |
|
davewiththenicehat
|
787ef8c068
|
text cleanup
All evennia.web.website.tests pass.
|
2021-06-15 16:54:41 -04:00 |
|
davewiththenicehat
|
da6e1edb29
|
CmdHelp clickable global setting False
Created a global setting for clickable topics in the help command. Default is False.
|
2021-06-15 12:47:24 -04:00 |
|
davewiththenicehat
|
93b68e3a31
|
CmdTasks removed text tags added yes no
|
2021-06-14 18:43:18 -04:00 |
|
davewiththenicehat
|
6cf1f65722
|
CmdHelp clickable topics
Added clickable topics throughout CmdHelp.
unit test evennia.commands.default.tests.TestHelp passes.
|
2021-06-12 12:35:07 -04:00 |
|
davewiththenicehat
|
9eb1c0532f
|
file and command help web support, proof of concept
Not fleshed enough for a prototype. Is a working proof of concept.
Adds command help and file help entries to the website.
|
2021-06-04 16:24:51 -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 |
|
davewiththenicehat
|
03b0bc47a0
|
CmdTask Misc Updates
|
2021-05-31 20:04:13 -04:00 |
|
Griatch
|
b050656319
|
Add lock-handling to FileHelp, add warnings to sethelp
|
2021-05-30 20:17:46 +02:00 |
|
Griatch
|
0fb29073b2
|
Add locks to filehelp entities. Test view/read locks
|
2021-05-30 10:59:36 +02:00 |
|
Griatch
|
905cc78069
|
Merge branch 'master' into develop
|
2021-05-30 09:19:27 +02:00 |
|