Search found 496 matches

by chris
Sat Dec 28, 2013 3:58 pm
Forum: Help Forum
Topic: Map Behavior
Replies: 8
Views: 6861

Re: Map Behavior

Can you post the snippet causing this behavior so we can catch this event and patch it?
by chris
Fri Dec 13, 2013 6:33 pm
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 708196

Re: Mudlet features and API requests

Not that difficult, just need to map the existing events (onMouseDown, onMouseUp, onMouseMove, onMouseEnter, onMouseLeave methods). It would also enable user-friendly drag & drop labels.
by chris
Tue Dec 10, 2013 3:46 pm
Forum: Mudlet Development
Topic: Mudlet2+ Branch
Replies: 20
Views: 22100

Re: Mudlet2+ Branch

That is part of the lua code, which vadi usually handles. But this is breaking backwards compatibility so I would say it's a bug. Can you make a launchpad report about it?
by chris
Sun Dec 08, 2013 5:21 pm
Forum: Mudlet Development
Topic: Issues with latest git.
Replies: 6
Views: 6088

Re: Issues with latest git.

Yes, I use 5.1.1
by chris
Sun Dec 08, 2013 1:58 pm
Forum: Mudlet Development
Topic: Issues with latest git.
Replies: 6
Views: 6088

Re: Issues with latest git.

I'd say do a clean build of Qt and use my git repo instead of SF (https://github.com/Chris7/Mudlet2/tree/mudletDev). SF is usually a bit behind on bug resolution.
by chris
Sun Dec 08, 2013 12:35 am
Forum: Mudlet Development
Topic: Issues with latest git.
Replies: 6
Views: 6088

Re: Issues with latest git.

Could you be more specific? I build against Qt 5.1.1 just fine (on both windows 7 x64/ubuntu 13.10)
by chris
Fri Nov 22, 2013 3:02 pm
Forum: Scripts & Packages
Topic: Text Map -> Tile Map
Replies: 5
Views: 7597

Re: Text Map -> Tile Map

That's awesome. One day I'm going to make this auto-terrain my general map.
by chris
Mon Nov 11, 2013 3:44 am
Forum: Help Forum
Topic: Broken ANSI
Replies: 3
Views: 2684

Re: Broken ANSI

You can install a fresh package from here with the mapper:

https://github.com/Chris7/3k-Scripts

Future releases will just pull from there so they will always be up to date.
by chris
Sat Oct 19, 2013 10:02 pm
Forum: Mudlet Mapper
Topic: (mapping script) 3kingdoms Mapper
Replies: 91
Views: 200381

Re: (mapping script) 3kingdoms Mapper

I would call that collapse, but can put it on the to do list.
by chris
Thu Oct 17, 2013 1:59 pm
Forum: General Forum
Topic: Mud Protocols
Replies: 3
Views: 5500

Mud Protocols

Does anyone have a good pro/con comparison or experience with the variety of mud out of band protocols? I've been considering implementing GMCP, but want to know how the others stack up.