Release Candidate 1
Alex
04 Aug 2011, 14:55We're so close now...
Blog: http://www.textadventures.co.uk/blog/20 ... ndidate-1/
Download: http://www.textadventures.co.uk/quest/download/
Blog: http://www.textadventures.co.uk/blog/20 ... ndidate-1/
Download: http://www.textadventures.co.uk/quest/download/
Jhames
04 Aug 2011, 15:39Well done, Alex.
Nice job !!!.
Congratulations !!!
Nice job !!!.
Congratulations !!!
The Pixie
06 Aug 2011, 13:44Hi Alex, I have played around wiuth this for a couple of days. Looking good but...
1. Some lists are now alphabetical, but not all, for example when selecting a destination for an exit.
2. Also with exits, existing exits are neither listed in the lower pane, nor showing on the top pane on the Exits tab.
3. I am finding the program hangs about 15% of the time when going from code view to normal (I have not been using code view previously, so I do not know if that is a new issue or not). I have yet to see a pattern.
1. Some lists are now alphabetical, but not all, for example when selecting a destination for an exit.
2. Also with exits, existing exits are neither listed in the lower pane, nor showing on the top pane on the Exits tab.
3. I am finding the program hangs about 15% of the time when going from code view to normal (I have not been using code view previously, so I do not know if that is a new issue or not). I have yet to see a pattern.
Alex
06 Aug 2011, 14:44Thanks.
1. This is fixed already in the latest code.
2. Hmm, you're right - logged: http://quest.codeplex.com/workitem/855
3. Are you doing much editing in the code view? How long has the code view been open when the problem occurs? Would be great if you can figure out a scenario to reproduce this consistently. It might be just that we need to update to the latest version of AvalonEdit (which powers the code view).
1. This is fixed already in the latest code.
2. Hmm, you're right - logged: http://quest.codeplex.com/workitem/855
3. Are you doing much editing in the code view? How long has the code view been open when the problem occurs? Would be great if you can figure out a scenario to reproduce this consistently. It might be just that we need to update to the latest version of AvalonEdit (which powers the code view).
The Pixie
06 Aug 2011, 23:43It has just hung again. I was in code view, creating four functions:
<function name="is_night" type="boolean">
return (part_of_day() = 0)
</function>
<function name="is_morning" type="boolean">
return (part_of_day() = 1)
</function>
<function name="is_afternoon" type="boolean">
return (part_of_day() = 2)
</function>
<function name="is_evening" type="boolean">
return (part_of_day() = 3)
</function>
Not sure if it is relevant, but they were sat in the middle of a set of other functions. There was a bit of copy and pasting involved. When I went out of code view it hung. However, it had saved, and opened with no problem.
<function name="is_night" type="boolean">
return (part_of_day() = 0)
</function>
<function name="is_morning" type="boolean">
return (part_of_day() = 1)
</function>
<function name="is_afternoon" type="boolean">
return (part_of_day() = 2)
</function>
<function name="is_evening" type="boolean">
return (part_of_day() = 3)
</function>
Not sure if it is relevant, but they were sat in the middle of a set of other functions. There was a bit of copy and pasting involved. When I went out of code view it hung. However, it had saved, and opened with no problem.
Alex
07 Aug 2011, 10:08It seems we have a memory leak when reloading games in the editor, which is what happens after you make changes in the code view. I've logged http://quest.codeplex.com/workitem/858