Search found 191 matches

by phasma
Sun Sep 14, 2014 11:11 am
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 134481

Re: Mudlet 3.0.0-alpha

Only a small issue but after make installing, the path for LuaGlobal seems off. Works fine when executed from the src folder, though.
by phasma
Sun Sep 14, 2014 9:58 am
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 134481

Re: Mudlet 3.0.0-alpha

Ahh, great. Should be fine then. Thanks.
by phasma
Sun Sep 14, 2014 9:56 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Howto: Compile on Debian Sid.
Replies: 8
Views: 10494

Re: Howto: Compile on Debian Sid.

Couple of small edits. Will now use the correct branch as per the 3.0.1 alpha release and also actually added the link for the Qt binary.
by phasma
Sun Sep 14, 2014 9:15 am
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 134481

Re: Mudlet 3.0.0-alpha

Finally! I've been using git for a long time now and can honestly say 3.0 is absolutely outstanding. That said, I do have one small issue with how looping aliases are now handled. Assuming I am understanding this correctly, should a user make a change and attempt to save the change, they will basica...
by phasma
Fri Sep 12, 2014 9:28 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Howto: Compile on Debian Sid.
Replies: 8
Views: 10494

Re: Howto: Compile on Debian Sid.

Updated 12th September 2014. Changelog: * Changed Quazip package name in the package required list. * Added instructions to download and install QT dev package from qt-project.org. (5.3.1). * Added zlib-bin to the package required list. * Added workaround for zipconf.h path. NOTE: This method is con...
by phasma
Sun Sep 07, 2014 3:32 pm
Forum: Help Forum
Topic: downloadFile error 406 issue
Replies: 6
Views: 4489

Re: downloadFile error 406 issue

Are you forcing Apache to use https only? That can cause this issue.
by phasma
Fri Aug 22, 2014 7:36 pm
Forum: Help Forum
Topic: Using Dropbox to sync images for GUI
Replies: 3
Views: 3425

Re: Using Dropbox to sync images for GUI

Just set a symlink and use that. It's what I do and it works fine. For Windows, it's a bit more tricky, but open a shell and type mklink /?

Will give the syntax for you.
by phasma
Mon Aug 18, 2014 7:53 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: creating an entirely new window?
Replies: 5
Views: 10385

Re: creating an entirely new window?

I ended up creating an element that can be toggled through a selection of data outputs by clicking it. Seemed the best option.
by phasma
Sat Aug 16, 2014 12:37 pm
Forum: Help Forum
Topic: [SOLVED]liblua5.1-zip0 no longer available in Ubuntu 14.04.1
Replies: 3
Views: 3280

Re: liblua5.1-zip0 no longer available in Ubuntu 14.04.1

You might also find that installing lua-zip will pull it in as a dependency. It certainly does on Debian.
by phasma
Sat Aug 16, 2014 12:35 pm
Forum: Help Forum
Topic: [SOLVED]liblua5.1-zip0 no longer available in Ubuntu 14.04.1
Replies: 3
Views: 3280

Re: liblua5.1-zip0 no longer available in Ubuntu 14.04.1

I don't have access to an Ubuntu box right now, but running:

Code: Select all

apt-cache search lua|grep zip
Should return the package name.