Search found 9 matches

by Michael
Wed Feb 21, 2018 12:43 am
Forum: Help Forum
Topic: Using GMCP opening/ending tags to capture text
Replies: 1
Views: 2153

Using GMCP opening/ending tags to capture text

Hello, In Achaea they send the wilderness map like this: gmcp.IRE.Display.Ohmap "start" ............+............ ............+............ ............+............ ...........+++........... ......+++++.+.+.......... ....++....##+#.+......... ..++.....###+#..+++...... ++.#...##########..+...
by Michael
Fri Sep 03, 2010 2:30 pm
Forum: Mudlet Development
Topic: [fixed] Scrolling Bug
Replies: 15
Views: 9883

Re: Scrolling Bug

<3
Thanks
by Michael
Thu Sep 02, 2010 2:40 am
Forum: Mudlet Development
Topic: [fixed] Scrolling Bug
Replies: 15
Views: 9883

Re: Scrolling Bug

This is still happening for me with the latest release of mudlet (Mudlet-1.2.0-pre4). I tested on Linux and Windows and the problems occurs on both.
by Michael
Wed Apr 28, 2010 4:08 am
Forum: Scripts & Packages
Topic: ScreenDump Function
Replies: 3
Views: 4546

Re: ScreenDump Function

This script has made my week.

One thing:
I notice background colours aren't being saved. Is this a quirk of html, or a bug with the logging?
by Michael
Fri Apr 02, 2010 6:10 am
Forum: Scripts & Packages
Topic: Lusternia Fancy GUI
Replies: 9
Views: 12822

Re: Lusternia Fancy GUI

This is really cool. I think I'll rip the Nexus skins for Aetolia and convert it for there.
by Michael
Mon Jul 06, 2009 1:29 pm
Forum: General Forum
Topic: Bug: newlines being stripped when pasted to command line
Replies: 4
Views: 4802

Re: Bug: newlines being stripped when pasted to command line

That's awesome, thanks. (P.S. does this "post needs approval before it's viewable" thing ever go away?)

Edit: Apparently it does! :D
by Michael
Mon Jul 06, 2009 1:28 pm
Forum: General Forum
Topic: Bug: Consecutive newlines stripped from output
Replies: 3
Views: 4537

Re: Bug: Consecutive newlines stripped from output

(also, bug reports are located here for future reference: https://bugs.launchpad.net/mudlet) That's useful to know, cheers. Hi Micheal, thanks for your help, but you've been working with old code. The newline strip issue has been fixed about a week ago. You can find the new code on our git repositi...
by Michael
Sun Jul 05, 2009 12:55 pm
Forum: General Forum
Topic: Bug: newlines being stripped when pasted to command line
Replies: 4
Views: 4802

Re: Bug: newlines being stripped when pasted to command line

Hi, friend that Caled mentioned here. If this bug is a problem for anyone else, I came up with a temporary fix in the meantime. In TCommandLine.cpp: void TCommandLine::enterCommand( QKeyEvent * event ) There should be a line at the very top of this routine that looks like: mpHost->send( text() ); Co...
by Michael
Sun Jul 05, 2009 11:27 am
Forum: General Forum
Topic: Bug: Consecutive newlines stripped from output
Replies: 3
Views: 4537

Bug: Consecutive newlines stripped from output

Hey all, New here, so I hope this is actually a bug and not already been reported (I did a quick search for "newline" but found nothing relevant). Anyway, essentially the problem is that when I receive two newlines in a two, the second newline is stripped. I haven't tested if it continues ...