Skip to content

QTads 2.1.6

Compare
Choose a tag to compare
@realnc realnc released this 25 Feb 17:03
· 274 commits to master since this release

2.1.6 - 2013/01/01

  • Fixed a problem where the interpreter was not able to create savegames on
    some systems. The problem occured most notably on MS Windows, but in
    general affected all systems where it's possible to have absolute paths
    that don't start with a path seperator ('/' or '').

  • File handling should now be fully internationalized. File paths and
    filenames (saved games, transcripts, game files, etc.) should now work in
    any language on all systems.

  • The TADS 3 VM no longer produces the same sequence of random numbers every
    time the interpreter is launched.

  • For those of you who like to build QTads from source, you can now build it
    against Qt 5. The released binaries will still be using Qt 4 though, since
    it's well tested.