Search found 191 matches

by phasma
Fri Aug 01, 2014 8:01 pm
Forum: Help Forum
Topic: Generic Linux Installer not seeing file within its own folde
Replies: 12
Views: 8313

Re: Generic Linux Installer not seeing file within its own f

Redhat based, right? Yeah... Installer does not work with all distributions and likely never will. It's just ridiculously and notoriously difficult to do such.
by phasma
Thu Jul 17, 2014 8:14 am
Forum: Scripts & Packages
Topic: YATCO
Replies: 142
Views: 327190

Re: YATCO 2.3

Bit late in posting this, but I have noticed countless issues when using 3.0-dev. Whether it's Qt, Geyser or straight up Mudlet being the root cause, I really couldn't say, but they are there nonetheless.
by phasma
Mon May 26, 2014 5:04 am
Forum: Help Forum
Topic: Table problems
Replies: 5
Views: 3898

Re: Table problems

Nice reply, though if I may add, # can also be used to determine the length of other types, most notably strings. It's really handy.
by phasma
Sun May 25, 2014 11:56 pm
Forum: General Forum
Topic: scrambled debug output
Replies: 6
Views: 6027

Re: scrambled debug output

I blame early morning! :D

Yes, it is the error console. Confirmed by me, on Linux (Debian Sid, Jessie, #! and Gentoo) and using 'Consolata' and 'Terminus'. Those are the only fonts I bothered to include in my build, sorry.
by phasma
Sun May 25, 2014 10:19 am
Forum: Help Forum
Topic: getMudletHomeDir() and encoding
Replies: 18
Views: 10292

Re: getMudletHomeDir() and encoding

You should be able to fix this by creating a symbolic link to a path not containing a special character.

https://code.google.com/p/symlinker/ seems to be a decent tool for Windows.
by phasma
Sun May 25, 2014 10:17 am
Forum: General Forum
Topic: scrambled debug output
Replies: 6
Views: 6027

Re: scrambled debug output

I've seen this before. Selecting an alternative font fixes it, although that said, I have never seen it in the main window like this; only in the error console.
by phasma
Tue May 06, 2014 3:54 pm
Forum: Mudlet Development
Topic: Unit testing for mudlet-lua
Replies: 14
Views: 14149

Re: Unit testing for mudlet-lua

The new db:create() function is missing a couple of = (Lines 432 and 438).
by phasma
Tue May 06, 2014 2:10 pm
Forum: Help Forum
Topic: Help: An Off Issue
Replies: 7
Views: 4583

Re: Help: An Off Issue

You're basically trying to evaluate a boolean against a string. So your second example is basically saying (assuming matches[4] has a value), if false == "Scent" then ... end.
by phasma
Tue May 06, 2014 1:40 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Howto: Compile Mudlet on Gentoo.
Replies: 16
Views: 19082

Re: Howto: Compile Mudlet on Gentoo.

For the Lua runtime stuff, just use LuaRocks.
by phasma
Tue May 06, 2014 1:27 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Howto: Compile Mudlet on Gentoo.
Replies: 16
Views: 19082

Re: Howto: Compile Mudlet on Gentoo.

*** UPDATED May 2014 *** Having decided to play around with Gentoo again, I've gone ahead and update this thread with a current guide for building with Qt5.3. NOTE: This method will build the latest Mudlet git sources from Chris' repository, uses no overlays and relies solely on emerging from portag...