<?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/chateaugaillard/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/chateaugaillard/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 09 Apr 2012 12:46:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/chateaugaillard/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by cbucket</title><link>https://sourceforge.net/p/chateaugaillard/wiki/Home/</link><description>&lt;pre&gt;--- v22 
+++ v23 
@@ -4,18 +4,18 @@
 &lt;br&gt;&lt;br&gt;All open bugs now listed first
 &lt;br&gt;&lt;br&gt;
 
-* FIXED: What is the purpose of T[J] and P[J] arrays in the original BASIC program
-    P[J] (replaced by gPack) is the contents of the pack.  It can hold up to 5 items.  T[J] (replaced by gTally) is the strength of &lt;u&gt;only&lt;/u&gt; the weapons in the pack.  Coincidentally, the tally of the weapons corresponds to the enum associated with them (which makes the coding slightly easier).
+* FIXED: What is the purpose of T\[J\] and P\[J\] arrays in the original BASIC program
+    P\[J\] (replaced by gPack) is the contents of the pack.  It can hold up to 5 items.  \T[\J] (replaced by gTally) is the strength of &lt;u&gt;only&lt;/u&gt; the weapons in the pack.  Coincidentally, the tally of the weapons corresponds to the enum associated with them (which makes the coding slightly easier).
 * FIXED: When user types DRINK POTION it ignore the command.
     This seems to work.  Not sure why it was listed as a bug
 * FIXED: In the fight sequence, I had a sword and a falchion. The program realised I had two weapons, so it asked me to choose. But it asked my to choose an AXE or (blank space), neither worked.
 * FIXED: sleep for mac not working
     * ANSWER: &lt;u&gt;because it is currently commented out, displays a dot (.) instead&lt;/u&gt;
 * FIXED: add help command which displays command structure for dummies. (instead of NO HELP FOR MORTALS IN THIS GAME!)
 * &lt;b&gt;FIXED&lt;/b&gt;: Currently a bug when picking up objects.
     * caused by a non-initialised local variable.  Default value effectively translated to a DAGGER (but interestingly changed to other objects when the code was changed, nasty bug !).
 * &lt;b&gt;FIXED&lt;/b&gt;: Also fight functionality seems to go into an infinite loop.
