chiizujin
chiizujin
This is an inital version of a generic message board. It is used by creating an `EvMessageBoard` object in a room and using the `board` command to access it (see...
#### Brief overview of PR changes/additions If an exit's direction command exists in your current location, then `EvEditor` will treat matching input as those commands and move you around the...
#### Brief overview of PR changes/additions Fixes the `page/list` command not showing received pages. Resolves https://github.com/evennia/evennia/issues/3528. Also re-words the "You haven't paged anyone yet." message to something more appropriate. Note...
#### Describe the bug The `page[/list]` command only show pages you have sent (or sent to yourself), not those you have received. Pages on Jazri account: ``` 15:06:24 to Chiizujin:>...
This seems to be a recurrence of https://github.com/evennia/evennia/issues/3488 (resolved by https://github.com/evennia/evennia/commit/b8e37f9cf27a012dafbed1fa8a01f3ab7fef1077) I can't recall how much I tested this after the above fix but I am still seeing this happening....
#### Brief overview of PR changes/additions This adds two kwargs to the funcparser functions `$You()`/`$you()` and `$Your()`/`$your()`. - `article=True` This will use `get_numbered_name` instead of `get_display_name` to return, for example,...
#### Brief overview of PR changes/additions The `page` command currently shows page date/times in UTC. This changes the date/times to the local time zone based on the setting in `style`....
#### Brief overview of PR changes/additions Adds the ability to optionally specify a width for the editor's `:j` and `:f` commands. Changes `` (alignment) to `` in help so that...
#### Brief overview of PR changes/additions The `mail` (contrib) command currently shows mail date/times in UTC. This changes the date/times to the local time zone based on the setting in...
#### Describe the bug If an `OnDemandHandler` is created, its `save()` call throws an exception. There are two different exceptions depending on whether or not the handler has any stages....