Search found 12 matches

by Barnabus
Fri Feb 08, 2013 10:47 pm
Forum: General Forum
Topic: Mudlet 2.1
Replies: 67
Views: 59099

Re: Mudlet 2.1

There's a slight bug with MCCP code. If MCCP is turned on, then off, then on again, binary data is output to screen. The first toggle on and off work correctly.

As this is a new MCCP implementation on the server, I've tested in CMUD and tf, both work as expected.
by Barnabus
Sun Jan 13, 2013 2:43 am
Forum: Help Forum
Topic: GMCP Message to open composer window
Replies: 1
Views: 2022

GMCP Message to open composer window

Hi, Can someone give me an example GMCP message that opens the composer window in Mudlet 2.1? My test code is doing nothing (although gmcp.IRE.Composer contains text and title keys) I'm sending: IRE.Composer.Edit {"title": "Editor", "text": ""} Thanks, Barnabus
by Barnabus
Sun Jan 13, 2013 2:08 am
Forum: General Forum
Topic: Mudlet 2.0 final
Replies: 33
Views: 36220

Re: Mudlet 2.0 final

Barnabus wrote:BUG: openUserWindow() doesn't re-open windows if I close with X
This is still an issue with 2.1. I'm building from source using latest git, on Ubuntu.
by Barnabus
Tue Jan 08, 2013 3:10 pm
Forum: General Forum
Topic: Mudlet 2.0 final
Replies: 33
Views: 36220

Re: Mudlet 2.0 final

BUG: openUserWindow() doesn't re-open windows if I close with X

REQUEST: It could be nice to have an event when this happens
REQUEST: It would be nice to mix multiple Geyser components (gauges/miniconsoles) in a UserWindow
by Barnabus
Sun Jan 06, 2013 3:08 am
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 652880

Re: Mudlet features and API requests

The use case isn't hugely relevant to the function request; a routine to translate ANSI sequences is generic.

In general, I'd agree that mixing ANSI into GMCP could be bad, however I'm retrofitting an existing codebase, rather than starting from scratch, so some design compromises need to be made.
by Barnabus
Sun Jan 06, 2013 2:22 am
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 652880

Re: Mudlet features and API requests

A function to convert ANSI sequences to cecho-friendly codes, and/or support for echoing ANSI to a miniconsole. I'm implementing GMCP and would like to have ANSI codes in some fields (equipment/inventory related, so the main code supplies pre-formatted data). I know this could be done in Lua, but a ...
by Barnabus
Sun Jan 06, 2013 12:33 am
Forum: General Forum
Topic: Finding out which pattern matched
Replies: 1
Views: 3210

Finding out which pattern matched

Hi all, Given a multi-pattern OR trigger, I'd like to find out the index of the matching pattern. This would allow me to have one trigger on static command results (success and fail messages), and just check the index in my logic to see what happened. I don't think this is currently possible. Barnabus
by Barnabus
Thu Jan 03, 2013 4:14 am
Forum: General Forum
Topic: GMCP Specification
Replies: 1
Views: 3027

GMCP Specification

Hi all,

The mudstandards.org site appears to be down; does anyone have a copy of the GMCP specification they can share? I'm trying to implement the protocol for a server.

Thanks,

Phil
by Barnabus
Wed Jan 02, 2013 12:02 pm
Forum: General Forum
Topic: Mudlet 2.0 final
Replies: 33
Views: 36220

Re: Mudlet 2.0 final

Set Location Here option has disappeared from the latest mapper - there had been a bug in earlier releases where the selection list was tested > 0 instead of > 1, not sure if this is related.

get/setExitStub() is undocumented
by Barnabus
Tue Dec 18, 2012 8:32 am
Forum: Mudlet Development
Topic: Doors & unknown exits
Replies: 6
Views: 6346

Re: Doors & unknown exits

Exit stubs sounds like it covers the unknown exits; I'll wait until that code is in before looking at doors. FYI, CMUD/ZMUD has a door property on exits, so that open <doorname> <dir> can get inserted automagically in speedwalks. More usefully, it also renders visually, which helps make maps more de...