Released on 06 Aug 2008
1. Fixed bug in the way miniwindows with "display at absolute position" worked - they were not displaying correctly.
2. Made a whole heap of improvements to miniwindows, as foreshadowed here:
http://www.gammon.com.au/forum/?id=8838
Some are described below.
3. Added blending for miniwindow images with the WindowBlendImage script command:
http://www.gammon.com.au/mushclient/mw_blending.htm
4. Added the ability to display MUD text in a smaller rectangle, leaving space on the side for miniwindows, like status bars.
5. Added filtering effects for miniwindows, with the WindowFilter script command:
http://www.gammon.com.au/mushclient/mw_images.htm#WindowFilter
Effects include blur, sharpening, noise, adjust brightness, contrast, gamma, and more.
6. Added the ability to turn a miniwindow into an image, with the WindowImageFromWindow script command:
http://www.gammon.com.au/mushclient/mw_images.htm#WindowImageFromWindow
7. Added the ability to draw gradients, see:
http://www.gammon.com.au/mushclient/mw_shapes.htm#WindowGradient
8. Added Repaint script function, which forces the world window to be redrawn immediately. Compare to Redraw which schedules a redraw but does not do it until the appropriate time in the event loop.
Repaint should not normally be used as it take up time, Redraw is better as it allows multiple plugins to request a repaint, which is only done once.
View all MUSHclient release notes
Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.