Search found 405 matches

by Caled
Sat Apr 19, 2014 9:41 pm
Forum: Help Forum
Topic: measuring parser speed
Replies: 12
Views: 9301

Re: measuring parser speed

Hi Fetaera! Thanks for that. It is actually significantly better. It's not getting all scrambled, though I can still notice a difference if I disable all 3 of the problem groups (offensive trigs, curing trigs, and room items event handler). There were essentially 2 symptoms during the galloping test...
by Caled
Sat Apr 19, 2014 2:17 pm
Forum: Help Forum
Topic: measuring parser speed
Replies: 12
Views: 9301

measuring parser speed

I have, in the last few months, experienced Mudlet's limit with trigger parsing/script execution speed. Before I continue, the system I am running is maintained by another, though I have added a lot of scripts of my own, and expanded the GUI a lot. To test what appeared to be Mudlet becoming laggy, ...
by Caled
Mon Apr 14, 2014 9:36 pm
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 707001

Re: Mudlet features and API requests

Two finger scrolling on touch screens.
Sure, the main window has a scrollbar, or I can use pageup/down - but neither helps with miniconsoles.
by Caled
Mon Sep 16, 2013 8:41 am
Forum: Scripts & Packages
Topic: Animated timers using Geyser
Replies: 21
Views: 30988

Re: Animated timers using Geyser

Added a line (the first one) to one of the functions, to prevent errors if the timer hasn't been initialised for the first time yet: function demonnic.anitimer:getTime(name) if not demonnic.anitimer.timers[name] then return 0 end local max = demonnic.anitimer.timers[name].max local current = getStop...
by Caled
Sat Sep 07, 2013 11:24 pm
Forum: Help Forum
Topic: user windows and labels
Replies: 1
Views: 1636

user windows and labels

Is it possible to build a gui inside a user window (openUserWindow)?
by Caled
Wed Jul 24, 2013 7:17 am
Forum: Mudlet Development
Topic: Mudlet Portable Edition, was bored
Replies: 9
Views: 17247

Re: Mudlet Portable Edition, was bored

Is this link safe?
Sorry to ask, but I get a fairly ominous warning when I click on it.
by Caled
Thu Jul 04, 2013 4:26 am
Forum: Help Forum
Topic: pass the contents of an indexed table to a function
Replies: 2
Views: 2152

pass the contents of an indexed table to a function

The following demo script almost works. That is to say that if you run demo.startfunc("att1"), the following is displayed in the main window: Startfunc is calling function: att1 endfunc says hello and knows: - a - b The point of fail is that rather than passing the arguments to demo.endfun...
by Caled
Sat Nov 24, 2012 10:56 pm
Forum: Whatever
Topic: Qt on Android
Replies: 30
Views: 29399

Re: Qt on Android

I have not investigated this - it is something along those lines - but my gut feeling is that it would be very certainly possible. Ubuntu by default compiles it's software for armel and armf (sp?) architectures, and while the builds didn't finish, when I looked at them, they got quite far. Think it...
by Caled
Fri Nov 23, 2012 8:40 pm
Forum: Whatever
Topic: Qt on Android
Replies: 30
Views: 29399

Re: Qt on Android

Install Ubuntu on your Android? That's a thing now: http://www.ubuntu.com/devices/android It's not "compiled" though. It's more like "designed and a ton of work put into making it work on a completely different OS platform", unfortunately enough. Would be easier for you, as a us...
by Caled
Wed Nov 21, 2012 11:06 pm
Forum: Whatever
Topic: Qt on Android
Replies: 30
Views: 29399

Re: Qt on Android

I think there are two main reasons why someone that already MUDs will want to mud on a tablet. One is obvious - because their tablet has become their main and most mobile computer. Not for work or other intensive tasks, but for leisure time. That might not hold true for those with gaming rigs, but f...