I am pleased to release version 3.35 of MUSHclient. This version introduces some substantial improvements to the way commands (that you type) are parsed, and offers various new features - see below.
WARNING - this version is somewhat of an experimental version because of the large number of changes. Because of the volume of changes I would not be totally surprised if some combinations of options did not work as advertised. For instance, "omit from output", "omit from log" and so on. However, things should work substantially correctly.
WARNING - this version incorporates a substantial rewrite to the way commands are parsed, in particular aliases. There are some minor incompatibilities between the world files written out by this version and previous versions, particularly if you have aliases that "send to output" or "send to speedwalk".
You are strongly advised to BACK UP (make a copy of) all your existing world files (and any other files that MUSHclient produces, such as triggers, aliases etc.) before using this new version.
Download
You can view the release notes for version 3.35
You can download MUSHclient 3.35 (1.17 Mb) now, by ftp, or http ...
If there are any problems, please post messages to the Bug Reports, Suggestions, or General parts of this forum.
Improvements
- Various bug fixes.
- Fixed problem with command stacking where commands that were not aliases, mixed with aliases, ended up being sent in the wrong order.
- New script routine: world.Execute - this lets you send scripted commands through the MUSHclient command parser (thus you could use aliases, speedwalking, command stacking etc. from inside a script).
- New script routine: world.DoAfterSpecial - this lets you send text to any of the 13 locations now supported by triggers, aliases and timers - see list below - (eg. send to notepad, send to variable, send to command parser) after a nominated number of seconds.
- Triggers, aliases and timers now share a consistent interface for what to do when they match/fire. In each case there is a "send" box, and a "send to" combo-box. The "send-to" box (which previously only existed for triggers) lets you choose to send the send text to one of:
- world (the MUD)
- command (the command window)
- output (directly to the output window)
- status (to the status line)
- notepad - new (create a new notepad window)
- notepad - append (append to a notepad window)
- notepad - replace (replace an existing notepad window)
- log file (directly to the log file)
- world - speedwalk delay (queue for delayed send)
- variable (set a variable)
- execute (execute through normal command parser)
- speedwalk (send to world after converting speedwalk string)
- script (execute as a script)
This replaces a few checkboxes that existed in earlier versions (eg. the speedwalk checkbox for aliases), and greatly expands the functionality of aliases and timers. Now, for instance, an alias can directly execute an internal script function, so you could make an alias enable or disable a trigger group. Also, aliases (or triggers) can call other aliases (by using the "execute" option).
The "send to speedwalk" and "send to script" functions are new, and are designed to allow you to do scripts and speedwalks from triggers, aliases and timers, without having to worry about what the scripting or speedwalking prefix is.
- Aliases can now have a sequence number, like triggers, so you can specify the sequence for alias evaluation.
- Command evaluation has been largely rewritten, with somewhat clearer rules. :)
In particular, aliases can optionally "keep evaluating" (like triggers) so you can match multiple aliases on a single typed command. Also, commands are sent to all plugins for alias evaluation. See the release notes for full details.
- The "copy as HTML" function now respects the background colour as well (eg. for inverse text) by using the HTML <span> tag. It also outputs the <font> tag as well, so that browsers that don't support <span> will still work. This is not an option, browsers that don't like <span> should just ignore it.
|