Search found 191 matches

by phasma
Thu Sep 18, 2014 7:36 am
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 139019

Re: Mudlet 3.0.0-alpha

That's certainly a strange one. I'll take a look later today to see if there's anything I can do my end to address the UI issue (I was the developer on that system for the UI/utility stuff). I have to say, though, I can't promise anything as I have never seen this happen before despite that system b...
by phasma
Thu Sep 18, 2014 7:28 am
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 726236

Re: Mudlet features and API requests

Yeah. That's a very fair comment and I can see why you would state such. I was simply thinking of situations that will undoubtedly arise over the coming months where we add functionality into our systems where such is only available in 3.0 and the user either cannot or will not update their client. ...
by phasma
Thu Sep 18, 2014 7:23 am
Forum: Scripts & Packages
Topic: YATCO
Replies: 142
Views: 338140

Re: YATCO 2.3

Yep. This is a problem I have noticed that I outlined a while ago here. Not sure what the deal is.
by phasma
Wed Sep 17, 2014 8:35 pm
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 726236

Re: Mudlet features and API requests

Unless I am missing something, we currently have no way to reliably ascertain Mudlet version via the Lua API. Because of this, might I propose the following: getMudletVersion() This would return a string, giving the current version. I opted for a string to assist those of us using n.n.n-dev branches...
by phasma
Wed Sep 17, 2014 6:33 pm
Forum: Help Forum
Topic: problems compiling Mudlet from source code
Replies: 49
Views: 45128

Re: problems compiling Mudlet from source code

Also, while most people going down the route of rolling their own will not need these links, I will include them for the sake of completeness:

LuaFilesystem: Linky.
LuaSQLLite: Linky.
LuaZip: Linky.
by phasma
Wed Sep 17, 2014 6:28 pm
Forum: Help Forum
Topic: problems compiling Mudlet from source code
Replies: 49
Views: 45128

Re: problems compiling Mudlet from source code

Ideally, all distributions would install to /usr/local/bin and /usr/local/lib but well, we know from experience that never happens. Unfortunate, but such is life.

Also, you poor thing, Wyvie. Java? :p
by phasma
Wed Sep 17, 2014 3:20 pm
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 139019

Re: Mudlet 3.0.0-alpha

A lot of the GUI (mudlet side, not my side) shows up as black space, and only when I hover over and click certain areas does the UI actually show up. - Known issue. It's been present for a long time. When I tried to do a search in the main window for text, it stopped responding and I had to force qu...
by phasma
Mon Sep 15, 2014 2:09 pm
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 139019

Re: Mudlet 3.0.0-alpha

There's no binary so you'll have to compile it yourself, but current can be found here.
by phasma
Sun Sep 14, 2014 4:25 pm
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 139019

Re: Mudlet 3.0.0-alpha

I have to say, the changes to the includes is rather profound. Compilation time is considerably faster.
by phasma
Sun Sep 14, 2014 12:47 pm
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 139019

Re: Mudlet 3.0.0-alpha

Oh? When I was compiling, it seemed to indicate make install was working now. i.e. martin@bawbag:~/projects/mudlet_git/Mudlet/src$ /home/martin/Qt5.3.1/5.3/gcc/bin/qmake Project MESSAGE: mudlet will be installed to /usr/local/bin... Project MESSAGE: Lua files will be installed to /usr/local/share/mu...