mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix infinite loop if using print() in py cmd. Resolve #3616
This commit is contained in:
parent
ac06ff735c
commit
2b95446dd0
4 changed files with 41 additions and 5 deletions
|
|
@ -8,6 +8,11 @@ with dynamic keys (rather than just relying on typeclass' key) (Griatch)
|
|||
- Feat: Make Sqlite3 PRAGMAs configurable via settings (Griatch)
|
||||
- [Feat][pull3592]: Revised German locationlization ('Du' instead of 'Sie',
|
||||
cleanup) (Drakon72)
|
||||
- [Feat][pull3541]: Rework main Object searching to respect partial matches, empty
|
||||
search now partial matching all candidates, overall cleanup (InspectorCaracal)
|
||||
- [Feat][pull3588]: New `DefaultObject` hooks: `at_object_post_creation`, called once after
|
||||
first creation but after any prototypes have been applied, and
|
||||
`at_object_post_spawn(prototype)`, called only after creation/update with a prototype (InspectorCaracal)
|
||||
- [Fix][pull3494]: Update/clean some Evennia dependencies (0xDEADFED5)
|
||||
- [Fix][issue3556]: Better error if trying to treat ObjectDB as a typeclass (Griatch)
|
||||
- [Fix][issue3590]: Make `examine` command properly show `strattr` type
|
||||
|
|
@ -24,13 +29,21 @@ did not add it to the handler's object (Griatch)
|
|||
- [Fix][pull3597]: Address timing issue for testing `new_task_waiting_input `on
|
||||
Windows (0xDEADFED5)
|
||||
- [Fix][pull3611]: Fix and update for Reports contrib (InspectorCaracal)
|
||||
- [Fix][pull3625]: Lycanthropy tutorial page had some issues (feyrkh)
|
||||
- [Fix][pull3622]: Fix for examine command tracebacking with strvalue error
|
||||
(aMiss-aWry)
|
||||
- [Fix][issue3612]: Make sure help entries' `subtopic_separator_char` is
|
||||
respected (Griatch)
|
||||
- [Fix][issue3624]: Setting tags with integer names caused errors on postgres (Griatch)
|
||||
- [Docs][issue3591]: Fix of NPC reaction tutorial code (Griatch)
|
||||
- Docs: Tutorial fixes (Griatch, aMiss-aWry)
|
||||
- Docs: Tutorial fixes (Griatch, aMiss-aWry, feyrkh)
|
||||
|
||||
[issue3591]: https://github.com/evennia/evennia/issues/3591
|
||||
[issue3590]: https://github.com/evennia/evennia/issues/3590
|
||||
[issue3556]: https://github.com/evennia/evennia/issues/3556
|
||||
[issue3519]: https://github.com/evennia/evennia/issues/3519
|
||||
[issue3612]: https://github.com/evennia/evennia/issues/3612
|
||||
[issue3624]: https://github.com/evennia/evennia/issues/3624
|
||||
[pull3595]: https://github.com/evennia/evennia/pull/3595
|
||||
[pull3533]: https://github.com/evennia/evennia/pull/3533
|
||||
[pull3594]: https://github.com/evennia/evennia/pull/3594
|
||||
|
|
@ -39,6 +52,10 @@ did not add it to the handler's object (Griatch)
|
|||
[pull3605]: https://github.com/evennia/evennia/pull/3605
|
||||
[pull3597]: https://github.com/evennia/evennia/pull/3597
|
||||
[pull3611]: https://github.com/evennia/evennia/pull/3611
|
||||
[pull3541]: https://github.com/evennia/evennia/pull/3541
|
||||
[pull3588]: https://github.com/evennia/evennia/pull/3588
|
||||
[pull3625]: https://github.com/evennia/evennia/pull/3625
|
||||
[pull3622]: https://github.com/evennia/evennia/pull/3622
|
||||
|
||||
|
||||
## Evennia 4.3.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue