Fix :UU and :UU usage in EvEditor. Resolve #3262
This commit is contained in:
parent
0c072dab02
commit
763699ea14
5 changed files with 84 additions and 82 deletions
|
|
@ -11,7 +11,9 @@
|
|||
from in-game with default command (chiizujin)
|
||||
- [Feature][issue3450]: The default `page` command now tags its `Msg` objects
|
||||
with tag 'page' (category 'comms') and also checks the `Msg`' 'read' lock.
|
||||
made backwards compatible for old pages.
|
||||
made backwards compatible for old pages (Griatch)
|
||||
- Feature: Clean up the default Command variable list shown when a command has
|
||||
no `func()` defined (Griatch)
|
||||
- [Fix][pull3446]: Use plural ('no apples') instead of singular ('no apple') in
|
||||
`get_numbered_name` for better grammatical form (InspectorCaracal)
|
||||
- [Fix][pull3453]: Object aliases not showing in search multi-match
|
||||
|
|
@ -29,6 +31,8 @@
|
|||
way (chiizujin)
|
||||
- [Fix][pull3464]: EvEditor range:range specification didn't return correct
|
||||
range (chiizujin)
|
||||
- [Fix][issue3462]: EvEditor :UU and :DD etc commands were not properly
|
||||
differentiating from their lower-case alternatives (Griatch)
|
||||
- Doc: Added Beginner Tutorial lessons for AI, Quests and Procedural dungeon (Griatch)
|
||||
- Doc fixes (Griatch, InspectorCaracal)
|
||||
|
||||
|
|
@ -45,6 +49,7 @@
|
|||
[pull3464]: https://github.com/evennia/evennia/pull/3464
|
||||
[pull3467]: https://github.com/evennia/evennia/pull/3467
|
||||
[issue3450]: https://github.com/evennia/evennia/issues/3450
|
||||
[issue3462]: https://github.com/evennia/evennia/issues/3462
|
||||
|
||||
## Evennia 4.0.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue