Version 5.02
Released on 26 Jun 2016
-
Improved message in assertion in Text_To_Speech plugin, if SAPI cannot be loaded. Thanks Fiendish!
[master 797b455]
-
Added more SAPI commands into Text_To_Speech plugin. Namely: faster, slower, rate, voice, test, punctuation filtering, voice listing, buffer clearing, spoken help, debug printing. Coded by Fiendish.
-
Fixed bug in Timer management. Thanks Fiendish!
[master 35ef9fa]
-
Fixed bug in Trigger management. Thanks Fiendish!
-
Fixed bug where Timer dialogs did not appear in fixed width font when wanted.
[master 8661d66]
-
Fixed bug where unlabelled timers might fire out of the sequence they were submitted in.
-
Don't batch up notes inside plugin calls, if the current line length is zero.
[master 200c691]
-
Fixed bug where if you hid the scroll bar with the SetScroll script function, the scroll bar would be briefly redrawn each time a new line was displayed in the output buffer.
[master 1f5f0e7]
-
Upgraded LPEG library from version 0.12.2 to version 1.0.0.
[master 58caa37]
-
Added new script function utils.menufontsize (n)
For the benefit of players with large monitors, you can set the font size for MUSHclient menus, for example:
utils.menufontsize (15)
The function returns what the font size was previously. Note that this will probably affect all applications, not just MUSHclient. You may want to remember the old font size, and restore the menu font size when MUSHclient loses the focus.
[master 94ff377]
-
Improved the speed of adding a hotspot with WindowAddHotspot. The test for whether the mouse is over the newly-added hotspot has been optimized somewhat. This is intended to speed up adding many hotspots at once.
[master bd54a9d]
-
Updated PCRE library from version 8.37 to 8.39. For more details see:
http://www.pcre.org/original/changelog.txt
[master cf4b8a0]
-
Updated PNG library from version 1.6.18 to 1.6.23.
For more details see:
http://www.libpng.org/pub/png/pngstatus.html
[master 6ca1ac9]
-
Updated SQLite3 library from version 3.8.11.1 to 3.13.0.
For more details see:
https://www.sqlite.org/releaselog/3_13_0.html
[master 9bbef76]
-
For ease of compiling by other users of MUSHclient, the PNG library is now included in the source distribution.
[master 1e16208]
-
For ease of compiling by other users of MUSHclient, the PCRE library is now included in the source distribution.
[master b44613a]
-
For ease of compiling by other users of MUSHclient, the zLib library is now included in the source distribution.
[master b6f24cf]
-
For ease of compiling by other users of MUSHclient, the SQLite3 library is now included in the source distribution.
[master 0a917a5]
-
Updated Lua JSON library to be compatible with newer version of LPEG.