Search found 45 matches
- Tue Aug 08, 2017 11:01 am
- Forum: General Forum
- Topic: Mudlet 3.4 - various improvements
- Replies: 17
- Views: 28549
Re: Mudlet 3.4 - various improvements
Hi, thanks for the new release. I have a problem with compiling, seems that edbee-lib was supposed to be bundled in the source archive, but it isn't, it's just an empty dir. Cannot read $(mybuilddir)/mudlet-3.4.0/src/3rdparty/edbee-lib/edbee-lib/edbee-lib.pri: No such file or directory near the star...
- Thu Jun 08, 2017 10:21 pm
- Forum: General Forum
- Topic: Mudlet 3.2 is available!
- Replies: 25
- Views: 21418
Re: Mudlet 3.2 is available!
Thanks. Let me know if I can help.
- Thu Jun 08, 2017 1:44 pm
- Forum: General Forum
- Topic: Mudlet 3.2 is available!
- Replies: 25
- Views: 21418
Re: Mudlet 3.2 is available!
Ok, it happened again. Upon starting Mudlet 3.2.0 statusbar is always visible, regardless of the setting in preferences. To make it diappear, I have to disable main toolbar and enable main menu, and a few seconds after it disappears. I can enable main toolbar after that again. Not sure how it's all ...
- Wed Jun 07, 2017 3:38 pm
- Forum: General Forum
- Topic: Mudlet 3.2 is available!
- Replies: 25
- Views: 21418
Re: Mudlet 3.2 is available!
Hi, thanks for new release.
One possible bug, seems that statusbar is always visible, even if I set it to Off. Is that intended behavour?
That's strange..I changed the font, and it dissapeared!?! Probably a temporary issue, will report if it occurs again.
One possible bug, seems that statusbar is always visible, even if I set it to Off. Is that intended behavour?
That's strange..I changed the font, and it dissapeared!?! Probably a temporary issue, will report if it occurs again.
- Wed May 24, 2017 7:42 pm
- Forum: General Forum
- Topic: Mudlet 3.1.0 available!
- Replies: 28
- Views: 32274
Re: Mudlet 3.1.0 available!
For a start: it's working. :) Am not sure which distro you're using, but regardless: a) if you installed it via prebuilt package, everythin should be installed as a dependancy, b) if you're compiling it on your own, you wouldn't be able to compile it without needed dependancies installed. Unless you...
- Mon May 08, 2017 5:21 pm
- Forum: General Forum
- Topic: Mudlet 3.1.0 available!
- Replies: 28
- Views: 32274
Re: Mudlet 3.1.0 available!
I'm the current maintainer of Mudlet package in AUR, it has been updated to 3.1.0 release. In future, please use the AUR page for Mudlet (https://aur.archlinux.org/packages/mudlet/) to flag the package out of date when it needs an update, as that's the easiest way to not make me miss an email, and I...
- Sun Aug 16, 2015 2:16 pm
- Forum: Mudlet Development
- Topic: Mudlet 3.0.0-delta (preview #4)
- Replies: 146
- Views: 201963
Re: Mudlet 3.0.0-delta (preview #4)
If anyone had issues compiling Delta with latest versions of Qt (5.4 and 5.5), there's a simple fix, just two sed lines: sed -i '/#include <QString>/ a #include <QDataStream>' ActionUnit.h sed -i '/#include <QTime>/ a #include <QDataStream>' ctelnet.h Same works with Git version.
- Wed Oct 22, 2014 8:43 am
- Forum: Geyser Layout Manager
- Topic: Selecting font in Geyser
- Replies: 9
- Views: 12001
Re: Selecting font in Geyser
You can do it in labels and gauges, sadly, it won't work for miniconsoles. API refference has the info how to do it for first two.
- Thu Oct 16, 2014 11:59 pm
- Forum: General Forum
- Topic: Mudlet 3.0.0-beta (preview #2)
- Replies: 115
- Views: 131861
Re: Mudlet 3.0.0-beta (preview #2)
Qt5 for Windows also builds with SSE2 enabled by default. At least official Qt5 for Windows builds, not sure how it works in Mingw. Also am not sure how old computer actually is, but XP might indicate an older hardware. Worth checking imo.
- Thu Sep 18, 2014 8:36 pm
- Forum: Scripts & Packages
- Topic: YATCO
- Replies: 142
- Views: 120452
Re: YATCO 2.3
It's like that for a while in 2.1, still remains in 3.0 alpha. Strange thing, generic installer has this issue, compiling from sources also reveals the issue, however curent Ubuntu Utopic package doesn't have this problem. And I simply cannot track down the huge difference that makes it work in Ubun...