Search found 5032 matches

by Vadi
Tue May 19, 2009 12:10 pm
Forum: Help Forum
Topic: User Windows
Replies: 3
Views: 5162

Re: User Windows

He was referring to the user ones
by Vadi
Tue May 19, 2009 12:31 am
Forum: General Forum
Topic: Mudlet-beta-10pre4 released
Replies: 4
Views: 5987

Re: Mudlet-beta-10pre4 released

No. We still don't have one :(

Someone was trying to get it working today on IRC, and it's nearly done, but they don't know how to make an all-in-one installer.
by Vadi
Mon May 18, 2009 6:50 pm
Forum: Mudlet Development
Topic: Better import/export method
Replies: 1
Views: 4726

Better import/export method

I posted these back in December, but they were never used - while a need for a better solution than "export profile, cut out what you need, repeat when you make a change" is needed. This places all of the left item views into a row where you can check off all the items you'd like to export...
by Vadi
Mon May 18, 2009 4:46 pm
Forum: General Forum
Topic: Bug: keybindings
Replies: 2
Views: 4082

Re: Bug: keybindings

Nope, not that one should have to look up how to make a keybinding in a manual. I'll add a tooltip to the grab key button.
by Vadi
Mon May 18, 2009 12:42 pm
Forum: Mudlet Development
Topic: profile/package management
Replies: 1
Views: 4502

Re: profile/package management

I see your point about needing to share a package (and store them as different files on disk so they're sync-friendly). Maybe we should have it like this - make packaged be group-based. So you can add several groups to a package, and anything you create in those groups, will belong to a package. So ...
by Vadi
Mon May 18, 2009 12:08 pm
Forum: Help Forum
Topic: lua question: matches[n] shorthand syntax?
Replies: 7
Views: 6062

Re: lua question: matches[n] shorthand syntax?

Someone else raised this issue too. Compared to zmud/cmud where it's just %n, this is too bulky.

How about m[n]?
by Vadi
Sun May 17, 2009 2:03 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Lua Optimisation Coding Tips
Replies: 0
Views: 6722

Lua Optimisation Coding Tips

Lua 5.1 Notes Easy stuff Locals are faster than globals. See OptimisingUsingLocalVariables . Multiplication x*0.5 is faster than division x/2. x*x is faster than x^2 Advanced stuff Memory allocation from the heap--e.g. repeatedly creating tables or closures--can slow things down. Short inline expre...
by Vadi
Sat May 16, 2009 10:57 pm
Forum: Help Forum
Topic: Separate chat windows
Replies: 8
Views: 10560

Re: Separate chat windows

Not at all. It was not designed to be exportable like that - how I made it was that there would be a special export dialog where you'd select all the settings you'd like to select. Hopefully in the future it'll replace an all-profile export.
by Vadi
Sat May 16, 2009 3:20 pm
Forum: Help Forum
Topic: Separate chat windows
Replies: 8
Views: 10560

Re: Separate chat windows

Eee! Code tags!
by Vadi
Sat May 16, 2009 1:58 pm
Forum: Help Forum
Topic: Separate chat windows
Replies: 8
Views: 10560

Re: Separate chat windows

I'll make a separate chat capture package this weekend that serves as a better example (it'll properly get multi-line messages too and whatnot).