<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/itsbhtree/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/itsbhtree/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 28 Dec 2013 23:05:06 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/itsbhtree/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Si Dunford</title><link>https://sourceforge.net/p/itsbhtree/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,26 +1,30 @@
 Behavior Tree for BlitzMAX
 --------------------------

+
 **Contents**
+
 * Using [System State] bitvectors to control behaviour tree flow.
 * [Creating a behavior tree](BHTreeBuilder)

 **Controls**
-Node          | Selection     | Executed     | Success              | Failure           |
---------------|---------------|--------------|----------------------|-------------------|
-[Randomiser]  | RANDOM        | One Child    | Child state          | Child State       |
-[RequireNone] | In Order      | All Children | All children Failure | Any Child Success |
-[RoundRobin]  | Next in order | One Child    | Child state          | Child State       | 
-[Selector]    | In Order      | All Children | Any one Succeeds     | All Children Fail |
-[Sequence]    | In Order      | All Children | All children Success | Any child fails   |
-[Singular]    | Criteria()    | One Child    | Child State          | Child State       |
+
+Node | Selection | Executed | Success | Failure
+--|--|--|--|--
+[Randomiser]  | RANDOM | One Child | Child state | Child State 
+[RequireNone] | In Order      | All Children | All children Failure | Any Child Success
+[RoundRobin]  | Next in order | One Child    | Child state          | Child State      
+[Selector]    | In Order      | All Children | Any one Succeeds     | All Children Fail
+[Sequence]    | In Order      | All Children | All children Success | Any child fails  
+[Singular]    | Criteria()    | One Child    | Child State          | Child State

 **Traits**
-Node       | Description                                                                |
------------|----------------------------------------------------------------------------|
-[Decision] | Uses user defined criteria() to decide SUCCESS or FAILURE of the behaviour |
-[Disabler] | Uses user defined criteria() to disable a list of predefined nodes         |
-[Enabler]  | Uses user defined criteria() to enable a list of predefined nodes          |
+
+Node | Description
+--|--
+[Decision] | Uses user defined criteria() to decide SUCCESS or FAILURE of the behaviour
+[Disabler] | Uses user defined criteria() to disable a list of predefined nodes
+[Enabler]  | Uses user defined criteria() to enable a list of predefined nodes

 **Version Control**
 ---------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Dunford</dc:creator><pubDate>Sat, 28 Dec 2013 23:05:06 -0000</pubDate><guid>https://sourceforge.net6dd12a2564981f803e9897f1974ae192fe01dcbc</guid></item><item><title>Home modified by Si Dunford</title><link>https://sourceforge.net/p/itsbhtree/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -6,21 +6,21 @@
 * [Creating a behavior tree](BHTreeBuilder)

 **Controls**
-Node          | Selection | Executed | Success | Failure |
---------------|-----------|----------|---------|---------|
-[Randomiser]  | RANDOM    | ONE      | Child state | Child State |
-[RequireNone] | In Order  | All Children | All children Failure | Any Child Success |
-[RoundRobin]  | Next in order | ONE| Child state | Child State | 
-[Selector]    | In Order | All | Any one Succeeds | All Children Fail |
-[Sequence]    | In Order | All | All children Success | Any child fails |
-[Singular]    | Criteria() | ONE | Child State | Child State |
+Node          | Selection     | Executed     | Success              | Failure           |
+--------------|---------------|--------------|----------------------|-------------------|
+[Randomiser]  | RANDOM        | One Child    | Child state          | Child State       |
+[RequireNone] | In Order      | All Children | All children Failure | Any Child Success |
+[RoundRobin]  | Next in order | One Child    | Child state          | Child State       | 
+[Selector]    | In Order      | All Children | Any one Succeeds     | All Children Fail |
+[Sequence]    | In Order      | All Children | All children Success | Any child fails   |
+[Singular]    | Criteria()    | One Child    | Child State          | Child State       |

 **Traits**
-Node       | Description |
------------|-------------|
+Node       | Description                                                                |
+-----------|----------------------------------------------------------------------------|
 [Decision] | Uses user defined criteria() to decide SUCCESS or FAILURE of the behaviour |
-[Disabler] | Uses user defined criteria() to disable a list of predefined nodes |
-[Enabler]  | Uses user defined criteria() to enable a list of predefined nodes |
+[Disabler] | Uses user defined criteria() to disable a list of predefined nodes         |
+[Enabler]  | Uses user defined criteria() to enable a list of predefined nodes          |

 **Version Control**
 ---------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Dunford</dc:creator><pubDate>Sat, 28 Dec 2013 22:56:24 -0000</pubDate><guid>https://sourceforge.net5d0cf4956942a2862e4973c05e0501bad36029f0</guid></item><item><title>Home modified by Si Dunford</title><link>https://sourceforge.net/p/itsbhtree/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -2,10 +2,11 @@
 --------------------------

 **Contents**
-The following information is available on this Wiki.
-* Controls
+* Using [System State] bitvectors to control behaviour tree flow.
+* [Creating a behavior tree](BHTreeBuilder)

-Control       | Selection | Executed | Success | Failure |
+**Controls**
+Node          | Selection | Executed | Success | Failure |
 --------------|-----------|----------|---------|---------|
 [Randomiser]  | RANDOM    | ONE      | Child state | Child State |
 [RequireNone] | In Order  | All Children | All children Failure | Any Child Success |
