This repository was archived by the owner on Jul 4, 2020. It is now read-only.
Releases: irmen/Tale
Releases · irmen/Tale
release 3.3
- implemented combine
- implemented ban (for mud)
- driver split (IF - Mud drivers)
- tell_others changed and improved
- save games work again
release 3.2
- many improvements and refactorings, old code will break.
- vnums default
- no more heartbeat, everything via deferred. There's a new call_periodically decorator though.
- can run from zip files again.
release 3.1
- many bug fixes, tweaks, and improvements
- first release that has no mypy type hinting warnings
release 3.0
- now requires Python 3.5 or newer.
- introduced type hinting in the code
- used mypy to do static type checking
- fixed various bugs discovered this way.
- some refactoring has taken place in the base mudobj classes and hierarchy.
- various other refactorings.
release 2.8
- colorama version fix for some older linux distros
- smart quotes work on windows console with python 3.6
release 2.7
- crash fix in 'put' command
- detailed traceback reports in case of errors
- improved robustness when loading customized story commands
- updated colorama library dependency
release 2.6
fixed crash on 'circle' startup.
added where command.
release 2.5
added travis CI and python 3.5 support
fixed possible crash with account storage
fixed crash when trying to insert things into a door
added some utility methods such as location.nearby()
fixed several other bugs
story configuration changed, now done via overridable attributes
release 2.4
Door.reverse_door() added to be able to create door pairs
various fixes
release 2.3
Persistent bulletin boards.
Zed town added.