Search found 9 matches

by scripter99
Wed Apr 15, 2009 10:19 am
Forum: Mudlet Development
Topic: MSP
Replies: 10
Views: 9591

Re: MSP

This is a feature that is really easy to implement. However, I don't know of any major MUD that makes use of this feature. Which MUDs make use of MSP?
by scripter99
Wed Apr 15, 2009 10:10 am
Forum: General Forum
Topic: Script window bugs?
Replies: 4
Views: 7407

Re: Script window bugs?

1) When I click "yes" on the save window which pops up while logging out, the file that gets saved in /home/admin/.config/mudlet/profiles/<mud>/current/ isn't automatically loaded the next time I open mudlet. In order to get around this, I keep going in and manually deleting all but the m...
by scripter99
Fri Apr 10, 2009 12:26 am
Forum: Mudlet Development
Topic: New Feature: Script Editor Autosaving
Replies: 0
Views: 5345

New Feature: Script Editor Autosaving

This has been a heavily requested feature and it's implemented in today's git version as well as a number of other GUI related improvements such as error/bug marker icons on triggers/alias/scripts that don't compile, faulty regex etc. including proper error messages from Lua. The manual is now opene...
by scripter99
Fri Apr 10, 2009 12:17 am
Forum: General Forum
Topic: mxp
Replies: 13
Views: 13699

Re: mxp

MXP isn't much more than a buzz word in my view as I don't know a single MUD that makes use of MXP in any significant way. If people were asking for specific MXP features and come up with some significant data that those features are actually used/wanted/needed we can talk about it again, but I real...
by scripter99
Fri Apr 10, 2009 12:08 am
Forum: Help Forum
Topic: Default Display font
Replies: 3
Views: 6102

Re: Default Display font

This is definitely possible. I'll put this on the todo list.
by scripter99
Sun Apr 05, 2009 2:03 am
Forum: General Forum
Topic: [*FIXED*] Ubuntu PPA has been fixed
Replies: 2
Views: 8295

[*FIXED*] Ubuntu PPA has been fixed

Ubuntu PPA is currently broken as Ubuntu is having problems to get qscintilla fixed properly. If you experience any crashes and run ubuntu you know what happened. Ubuntu people should compile the latest git sources and get a fixed version of qscintilla. The fixed qscintilla version is 2.3 or later. ...
by scripter99
Sun Apr 05, 2009 1:53 am
Forum: Help Forum
Topic: Default Display font
Replies: 3
Views: 6102

Re: Default Display font

"Bitstream Vera Sans Mono" it's shipped with Mudlet.
by scripter99
Sun Mar 29, 2009 4:23 pm
Forum: General Forum
Topic: scripting: capture groups of multi regex multiline triggers
Replies: 0
Views: 8504

scripting: capture groups of multi regex multiline triggers

As of beta-8 you can get all capture groups of all perl regex of a multiline trigger. The data is being passed on to the trigger script in form of the Lua table multimatches[n][m] with n being the number of the regex on the regex list of the trigger and m being the usual table matches[] as in normal...
by scripter99
Sun Mar 29, 2009 4:10 pm
Forum: General Forum
Topic: command line update
Replies: 5
Views: 6718

command line update

As of beta-8 the command line has been significantly improved. 1. Tab-completion: If you have started typing you can press the tab key to ask Mudlet to suggest corresponding words from the MUD output buffer. Shift+Tab goes back to the last suggestion. Repetitive use of Tab will show all possible mat...