view README.txt @ 1329:c8b919bacaea

Update release notes.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 15 Feb 2011 00:19:14 +0200
parents 02b5b0aa6451
children be6a67bd5033
line wrap: on
line source

GgrTF - TinyFugue script for BatMUD
===================================
(C) Copyright 2004-2011 Matti Hamalainen (Ggr Pupunen) & others


Release Notes for v0.6.15.1
---------------------------
This is the v0.7.0 DEVELOPMENT branch! It is unstable and probably
will occasionally be broken intentionally. Complaints about any
breakage can be directed to /dev/null.

Changes from v0.6.14.3:

 * Support for few recent changes in flower BatMUD.

 * Added preliminary alchemist guild module (gm-alchemist.tf)
   However, it is not yet meant for general consumption. Feel
   free to test, but bugreports etc are NOT welcome.

 * Ability to disable most of the default lites during load-time
   by setting opt_lites=off in .tfrc or via the save system.

 * Automatically tries to create the datapath directory if it does
   not already exist.

 * Different reminder/belling modes for Raise module. See
   the "/acptbell" setting. Added new command "/acpurge" for
   purging stale/old accepts. Use "/acptpurge" to set the threshold
   time in minutes.

 * Improved tool autowielding and removing in Merchant module. Better
   support for merchant toolbelt.

 * Various and numerous bugfixes.


Changes from v0.6.13.6:

 * Integration of heartbeat+tick code in core (see manual for the details.)

 * Improvements and bugfixes in hitstats.

 * Initial beastmaster guild module (gm-bmaster.tf)

 * Some folklorist prot fixes (possibly not finalized yet.)

 * Documentation improvements.

 * Various cleanups and bugfixes.


Most important changes from v0.6.9.15 and earlier are:

 * TinyFugue 4 support has been dropped, TF5 is now required.
   TF version 5.0 beta8 or later is recommended.

 * Module names have been changed, you will need to update
   your tfrc! Mostly renamed from ggrtf-*.tf to gm-*.tf

 * "Misc" (ggrtf-misc.tf) module has been merged into the
   core system, so it does not exist separately anymore.

 * /info option setting has been removed, see manual and
   /gprompt for how this is handled now.

 * Some reagent pouch manager commands have changed slightly,
   and two new commands have been added.

 * Some merchant module commands have changed in syntax,
   also new features and commands have been added.

 * Prompt handling has changed, you will need to change your
   BatMUD 'prompt'. Read the manual for new settings.

 * New gm-tgtcast.tf (GgrTF::TargettedCast) module for
   keyboard numpad cast targetting was implemented. The
   mage, conjurer and tarma modules support it optionally.
   See manual for details.

 * Party prots tracker supports 'show effects' now.
   (Which is already redundant, with the new 'party prots'
   command added in BatMUD. :( ...)

 * Curse tracker works again, and supports multiple targets, etc.

 * Heartbeat and tick prediction, supports also stethoscopes,
   but can function (although more inaccurately) without one.
   Refer to manual for more information.

 * And much more. See ChangeLog for the confusing details.


Important URLs
--------------
GgrTF homepage: http://tnsp.org/~ccr/ggrtf/

Bugtracker    : http://dev.pupunen.net/mantis/

Mercurial repository: http://dev.pupunen.net/hg/ggrtf/