Search found 63 matches

by ixokai
Wed Feb 03, 2010 5:30 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Releasing a package?
Replies: 11
Views: 11360

Re: Releasing a package?

Feature request - ignore certain folders and their children in the given root selection. I'm probably going to re-do this in terms of the crucible tools, so that you can set rulesets to determine what to extract and how to extract it, as the crucible tools already support doing so intelligently. WI...
by ixokai
Sun Jan 31, 2010 6:02 pm
Forum: Help Forum
Topic: comparing numeric tables
Replies: 2
Views: 2772

Re: comparing numeric tables

You aren't "comparing" tables in any traditional sense, and I don't quite get where "numeric" comes into play-- from my understanding of your question, your tables are actually sets, and you want a set difference. Lua doesn't support set operations directly, so I'd do: function d...
by ixokai
Tue Jan 26, 2010 6:48 am
Forum: Mudlet Development
Topic: Mudlet Mapper
Replies: 139
Views: 151243

Re: Mudlet Mapper

Alexander Divine wrote:Here's a mockup I did purely for fun. Probably wildly impractical. :P

I actually rather like this idea of rooms not being a box but a floor, but the trees and such are overkill.
by ixokai
Mon Jan 25, 2010 12:49 am
Forum: General Forum
Topic: IMTS & mudlet on mac... I need help.
Replies: 18
Views: 14707

Re: IMTS & mudlet on mac... I need help.

Just change the port form 123 to something over 1024. I use 1234.
by ixokai
Mon Jan 25, 2010 12:13 am
Forum: General Forum
Topic: The Mudlet Crucible
Replies: 26
Views: 39278

Re: The Mudlet Crucible

I agree that they aren't that simple; I don't think a timer can be a functional way of tracking these sorts of things. On IRE games at least, it appears there's always a notification when you "regain" the slot (what I'm calling generic-balances), I don't know if that holds for others. Trig...
by ixokai
Sun Jan 24, 2010 5:08 am
Forum: Mudlet Development
Topic: Help Wanted
Replies: 9
Views: 45712

Re: Lua Help Wanted

As for the database library-- its "done", and provided no one finds any nasty bugs, should be in 1.0.6. The previous version had a couple things missing (notably, timestamps and plus Vadi found me a couple bugs) You can download the latest at http://bazaar.launchpad.net/~mudlet-crucible-dr...
by ixokai
Sun Jan 24, 2010 4:43 am
Forum: Mudlet Development
Topic: Help Wanted
Replies: 9
Views: 45712

Re: Lua Help Wanted

I'm sort of wanting something more... comprehensive, from a logging framework. I want to, for example, put on the top of any script of mine: log = logging:get_logger("crucibile.autosipper") Then throughout my code, I can call: log:debug("This is a random debugging message", {this...
by ixokai
Sat Jan 23, 2010 2:13 am
Forum: Mudlet Development
Topic: Help Wanted
Replies: 9
Views: 45712

Re: Lua Help Wanted

Okay, my db wrapper is available at http://bazaar.launchpad.net/~mudlet-crucible-drivers/mudlet-crucible/db/files You can download it individually or just bzr branch lp:~mudlet-crucible-drivers/mudlet-crucible/db This should be considered experimental. The branch contains both the code (600-ish line...
by ixokai
Thu Jan 21, 2010 9:08 pm
Forum: Mudlet Development
Topic: Help Wanted
Replies: 9
Views: 45712

Re: Lua Help Wanted

I'm gonna tackle the database frontend.
by ixokai
Tue Jan 19, 2010 6:50 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Releasing a package?
Replies: 11
Views: 11360

Re: Releasing a package?

FYI, the original release didn't work quite right, and the new one I put up on the above site has a dependency besides Python that you have to install for it to work. Fortunately, that's easy. After you install Python, download http://peak.telecommunity.com/dist/ez_setup.py to where ever, then run '...