@@ -14,14 +15,12 @@
 [Sequence]    | In Order | All | All children Success | Any child fails |
 [Singular]    | Criteria() | ONE | Child State | Child State |

-* Traits
-    * [Decision]
-    * [Disabler]
-    * [Enabler]
-* [System State Bitvector](SetSystemState)
-* Creating the tree
-    * [In Code](BuildTree)
-    * Using [BHTreeBuilder]
+**Traits**
+Node       | Description |
+-----------|-------------|
+[Decision] | Uses user defined criteria() to decide SUCCESS or FAILURE of the behaviour |
+[Disabler] | Uses user defined criteria() to disable a list of predefined nodes |
+[Enabler]  | Uses user defined criteria() to enable a list of predefined nodes |

 **Version Control**
 ---------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Dunford</dc:creator><pubDate>Sat, 28 Dec 2013 22:52:41 -0000</pubDate><guid>https://sourceforge.net14dc134014260d097e7357dc48d1442d7a302192</guid></item><item><title>Home modified by Si Dunford</title><link>https://sourceforge.net/p/itsbhtree/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -4,12 +4,16 @@
 **Contents**
 The following information is available on this Wiki.
 * Controls
-    * [Randomiser]
-    * [RequireNone]
-    * [RoundRobin]
-    * [Selector]
-    * [Sequence]
-    * [Singular]
+
+Control       | Selection | Executed | Success | Failure |
+--------------|-----------|----------|---------|---------|
+[Randomiser]  | RANDOM    | ONE      | Child state | Child State |
+[RequireNone] | In Order  | All Children | All children Failure | Any Child Success |
+[RoundRobin]  | Next in order | ONE| Child state | Child State | 
+[Selector]    | In Order | All | Any one Succeeds | All Children Fail |
+[Sequence]    | In Order | All | All children Success | Any child fails |
+[Singular]    | Criteria() | ONE | Child State | Child State |
+
 * Traits
     * [Decision]
     * [Disabler]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Dunford</dc:creator><pubDate>Sat, 28 Dec 2013 22:45:00 -0000</pubDate><guid>https://sourceforge.net24d954ae99269e9151fcf77de2b5e73e24720337</guid></item><item><title>Home modified by Si Dunford</title><link>https://sourceforge.net/p/itsbhtree/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,23 +1,37 @@
 Behavior Tree for BlitzMAX
-==========================
+--------------------------

-Contents
---------
+**Contents**
 The following information is available on this Wiki.
-* [Controls]
+* Controls
     * [Randomiser]
+    * [RequireNone]
+    * [RoundRobin]
     * [Selector]
     * [Sequence]
-* [Traits]
-* System State Bitvector
+    * [Singular]
+* Traits
+    * [Decision]
+    * [Disabler]
+    * [Enabler]
+* [System State Bitvector](SetSystemState)
+* Creating the tree
+    * [In Code](BuildTree)
+    * Using [BHTreeBuilder]

-Version Control
+**Version Control**
 ---------------
 * VERSION 1.00
-    * Implemented [Selector], [Sequence], [Randomiser]
-* VERSION 1.10
-
-The wiki uses [Markdown](/p/itsbhtree/wiki/markdown_syntax/) syntax.
+    * Implemented [BHTreeBuilder]
+    * Implemented Trait Criteria functions
+    * Implemented [Singular], [RoundRobin] and [RequireNone] Controls
+    * Implemented [Decision], [Enabler] and [Disabler] Traits
+    * Implemented manual Enable/Disable of traits
+    * Bug Fixes
+* VERSION 0.10
+    * Implemented [Selector], [Sequence], [Randomiser] and [SystemState] Controls
+    * Implemented onInit(), onTerminate() and onChildTerminate()
+    * Created [Example1-Simple.bmx]

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Dunford</dc:creator><pubDate>Thu, 26 Dec 2013 13:52:25 -0000</pubDate><guid>https://sourceforge.netd66b45e3f672dcbb907833aff14ba8dbb6e0e246</guid></item><item><title>Home modified by Si Dunford</title><link>https://sourceforge.net/p/itsbhtree/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,21 @@
-Welcome to your wiki!
+Behavior Tree for BlitzMAX
+==========================

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Contents
+--------
+The following information is available on this Wiki.
+* [Controls]
+    * [Randomiser]
+    * [Selector]
+    * [Sequence]
+* [Traits]
+* System State Bitvector
+
+Version Control
+---------------
+* VERSION 1.00
+    * Implemented [Selector], [Sequence], [Randomiser]
+* VERSION 1.10

 The wiki uses [Markdown](/p/itsbhtree/wiki/markdown_syntax/) syntax.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Dunford</dc:creator><pubDate>Thu, 26 Dec 2013 13:08:28 -0000</pubDate><guid>https://sourceforge.net32732e1d6d9b0b636b9cfc08e66923017ba3f9c2</guid></item><item><title>Home modified by Si Dunford</title><link>https://sourceforge.net/p/itsbhtree/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/itsbhtree/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/itspeedway/"&gt;Si Dunford&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-52bb7179c4314316ffeb7816" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Dunford</dc:creator><pubDate>Wed, 25 Dec 2013 23:59:54 -0000</pubDate><guid>https://sourceforge.net6aae6f197078e8d94a450eca52747d4ecbccf025</guid></item></channel></rss>