Allow \f to mark EvMore pagebreaks for cmds. Resolves #1585.
This commit is contained in:
parent
f4a1bf9bae
commit
83c6bb69d1
3 changed files with 28 additions and 22 deletions
|
|
@ -115,9 +115,10 @@ Web/Django standard initiative (@strikaco)
|
|||
str to bytes.
|
||||
- `evennia.MONITOR_HANDLER.all` now takes keyword argument `obj` to only retrieve monitors from that specific
|
||||
Object (rather than all monitors in the entire handler).
|
||||
|
||||
- Support adding `\f` in command doc strings to force where EvMore puts page breaks.
|
||||
|
||||
### Contribs
|
||||
|
||||
- The `extended_room` contrib saw some backwards-incompatible refactoring:
|
||||
+ All commands now begin with `CmdExtendedRoom`. So before it was `CmdExtendedLook`, now
|
||||
it's `CmdExtendedRoomLook` etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue