
- MUDLET PROFILES HOW TO
- MUDLET PROFILES FREE
purgeMediaCache() to remove MCMP & MSP media files. keepcolor parameter to replaceWildcard() and replaceAll() functions. isActive() and exists() now work with buttons. hecho() can now set the background color only, without affecting foreground. Geyser.UserWindow:setStyleSheet(), setUserWindowStyleSheet() to adjust the userwindow title and borders – great for dark themes. Geyser.MiniConsole:display() to display straight into a miniconsole. Geyser.Label:createRightClickMenu() to create menus in labels. getHTTP() downloadFile’s cousin and allows you to pass custom headers, joins putHTTP(), postHTTP() family for consistency. getFgColor() and getBgColor() now report how many characters the same color applies to. getClipboardText() and setClipboardText() for interacting with the clipboard. enableHorizontalScrollBar() to show a horizontal scrollbar in miniconsoles as needed. createCommandLine(), enableCommandLine() for creating custom commandlines. cfeedTriggers(), dfeedTriggers(), and hfeedTriggers() to enable testing color triggers. ansi2string() given a string with ANSI codes in it, remove them all. you can now use math in Geyser constraints, ie “50% + 3px”. transparency in now supported by cecho/decho/hecho. you can now create standalone commandlines now allow you to ask the player for info. option to use your own pathfinding algorithm instead of the built-in one. option not to highlight text (history) when pressing the ↑ button. miniconsoles can now have commandlines in them. game admins can now set encoding via telnet CHARSET (so utf8 for emojis). English spellchecking dictionaries are now included. background image for the main window is now possible. background image for miniconsoles is now possible, same as labels. ability to display room names on the map (no auto-align them yet). This massive piece of work would not be possible without all of you Changelog Rodeos, Vadim Peretokin (vperetokin), vingi, and 王AQ (Anselmus). Kae (itsTheFae), Leris, Marco “M0lid3us” Tironi (wiploo), rodeos, Thanks to all translators to translated Mudlet into their language:Īlan Sneath (alsneath), Anubisa, emeraldboy, Hsin Hsiang Peng (Hsins), Urlichs, Mike Conley, Stack, Stephen Lyons, and Vadim Peretokin. Thanks to all coders that have contributed to this massive release:Īndre Castellanos, Damian Monogue, Eraene, Fae, Gustavo Sousa, IanĪdkins, Jonathan Mohrbacher, Kebap, keneanung, Manuel Wegmann, Matthias Version to support 10.13, which had a good run of 3 years! Credits Just like regular display(), but outputs in the miniconsole instead ofĪpple will stop supporting 10.13 High Sierra in November 2020, and Geyser.MiniConsole gains Geyser.MiniConsole:display() which works The Geyser.Label:rawEcho(txt) function, which skips over all theįormatting assistance normally provided by Geyser.Label:echo(). Which will then allow for coloring the text via CSS. Geyser.Label also allows you to use “nocolor” as the text color,
This means for example if you have a 32×32 label you want to center you can do so by using Label1:move(“50%-16px“,“50%+10px“), or using “50%-16px” for both the x and y when making the label. Geyser and using another option so you could have math in yourĬonstraints? Well, now you can use Geyser and receive all of its updates Have you been struggling to get your Geyser elements lined up just rightĪnd wished you could nudge it over just a few pixels? Been avoiding Main window as well – but you might find that games often hardcode theīlack background, so it’s not ideal. This also means that you can try setting a background image for the
MUDLET PROFILES HOW TO
See here on how to set a background image. This also means that the usual c/d/heho color formatting functions now accept transparency as a parameter.
You know what else you’ve been waiting and asking for? Background images on miniconsoles! Edru has been on a roll!
MUDLET PROFILES FREE
To create a stand-alone, free floating command line, see here. To turn on a commandline in a miniconsole, see here. You can have… multiple command lines! Whenever you want a second oneįor role-playing, your chat window to have configuration, or anything You’ve been asking for it, you waited patiently, now thanks to Edru