Search found 496 matches

by chris
Thu Jun 25, 2015 1:49 pm
Forum: Mudlet Mapper
Topic: Hide rooms?
Replies: 9
Views: 9356

Re: Hide rooms?

Can you explain how this is different than a user manually using a customized mapper? This isn't as easy as it seems, since things like path-finding will have to be taken into account.
by chris
Tue Dec 30, 2014 7:50 pm
Forum: Help Forum
Topic: Mudlet eats line?
Replies: 5
Views: 4993

Re: Mudlet eats line?

I checked this out. The entire string is being sent, but it not being displayed because it doesn't end in \n, \xff, or \r with the subsequent connection attempts. This is the string being processed: >>> MorgenGrauen, hosted by NetCologne (http://www.netcologne.de) <<<\n\nDu verlierst die Besinnung.....
by chris
Thu Sep 18, 2014 8:00 pm
Forum: Mudlet Development
Topic: Mudlet2+ Branch
Replies: 20
Views: 21583

Re: Mudlet2+ Branch

Also -- my personal development is working off our new github repository here: https://github.com/Mudlet/Mudlet

with my personal fork being: https://github.com/Chris7/Mudlet
by chris
Wed Sep 17, 2014 7:10 pm
Forum: Help Forum
Topic: problems compiling Mudlet from source code
Replies: 49
Views: 43979

Re: problems compiling Mudlet from source code

If you wish to contribute -- fork the code and send some pull requests :)

Also get involved on the gitter chat: https://gitter.im/Mudlet/Mudlet
by chris
Sun Sep 14, 2014 3:06 pm
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 651407

Re: Mudlet features and API requests

I already made the escape char feature once. It must have gotten lost in the transition from sourceforge to github so it can be put back in.
by chris
Mon Jul 14, 2014 5:54 pm
Forum: Mudlet Development
Topic: Compiling on Windows 7
Replies: 38
Views: 38891

Re: Compiling on Windows 7

That is hardly the reason for delays between official releases. That's entirely because we have a release cycle tied to a single individual. After this is finally put out we're going to adopt a better release cycle from the official github repository.
by chris
Mon Jul 14, 2014 3:39 pm
Forum: Mudlet Development
Topic: Compiling on Windows 7
Replies: 38
Views: 38891

Re: Compiling on Windows 7

Try compiling qt statically on Windows and your opinion will change drastically :). But in any case, compiling on Windows sucks and to be honest, if those instructions are too complicated for someone to follow they have no business using the experimental builds.
by chris
Mon Jul 14, 2014 3:14 am
Forum: Mudlet Development
Topic: Compiling on Windows 7
Replies: 38
Views: 38891

Re: Compiling on Windows 7

I just updated the wiki with instructions from a fresh windows 7 install using Qt 5.3
by chris
Wed Jun 11, 2014 1:08 pm
Forum: Mudlet Development
Topic: Compiling on Windows 7
Replies: 38
Views: 38891

Re: Compiling on Windows 7

We need the external dependencies because Qt's implementations are/were at the time of checking horrid. Their new QRegularExpressions may warrant a look (http://qt-project.org/doc/qt-5/qregularexpression.html). The reason we've used an external zip handler is because it is great at replacing files i...
by chris
Sun Apr 20, 2014 2:25 pm
Forum: Mudlet Development
Topic: Mudlet2+ Branch
Replies: 20
Views: 21583

Re: Mudlet2+ Branch

I would say your channel capture isn't setup to do multi-lined strings so that's why you aren't capturing everything. And your mapper isn't initializing for what can be many reasons.

Is there any reason you are posting this in this thread as opposed to a new thread?