Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Fri Apr 20, 2007 11:17 pm
CMUD v1.29 Public release! |
I have released the v1.29 PUBLIC version of CMUD.
This version fixes several bugs, and is the public version containing the new script editor, and full support for alternate scripting languages.
----
See the Version History for the list of bugs and changes in this version of CMUD. This version should fix many of the issues in the previous Beta version. While there are still many bugs left to fix, I felt that this version was stable enough to be called a Public version to allow more people to start using the new script editor.
The new Scripting editor is a huge new feature. It still seems to have some minor performance issues, but for most scripts the syntax highlighting should be much faster than before, and much more accurate. This version also includes full support for alternate scripting languages, such as VBScript, JavaScript, Perl, Python, Ruby, etc. Any scripting language that you have installed that supports the Microsoft scripting engine should automatically appear in the drop-down Languages list in the Script editor. Syntax highlighting for all major scripting languages is built-in. And unlike with zMUD, you can freely mix multiple scripting languages. You can also refer to CMUD variables using the "zvar" object (e.g. "a = zvar.varname" in VBScript will load the CMUD @varname contents into the "a" variable).
I hope everyone likes all of the new features and bug fixes. I personally find the new editor to be a huge improvement over the old one.
Oh...there are lots and lots of keyboard commands active within the scripting editor. If you Google search for help on the Scintilla editor control, you will probably find some documentation on them. I'll eventually document them and also provide an interface for changing them. But as usual, the documentation for the new stuff isn't done yet. So much to do... ;) |
|