Mudlet features and API requests

User avatar
Belgarath
Posts: 232
Joined: Fri Jul 26, 2013 7:19 am
Discord: macjabeth#7149

Re: Mudlet features and API requests

Post by Belgarath »

Yeah I found that function after I made the post. Thanks.

User avatar
Akaya
Posts: 414
Joined: Thu Apr 19, 2012 1:36 am

Re: Mudlet features and API requests

Post by Akaya »

An alpha parameter for setBgColor and setFgColor. They only accept rgb not rgba.

Same for Geyser's setColor. It'd be nice to have a transparent miniConsole.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet features and API requests

Post by Vadi »

There are possible performance penalties associated with making miniconsoles transparent. It's not as simple as just slapping on another channel into the arguments list.

Caled
Posts: 403
Joined: Thu Apr 09, 2009 4:45 am

Re: Mudlet features and API requests

Post by Caled »

Two finger scrolling on touch screens.
Sure, the main window has a scrollbar, or I can use pageup/down - but neither helps with miniconsoles.

azure_glass
Posts: 97
Joined: Wed Jul 25, 2012 12:35 pm

Re: Mudlet features and API requests

Post by azure_glass »

Automatic script organisation.

Before

function ssss()
if xxx == 12 then yyy end
end

Click somewhere in mudlett

Code: Select all

function ssss()
    if xxx == 12 then
    yyy
    end
end
English is not my native language. If you don't understand what im writing ask. :)
Ubuntu 17.04, Mudlet 3.1

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet features and API requests

Post by Vadi »

I think you mean code indentation.

phasma
Posts: 191
Joined: Sat Aug 03, 2013 7:00 pm
Discord: phasma#4694

Re: Mudlet features and API requests

Post by phasma »

It would be awesome to be able to pass an arg to resetProfile() so that an event can be raised after successful execution.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet features and API requests

Post by Vadi »

How can resetProfile() fail?

phasma
Posts: 191
Joined: Sat Aug 03, 2013 7:00 pm
Discord: phasma#4694

Re: Mudlet features and API requests

Post by phasma »

Oh, it doesn't fail. It does exactly what it's intended to do. I just think it would nice to pass an event. I'm basically thinking along these lines because my system auto-updates without requiring a Mudlet restart, but when there are changes to the UI, a restart is needed. Being able to resetProfile("sysLoadEvent"), for example would be great so that this process could be more seamless.

Of course, one can code around the limitation, but still. While the request is nothing more than a 'nice to have' - I can see other uses for it to make adding it worthwhile.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet features and API requests

Post by Vadi »

Right, so it might as well be raised every time.

Post Reply