-* &lt;b&gt;FIXED&lt;/b&gt;: still a slight problem with "GET EBO[NY RING]".  Not sure why :(
+* &lt;b&gt;FIXED&lt;/b&gt;: still a slight problem with "GET EBO\[NY RING\]".  Not sure why :(
     * there was a space on the front of " EBONY RING".  Removed spaced.  Now works.
 * &lt;b&gt;FIXED&lt;/b&gt;: Windows version needs a line that says PRESS ANY KEY TO EXIT (why not also for linux and mac? &lt;u&gt;Answer: because currently these run in a terminal window and it just returns to the terminal prompt, hence you can see what happened.&lt;/u&gt;). FIXED (I added it, but haven't uploaded it... copied the line from the very start of the program, and modified it a bit)
 * &lt;b&gt;FIXED&lt;/b&gt;: (copied from comment in program) // when one types "bribe dwarf" at the beginning program responds "you shouldn't try that with a ?" but no name.  This is a BUG.  &lt;i&gt;fix: Now says 'there is nobody here to bribe'.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cbucket</dc:creator><pubDate>Mon, 09 Apr 2012 12:46:51 -0000</pubDate><guid>https://sourceforge.net52a8c77e6f850f46d6cffff261874b0c642a2b89</guid></item><item><title>WikiPage Home modified by cbucket</title><link>https://sourceforge.net/p/chateaugaillard/wiki/Home/</link><description>&lt;pre&gt;--- v21 
+++ v22 
@@ -1,10 +1,13 @@
-* OPEN: What is the purpose of T[J] and P[J] arrays in the original BASIC program
-* OPEN: When user types DRINK POTION it ignore the command.
 * OPEN: Improve formatting in help text
+* OPEN: Find all code marked TODO and address problems.  Use original basic text for reference.
 
 &lt;br&gt;&lt;br&gt;All open bugs now listed first
 &lt;br&gt;&lt;br&gt;
 
+* FIXED: What is the purpose of T[J] and P[J] arrays in the original BASIC program
+    P[J] (replaced by gPack) is the contents of the pack.  It can hold up to 5 items.  T[J] (replaced by gTally) is the strength of &lt;u&gt;only&lt;/u&gt; the weapons in the pack.  Coincidentally, the tally of the weapons corresponds to the enum associated with them (which makes the coding slightly easier).
+* FIXED: When user types DRINK POTION it ignore the command.
+    This seems to work.  Not sure why it was listed as a bug
 * FIXED: In the fight sequence, I had a sword and a falchion. The program realised I had two weapons, so it asked me to choose. But it asked my to choose an AXE or (blank space), neither worked.
 * FIXED: sleep for mac not working
     * ANSWER: &lt;u&gt;because it is currently commented out, displays a dot (.) instead&lt;/u&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cbucket</dc:creator><pubDate>Mon, 09 Apr 2012 12:45:50 -0000</pubDate><guid>https://sourceforge.netf66b7c6b419e27c0cd6bdc18ce38bbbf1bb9ed47</guid></item><item><title>WikiPage Home modified by cbucket</title><link>https://sourceforge.net/p/chateaugaillard/wiki/Home/</link><description>&lt;pre&gt;--- v20 
+++ v21 
@@ -1,9 +1,11 @@
+* OPEN: What is the purpose of T[J] and P[J] arrays in the original BASIC program
+* OPEN: When user types DRINK POTION it ignore the command.
 * OPEN: Improve formatting in help text
-* OPEN: In the fight sequence, I had a sword and a falchion. The program realised I had two weapons, so it asked me to choose. But it asked my to choose an AXE or (blank space), neither worked.
 
 &lt;br&gt;&lt;br&gt;All open bugs now listed first
 &lt;br&gt;&lt;br&gt;
 
+* FIXED: In the fight sequence, I had a sword and a falchion. The program realised I had two weapons, so it asked me to choose. But it asked my to choose an AXE or (blank space), neither worked.
 * FIXED: sleep for mac not working
     * ANSWER: &lt;u&gt;because it is currently commented out, displays a dot (.) instead&lt;/u&gt;
 * FIXED: add help command which displays command structure for dummies. (instead of NO HELP FOR MORTALS IN THIS GAME!)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cbucket</dc:creator><pubDate>Tue, 03 Apr 2012 22:00:48 -0000</pubDate><guid>https://sourceforge.netcb6f6e3635efb58a022f60fc78b6f0027e14d9de</guid></item><item><title>WikiPage Home modified by cbucket</title><link>https://sourceforge.net/p/chateaugaillard/wiki/Home/</link><description>&lt;pre&gt;--- v19 
+++ v20 
@@ -1,9 +1,11 @@
 * OPEN: Improve formatting in help text
 * OPEN: In the fight sequence, I had a sword and a falchion. The program realised I had two weapons, so it asked me to choose. But it asked my to choose an AXE or (blank space), neither worked.
-* OPEN: sleep for mac not working
-    * ANSWER: &lt;u&gt;because it is currently commented out, displays a dot (.) instead&lt;/u&gt;
+
 &lt;br&gt;&lt;br&gt;All open bugs now listed first
 &lt;br&gt;&lt;br&gt;
+
+* FIXED: sleep for mac not working
+    * ANSWER: &lt;u&gt;because it is currently commented out, displays a dot (.) instead&lt;/u&gt;
 * FIXED: add help command which displays command structure for dummies. (instead of NO HELP FOR MORTALS IN THIS GAME!)
 * &lt;b&gt;FIXED&lt;/b&gt;: Currently a bug when picking up objects.
     * caused by a non-initialised local variable.  Default value effectively translated to a DAGGER (but interestingly changed to other objects when the code was changed, nasty bug !).
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cbucket</dc:creator><pubDate>Tue, 03 Apr 2012 18:27:30 -0000</pubDate><guid>https://sourceforge.netc78a83c1a4e7f5b885cba78348c1c6030a13a867</guid></item><item><title>WikiPage Home modified by cbucket</title><link>https://sourceforge.net/p/chateaugaillard/wiki/Home/</link><description>&lt;pre&gt;--- v18 
+++ v19 
@@ -1,9 +1,10 @@
+* OPEN: Improve formatting in help text
 * OPEN: In the fight sequence, I had a sword and a falchion. The program realised I had two weapons, so it asked me to choose. But it asked my to choose an AXE or (blank space), neither worked.
 * OPEN: sleep for mac not working
     * ANSWER: &lt;u&gt;because it is currently commented out, displays a dot (.) instead&lt;/u&gt;
-* OPEN: add help command which displays command structure for dummies. (instead of NO HELP FOR MORTALS IN THIS GAME!)
 &lt;br&gt;&lt;br&gt;All open bugs now listed first
 &lt;br&gt;&lt;br&gt;
+* FIXED: add help command which displays command structure for dummies. (instead of NO HELP FOR MORTALS IN THIS GAME!)
 * &lt;b&gt;FIXED&lt;/b&gt;: Currently a bug when picking up objects.
     * caused by a non-initialised local variable.  Default value effectively translated to a DAGGER (but interestingly changed to other objects when the code was changed, nasty bug !).
 * &lt;b&gt;FIXED&lt;/b&gt;: Also fight functionality seems to go into an infinite loop.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cbucket</dc:creator><pubDate>Tue, 03 Apr 2012 18:26:38 -0000</pubDate><guid>https://sourceforge.net5888e7be89e18e3220eb96652323fa61a97476e3</guid></item><item><title>WikiPage Home modified by jbucket</title><link>https://sourceforge.net/p/chateaugaillard/wiki/Home/</link><description>&lt;pre&gt;--- v17 
+++ v18 
@@ -12,7 +12,7 @@
 * &lt;b&gt;FIXED&lt;/b&gt;: Windows version needs a line that says PRESS ANY KEY TO EXIT (why not also for linux and mac? &lt;u&gt;Answer: because currently these run in a terminal window and it just returns to the terminal prompt, hence you can see what happened.&lt;/u&gt;). FIXED (I added it, but haven't uploaded it... copied the line from the very start of the program, and modified it a bit)
 * &lt;b&gt;FIXED&lt;/b&gt;: (copied from comment in program) // when one types "bribe dwarf" at the beginning program responds "you shouldn't try that with a ?" but no name.  This is a BUG.  &lt;i&gt;fix: Now says 'there is nobody here to bribe'.
 
-
+wiki now accessible by cbucket and jbucket
 
 
 The wiki uses [Markdown](/p/chateaugaillard/wiki/markdown_syntax/) syntax.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jbucket</dc:creator><pubDate>Tue, 03 Apr 2012 13:01:42 -0000</pubDate><guid>https://sourceforge.net6782ce1d1edd88c274f9896817cd1ce726df3239</guid></item><item><title>WikiPage Home modified by cbucket</title><link>https://sourceforge.net/p/chateaugaillard/wiki/Home/</link><description>&lt;pre&gt;--- v16 
+++ v17 
@@ -2,12 +2,8 @@
 * OPEN: sleep for mac not working
     * ANSWER: &lt;u&gt;because it is currently commented out, displays a dot (.) instead&lt;/u&gt;
 * OPEN: add help command which displays command structure for dummies. (instead of NO HELP FOR MORTALS IN THIS GAME!)
-
-
 &lt;br&gt;&lt;br&gt;All open bugs now listed first
 &lt;br&gt;&lt;br&gt;
-
-
 * &lt;b&gt;FIXED&lt;/b&gt;: Currently a bug when picking up objects.
     * caused by a non-initialised local variable.  Default value effectively translated to a DAGGER (but interestingly changed to other objects when the code was changed, nasty bug !).
 * &lt;b&gt;FIXED&lt;/b&gt;: Also fight functionality seems to go into an infinite loop.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cbucket</dc:creator><pubDate>Tue, 03 Apr 2012 13:00:15 -0000</pubDate><guid>https://sourceforge.net34f8ca595287538622e7a870a939bbf068d7ff26</guid></item><item><title>WikiPage Home modified by cbucket</title><link>https://sourceforge.net/p/chateaugaillard/wiki/Home/</link><description>&lt;pre&gt;--- v15 
+++ v16 
@@ -1,16 +1,22 @@
+* OPEN: In the fight sequence, I had a sword and a falchion. The program realised I had two weapons, so it asked me to choose. But it asked my to choose an AXE or (blank space), neither worked.
+* OPEN: sleep for mac not working
+    * ANSWER: &lt;u&gt;because it is currently commented out, displays a dot (.) instead&lt;/u&gt;
+* OPEN: add help command which displays command structure for dummies. (instead of NO HELP FOR MORTALS IN THIS GAME!)
+
+
+&lt;br&gt;&lt;br&gt;All open bugs now listed first
+&lt;br&gt;&lt;br&gt;
+
+
 * &lt;b&gt;FIXED&lt;/b&gt;: Currently a bug when picking up objects.
     * caused by a non-initialised local variable.  Default value effectively translated to a DAGGER (but interestingly changed to other objects when the code was changed, nasty bug !).
 * &lt;b&gt;FIXED&lt;/b&gt;: Also fight functionality seems to go into an infinite loop.
 * &lt;b&gt;FIXED&lt;/b&gt;: still a slight problem with "GET EBO[NY RING]".  Not sure why :(
     * there was a space on the front of " EBONY RING".  Removed spaced.  Now works.
 * &lt;b&gt;FIXED&lt;/b&gt;: Windows version needs a line that says PRESS ANY KEY TO EXIT (why not also for linux and mac? &lt;u&gt;Answer: because currently these run in a terminal window and it just returns to the terminal prompt, hence you can see what happened.&lt;/u&gt;). FIXED (I added it, but haven't uploaded it... copied the line from the very start of the program, and modified it a bit)
 * &lt;b&gt;FIXED&lt;/b&gt;: (copied from comment in program) // when one types "bribe dwarf" at the beginning program responds "you shouldn't try that with a ?" but no name.  This is a BUG.  &lt;i&gt;fix: Now says 'there is nobody here to bribe'.
 
 
-* OPEN: In the fight sequence, I had a sword and a falchion. The program realised I had two weapons, so it asked me to choose. But it asked my to choose an AXE or (blank space), neither worked.
-* OPEN: sleep for mac not working
-    * ANSWER: &lt;u&gt;because it is currently commented out, displays a dot (.) instead&lt;/u&gt;
-* OPEN: add help command which displays command structure for dummies. (instead of NO HELP FOR MORTALS IN THIS GAME!)
 
 
 The wiki uses [Markdown](/p/chateaugaillard/wiki/markdown_syntax/) syntax.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cbucket</dc:creator><pubDate>Tue, 03 Apr 2012 12:58:52 -0000</pubDate><guid>https://sourceforge.net9e26e5f8eba2cf5244525eaf384061205e5af524</guid></item><item><title>WikiPage Home modified by cbucket</title><link>https://sourceforge.net/p/chateaugaillard/wiki/Home/</link><description>&lt;pre&gt;--- v14 
+++ v15 
@@ -4,10 +4,12 @@
 * &lt;b&gt;FIXED&lt;/b&gt;: still a slight problem with "GET EBO[NY RING]".  Not sure why :(
     * there was a space on the front of " EBONY RING".  Removed spaced.  Now works.
 * &lt;b&gt;FIXED&lt;/b&gt;: Windows version needs a line that says PRESS ANY KEY TO EXIT (why not also for linux and mac? &lt;u&gt;Answer: because currently these run in a terminal window and it just returns to the terminal prompt, hence you can see what happened.&lt;/u&gt;). FIXED (I added it, but haven't uploaded it... copied the line from the very start of the program, and modified it a bit)
+* &lt;b&gt;FIXED&lt;/b&gt;: (copied from comment in program) // when one types "bribe dwarf" at the beginning program responds "you shouldn't try that with a ?" but no name.  This is a BUG.  &lt;i&gt;fix: Now says 'there is nobody here to bribe'.
+
+
 * OPEN: In the fight sequence, I had a sword and a falchion. The program realised I had two weapons, so it asked me to choose. But it asked my to choose an AXE or (blank space), neither worked.
 * OPEN: sleep for mac not working
     * ANSWER: &lt;u&gt;because it is currently commented out, displays a dot (.) instead&lt;/u&gt;
-* &lt;b&gt;FIXED&lt;/b&gt;: (copied from comment in program) // when one types "bribe dwarf" at the beginning program responds "you shouldn't try that with a ?" but no name.  This is a BUG.  &lt;i&gt;fix: Now says 'there is nobody here to bribe'.
 * OPEN: add help command which displays command structure for dummies. (instead of NO HELP FOR MORTALS IN THIS GAME!)
 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cbucket</dc:creator><pubDate>Tue, 03 Apr 2012 12:57:53 -0000</pubDate><guid>https://sourceforge.netebeced05c7b503e678bd191c394fca4ded1c163b</guid></item><item><title>WikiPage Home modified by cbucket</title><link>https://sourceforge.net/p/chateaugaillard/wiki/Home/</link><description>&lt;pre&gt;--- v13 
+++ v14 
@@ -1,13 +1,13 @@
 * &lt;b&gt;FIXED&lt;/b&gt;: Currently a bug when picking up objects.
-    * caused by a non-initialised local variable.  Default value effectively translated to a DAGGER (but interestingly changed to other objects when the code was changed, NASTY !).
+    * caused by a non-initialised local variable.  Default value effectively translated to a DAGGER (but interestingly changed to other objects when the code was changed, nasty bug !).
 * &lt;b&gt;FIXED&lt;/b&gt;: Also fight functionality seems to go into an infinite loop.
 * &lt;b&gt;FIXED&lt;/b&gt;: still a slight problem with "GET EBO[NY RING]".  Not sure why :(
     * there was a space on the front of " EBONY RING".  Removed spaced.  Now works.
-* OPEN: Windows version needs a line that says PRESS ANY KEY TO EXIT (why not also for linux and mac? &lt;u&gt;Answer: because currently these run in a terminal window and it just returns to the terminal prompt, hence you can see what happened.&lt;/u&gt;). FIXED (I added it, but haven't uploaded it... copied the line from the very start of the program, and modified it a bit)
+* &lt;b&gt;FIXED&lt;/b&gt;: Windows version needs a line that says PRESS ANY KEY TO EXIT (why not also for linux and mac? &lt;u&gt;Answer: because currently these run in a terminal window and it just returns to the terminal prompt, hence you can see what happened.&lt;/u&gt;). FIXED (I added it, but haven't uploaded it... copied the line from the very start of the program, and modified it a bit)
 * OPEN: In the fight sequence, I had a sword and a falchion. The program realised I had two weapons, so it asked me to choose. But it asked my to choose an AXE or (blank space), neither worked.
 * OPEN: sleep for mac not working
     * ANSWER: &lt;u&gt;because it is currently commented out, displays a dot (.) instead&lt;/u&gt;
-* OPEN: (copied from comment in program) // when one types "bribe dwarf" at the beginning program responds "you shouldn't try that with a ?" but no name.  This is a BUG.
+* &lt;b&gt;FIXED&lt;/b&gt;: (copied from comment in program) // when one types "bribe dwarf" at the beginning program responds "you shouldn't try that with a ?" but no name.  This is a BUG.  &lt;i&gt;fix: Now says 'there is nobody here to bribe'.
 * OPEN: add help command which displays command structure for dummies. (instead of NO HELP FOR MORTALS IN THIS GAME!)
 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cbucket</dc:creator><pubDate>Mon, 02 Apr 2012 22:38:38 -0000</pubDate><guid>https://sourceforge.netda6b7895c4a55d0e050e04a5db9643887e6c4624</guid></item></channel></rss>