<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Syntax updated</title>
        <description> I have now updated the syntax for all current LUA scripts, via GitLab.

The search and replace from old to new syntax has been removed from the code, so from now on, the new syntax is what&amp;#039;s needed. I have updated the Skeleton code to reflect that. Hopefully I didn&amp;#039;t miss anything in it, I did it manually.

I was supposed to update the documentation today, but got stuck with other stuff. I will try to do that in the weekend, or on Monday. While doing that, I will look into extending the skeleton code to show what input variables the Sandbox gets. I will try to add a comment that a GetFinds-filter can be provided straight from the JSON-conf as well.

Anyone have thought about anything else that I should add to the Skeleton code?</description>
        <link>https://project-gc.com/forum/read?6,17735,17735#msg-17735</link>
        <lastBuildDate>Wed, 23 Sep 2026 10:52:57 +0000</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://project-gc.com/forum/read?6,17735,20446#msg-20446</guid>
            <title>Re: Syntax updated</title>
            <link>https://project-gc.com/forum/read?6,17735,20446#msg-20446</link>
            <description><![CDATA[ Thanks. Though I think the code said<br />
for _,f in IPairs(finds) do<br />
<br />
Anyway, updated to<br />
for _,f in ipairs(finds) do<br />
<br />
(only in development environment this far)]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Tue, 12 Jun 2018 13:53:16 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?6,17735,20445#msg-20445</guid>
            <title>Re: Syntax updated</title>
            <link>https://project-gc.com/forum/read?6,17735,20445#msg-20445</link>
            <description><![CDATA[ magma1447 Wrote:<br />
-------------------------------------------------------<br />
&gt; Documentation and skeleton code updated. I did<br />
&gt; look at arisoft&#039;s points while doing the later.<br />
<br />
I found a bug in the skeleton<br />
<br />
for _,cache in IPairs(finds) do<br />
<br />
should be <br />
<br />
for _,cache in <u>ipairs</u>(finds) do]]></description>
            <dc:creator>arisoft</dc:creator>
            <category>Checker news</category>
            <pubDate>Tue, 12 Jun 2018 13:49:43 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?6,17735,17817#msg-17817</guid>
            <title>Re: Syntax updated</title>
            <link>https://project-gc.com/forum/read?6,17735,17817#msg-17817</link>
            <description><![CDATA[ Documentation and skeleton code updated. I did look at arisoft&#039;s points while doing the later.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Mon, 19 Mar 2018 10:29:26 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?6,17735,17753#msg-17753</guid>
            <title>Re: Syntax updated</title>
            <link>https://project-gc.com/forum/read?6,17735,17753#msg-17753</link>
            <description><![CDATA[ Using the example filter setup directly from the tag (filter = conf.filter) as the default way could be vice as it makes things easier in the future for any checker.<br />
<br />
PGC.HTMLEscape would be nice to introduce. It is too easy to forget.<br />
<br />
Correct way to determine available runtime could be very important. (The new function which name I have alread forgot)]]></description>
            <dc:creator>arisoft</dc:creator>
            <category>Checker news</category>
            <pubDate>Sat, 17 Mar 2018 09:30:06 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?6,17735,17735#msg-17735</guid>
            <title>Syntax updated</title>
            <link>https://project-gc.com/forum/read?6,17735,17735#msg-17735</link>
            <description><![CDATA[ I have now updated the syntax for all current LUA scripts, via GitLab.<br />
<br />
The search and replace from old to new syntax has been removed from the code, so from now on, the new syntax is what&#039;s needed. I have updated the Skeleton code to reflect that. Hopefully I didn&#039;t miss anything in it, I did it manually.<br />
<br />
I was supposed to update the documentation today, but got stuck with other stuff. I will try to do that in the weekend, or on Monday. While doing that, I will look into extending the skeleton code to show what input variables the Sandbox gets. I will try to add a comment that a GetFinds-filter can be provided straight from the JSON-conf as well.<br />
<br />
Anyone have thought about anything else that I should add to the Skeleton code?]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Fri, 16 Mar 2018 16:53:11 +0000</pubDate>
        </item>
    </channel>
</rss>
