Search found 94 matches

by keneanung
Thu Jun 27, 2019 4:55 am
Forum: Help Forum
Topic: Sync with online DB
Replies: 16
Views: 15292

Re: Sync with online DB

I'd like to say "not yet" but we have no time horizon.
by keneanung
Mon Sep 24, 2018 7:59 pm
Forum: Whatever
Topic: Halp Raspberry Pi Linux Babby
Replies: 13
Views: 44262

Re: Halp Raspberry Pi Linux Babby

According to https://packages.debian.org/search?keywords=mudlet is Mudlet only in "Jessie (oldstable)" available for armhf at all. And there it's version 2.1 as SlySven suggests above. http://buildd.raspbian.org/status/package.php?p=mudlet&suite=stretch-staging also suggests that it's ...
by keneanung
Thu Sep 06, 2018 10:41 am
Forum: Help Forum
Topic: Sync with online DB
Replies: 16
Views: 15292

Re: Sync with online DB

@SoulSpirit The PR is ready. If you'd like to test this, here are testing builds: https://transfer.sh/3TVR4/Mudlet-3.13.0-testing-PR1957-7e77b9d-linux-x64.AppImage.tar Linux https://transfer.sh/8FKdk/Mudlet-3.13.0-testing-PR1957-7e77b9d.dmg macOS https://ci.appveyor.com/api/buildjobs/86g7wpny37cgexy...
by keneanung
Wed Sep 05, 2018 3:37 pm
Forum: Help Forum
Topic: Sync with online DB
Replies: 16
Views: 15292

Re: Sync with online DB

If you are willing to wait a bit and require a recent Mudlet version, these posts inspired me to look into redirect support inside Mudlet. It looks fairly easy and should be done soon-ish.
by keneanung
Fri Aug 31, 2018 2:50 pm
Forum: Whatever
Topic: Halp Raspberry Pi Linux Babby
Replies: 13
Views: 44262

Re: Halp Raspberry Pi Linux Babby

It looks like libzip-dev is not available from the repository, but it's relatively easy to compile yourself. You can follow the instructions on https://github.com/nih-at/libzip/blob/master/INSTALL.md for that. The missing lua-sql-sqlite3 can be ignored in this step and replaced by libsqlite3-dev. Yo...
by keneanung
Thu Aug 23, 2018 12:01 pm
Forum: Mudlet Mapper
Topic: (mapping script) Mudlet Mapper script for Achaea/IREs
Replies: 241
Views: 280547

Re: (mapping script) Mudlet Mapper script for Achaea/IREs

I have added that feature with https://github.com/IRE-Mudlet-Mapping/ire-mapping-script/pull/87 with a small change. Could you test the version in https://raw.githubusercontent.com/IRE-Mudlet-Mapping/ire-mapping-script/f8cbf1207d19f1f8e75a8c264ed7b4669c89cc40/mudlet-mapper.xml that it still has the ...
by keneanung
Sat May 19, 2018 4:22 pm
Forum: Mudlet Development
Topic: macOS room dialog's save button
Replies: 17
Views: 17350

Re: macOS room dialog's save button

Okay, after some issues with backwards compatibility of our installer creation scripts, here's the promised link: https://transfer.sh/Ngs1u/Mudlet-3.6.1.dmg
by keneanung
Sat May 19, 2018 12:31 pm
Forum: Mudlet Development
Topic: macOS room dialog's save button
Replies: 17
Views: 17350

Re: macOS room dialog's save button

Building the latest with Qt 5.9 might be hard as we'd have to install Qt through other means than homebrew. We can do another test more easily: check 3.6.1 built with 5.10 for the issue. I'll add a link later as this can't be done through travis either :(
by keneanung
Tue Mar 06, 2018 8:00 am
Forum: Help Forum
Topic: Help creating casting alias
Replies: 2
Views: 4240

Re: Help creating casting alias

For the spells with a target, I'd change the pattern slightly: Pattern: ^cl(?: (.+))?$ Script: send("cast lightning " .. (matches[2] or target)) -- I added a space behind lightning This should get rid of the conflicts, as long as there are no "cs" or "cl" aliases or in-...
by keneanung
Thu Oct 12, 2017 9:04 am
Forum: Help Forum
Topic: cechoLink & miniconoles
Replies: 3
Views: 3582

Re: cechoLink & miniconoles

Are you using a recent Mudlet version? There has been a bug a while back that prevented the last argument from working, but it should have been fixed since Mudlet 3.1.0.