Frobtads Versions Save

Linux and macOS development tools and text-mode interpreter for TADS adventure games.

v2.0

3 years ago
v2.0 - 2021-05-09
=================

  - C11 and C++14 are now required to compile FrobTADS.

  - CMake is now used as the build system. The autoconf/automake system has
    been removed.

  - NCurses is now required. Other curses libraries are not supported.

  - Imported latest available TADS base code sources.

  - Increased frob's maximum line width to 2048 characters. This fixes output
    on very wide terminals.

1.2.3

4 years ago

1.2.4

6 years ago
v1.2.4 - 2018-03-13
===================

  - Added a "frobd" binary which is useful for hooking up external
    debuggers. This is frob built against debugger-enabled TADS 3 sources.
    This is not a debugger! It only allows to build debugger front-ends
    around it.

    Disabled by default, unless --enable-frobd is passed to
    ./configure.

    (This change was submitted by "dddddd" on intfiction.org.)

  - Added tadsrsc utility (TADS 2 resource manager.)

  - A couple fixes addressing build failures on modern Clang and GCC
    versions.