Search found 47 matches

by dicene
Tue Feb 28, 2017 4:50 am
Forum: Mudlet Development
Topic: Can we take another shot at TTS support for Mudlet 3 [Yeah we can!]
Replies: 14
Views: 37189

Re: Can we take another shot at TTS support for Mudlet 3

(Note: the following is all based on the opinion of vision-impaired people that I have MUD'd with in the past and from a tiny bit of experience using a client built entirely on being operable without sight) I've been interested in making Mudlet easily operable with just a keyboard for a while anyway...
by dicene
Sat Feb 18, 2017 10:12 am
Forum: Mudlet Development
Topic: Upcoming gamepad support
Replies: 0
Views: 4501

Upcoming gamepad support

Since Qt 5.8 has implemented a powerful and easy to implement way to read gamepad events, I'm going to implement gamepad support in Mudlet in a release that will hopefully be pretty soon after 3.0's first stable release. I've got an event based element to it working already(so you can just attach fu...
by dicene
Thu Feb 16, 2017 7:35 am
Forum: Mudlet Development
Topic: Console mousewheel scrolling behavior seems weird
Replies: 7
Views: 7624

Re: Console mousewheel scrolling behavior seems weird

I disagree with that last sentence. I think it is useful to be able to move the scrollback to whatever line you want, since it allows you to continue reading something, uninterrupted, by effectively "locking" part of the screen there. Looks like modifying a single conditional was all it to...
by dicene
Tue Feb 14, 2017 10:05 pm
Forum: Mudlet Development
Topic: Copy entirety of a created buffer
Replies: 2
Views: 4857

Re: Copy entirety of a created buffer

Yeah. That's what I thought. I might add in a copyBuffer() function for that purpose, so you don't have to manually select the entire buffer with selectSection. On a very similar subject, getCurrentLine() doesn't allow you to specify a window name, meaning there is no simple way to read the contents...
by dicene
Tue Feb 14, 2017 9:51 pm
Forum: Mudlet Development
Topic: Console mousewheel scrolling behavior seems weird
Replies: 7
Views: 7624

Re: Console mousewheel scrolling behavior seems weird

I'm saying that it would be more intuitive if when you scroll down, it allows you to scroll all the way to the bottom before it closes the second console and moves back to displaying lines "live". Instead, there is no way to scroll with the mouse to any of the lines at the bottom of the co...
by dicene
Tue Jan 24, 2017 6:28 am
Forum: Mudlet Development
Topic: Pop-up Mini-Windows?
Replies: 5
Views: 14580

Re: Pop-up Mini-Windows?

I introduced those features in Development for basically exactly that purpose. See: https://vimeo.com/197737882 for an example of the system I'm using now in my own profile I use on a dev build. Userwindows are still a thing too. The functionality for them is a little lacking in some ways, and it's ...
by dicene
Wed Dec 14, 2016 11:57 am
Forum: Mudlet Development
Topic: Copy entirety of a created buffer
Replies: 2
Views: 4857

Copy entirety of a created buffer

Currently, I have my map capture triggers copying the map that the MUD is sending me and then appending it to a window. I'd like to save that map information though, so I've decided to use pasteBuffer() as well to send it to a buffer where I could use it later. Problem is, I'm not seeing any correct...
by dicene
Sat Dec 03, 2016 7:55 pm
Forum: Mudlet Development
Topic: Mudlet and TTS/ Speech readers?
Replies: 11
Views: 12562

Re: Mudlet and TTS/ Speech readers?

Tried that before. I was having a hard time getting compiled scripts to find QtSpeech or QTextToSpeech at all. The #include <QtSpeech> part was failing. If I can find where I was having this problem again, I'll post the actual error message, but I think what I took away from it was that QtSpeech was...
by dicene
Fri Dec 02, 2016 2:00 am
Forum: Mudlet Development
Topic: Console mousewheel scrolling behavior seems weird
Replies: 7
Views: 7624

Re: Console mousewheel scrolling behavior seems weird

"Not as tightly coupled"
I'm pretty sure it stays at the bottom permanently for me. =P
by dicene
Thu Dec 01, 2016 8:10 am
Forum: Mudlet Development
Topic: Console mousewheel scrolling behavior seems weird
Replies: 7
Views: 7624

Console mousewheel scrolling behavior seems weird

When the main console is only showing stuff live(you are NOT scrolled up looking at old lines in the scrollback) and you use the mouse wheel to scroll up, the first tick of the wheel will split the window and the top portion(the scrollback portion) starts out scrolled all the way down, showing the v...