Skip to content
This repository was archived by the owner on Jul 4, 2020. It is now read-only.

Releases: irmen/Tale

release 3.3

03 Jun 14:49
Compare
Choose a tag to compare
  • implemented combine
  • implemented ban (for mud)
  • driver split (IF - Mud drivers)
  • tell_others changed and improved
  • save games work again

release 3.2

27 May 12:36
Compare
Choose a tag to compare
  • 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

23 May 20:10
Compare
Choose a tag to compare
  • many bug fixes, tweaks, and improvements
  • first release that has no mypy type hinting warnings

release 3.0

19 May 00:46
Compare
Choose a tag to compare
  • 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

22 Jan 15:37
Compare
Choose a tag to compare
  • colorama version fix for some older linux distros
  • smart quotes work on windows console with python 3.6

release 2.7

27 Jan 20:47
Compare
Choose a tag to compare
  • 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

20 Oct 23:04
Compare
Choose a tag to compare

fixed crash on 'circle' startup.
added where command.

release 2.5

18 Oct 21:48
Compare
Choose a tag to compare

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

27 Jun 12:11
Compare
Choose a tag to compare

Door.reverse_door() added to be able to create door pairs
various fixes

release 2.3

24 May 14:35
Compare
Choose a tag to compare

Persistent bulletin boards.
Zed town added.