[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Cheshire Cat Computing Software support and information 2015-09-17T10:00:11+13:00 http://www.steveshipway.org/forum/feed.php?f=44&t=9406 2015-09-17T10:00:11+13:00 2015-09-17T10:00:11+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=9406&p=17984#p17984 <![CDATA[Re: Help with recursion/block detection]]> http://minecraft.curseforge.com/mc-mods ... ers-helper

Statistics: Posted by stevesh — Thu Sep 17, 2015 10:00 am


]]>
2015-09-17T09:35:21+13:00 2015-09-17T09:35:21+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=9406&p=17983#p17983 <![CDATA[Re: Help with recursion/block detection]]> Statistics: Posted by howlington — Thu Sep 17, 2015 9:35 am


]]>
2015-09-14T17:38:46+13:00 2015-09-14T17:38:46+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=9406&p=17976#p17976 <![CDATA[Re: Help with recursion/block detection]]>
Let me know if you're interested.

Statistics: Posted by stevesh — Mon Sep 14, 2015 5:38 pm


]]>
2015-09-14T16:33:27+13:00 2015-09-14T16:33:27+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=9406&p=17975#p17975 <![CDATA[Re: Help with recursion/block detection]]>
To see a way to do what you want, take a look at the tunnel sample blueprint; this drills through a hill until it reaches air on the other side.

2. The various branching directives (IFBLOCK, CHANCE, RANDOM, etc) are intended to be used to call sub-plans. This is how you can get multiple statements on a branch.

3. The tower goes on forever... a 2/3 chance of adding another layer each time. In theory, it could go to the top of the world (at which point the processing will automatically stop as the values are invalid) but in practice it never gets there.

I suppose it would make sense to add directives like 'IFYLT' and 'IFYGT' for 'if ycoord < ... ' and 'if y coord > ...'? I'll add this to the wishlist, along with a 'break' directive to exit a plan early.

The 'break' directive is actually awkward to do, as directives do not return an exit status. There might be some big changes required.

Statistics: Posted by stevesh — Mon Sep 14, 2015 4:33 pm


]]>
2015-09-13T22:36:11+13:00 2015-09-13T22:36:11+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=9406&p=17974#p17974 <![CDATA[Help with recursion/block detection]]> Statistics: Posted by howlington — Sun Sep 13, 2015 10:36 pm


]]>