From: Developers l. f. trouble-m. <tro...@li...> - 2010-06-15 02:09:03
|
Yes, we are meeting before the CIALUG meeting this week. I think we'll probably be breaking stuff. :) Yes, I am looking at the modified trouble-maker. I found the problem with random (I broke it when testing the operator issue). I'm looking at your other changes now. Until we get a new alpha rolled, here's the fix for random: ----- On line 134 of the engine, change: if (! -e "$kitbag/$selection_mode") { to if ((! -e "$kitbag/$selection_mode") && ($selection_mode ne "random")) { ----- -Josh On Mon, Jun 14, 2010 at 5:58 PM, Developers list for trouble-maker < tro...@li...> wrote: > Just curious if we are still planning on meeting before the CIALUG meeting > again this week? Also wondering if anyone has tried out my modified version > of trouble-maker yet? > > Matt > > -- > Matt Millard > > http://flavors.me/mattmillard > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > Trouble-maker-developers mailing list > Tro...@li... > https://lists.sourceforge.net/lists/listinfo/trouble-maker-developers > > |