Version 2.1 of adv3Lite is now available for download

Version 2.1 of adv3Lite is now available for download from GitHub.

This release fixes a number of bugs, addresses a few user requests, and rounds out some of the features added in version 2.0. The full change log may be viewed at Change Log · EricEve/adv3lite Wiki (github.com).

At least for the time being, the timing and extent of future releases will most likely be driven by user feedback (bug reports, requests and suggestions). There may be a maintenance release in late August/early September if this is needed to fix any issues that could affect IF-Comp games using adv3Lite. In the meantime, any ongoing changes to the development version of adv3Lite will continue to be uploaded to GitHub.

8 Likes

excellent !

Everyone know the drill :wink: Later :wink:

Thanks and
Best regards from Italy,
dott. Piergiorgio.

1 Like

compiles OK, only 19004 bytes increase of library overhead:

 ls -l isekai.t3 lit20/isekai.t3 
-rw-r--r-- 1 pigi pigi 2189519  3 lug 12.06 isekai.t3
-rw-r--r-- 1 pigi pigi 2170515 13 giu 03.55 lit20/isekai.t3

now the REAL test begins…

qtads isekai.t3

Thanks and best regards from Italy,
dott. Piergiorgio.

1 Like

Major WIP’s ground (EU) floor & some of the late-game aerea accessible via debug tools OK.

Now is lunchtime in Italy…

Best regards from Italy,
dott. Piergiorgio.

1 Like

Great news! Thank you for continuing to support TADS and Adv3Lite! It is my goto authoring system.

2 Likes

I’ve left a few bug reports on GitHub, but I don’t have time to dig myself into them, as I’m planning to enter a game in IF comp.
Thanks for the great work on Adv3Lite.

1 Like

Ok, thanks. I’ve taken a quick look at your reports on GitHub and will investigate the problems for the next release.

But, after a couple of quick tests, I’m not able to reproduce either of the problems you report. I’ll try doing some more digging, but if you’re able to throw any more light on what’s happening in the specific cases you encountered, that would be helpful.

4 Likes

I have a ßtester waiting my IFComp entry, tomorrow will look at the reports and try to look at these bugs.

(the second one can be critical in my major WIP)

Best regards from Italy,
dott. Piergiorgio

That would be great, thanks.

I can send you a minimal source file to reproduce the problem…

1 Like

Please send it also to me, if you want.

Best regards from Italy,
dott. Piergiorgio.

Thanks to Mkawa sending me a test case, I’ve been able to track down and fix the QueryTopic problem and have just uploaded the fix to GitHub. The problem was introduced in version 2.1 in a fix aimed at identifying where SpecialTopics were trying to match regular expressions, with the result that parentheses indicating weak tokens were being misinterpreted as indicating the presence of a regular expression, which confused the library into making the affected QueryTopics nameless and hence not listable. By no longer counting parentheses as regular expression indicators, the previous correct behaviour has been restored.

EDIT: the MultiLoc problem appears to have been caused by the use of double-quoted string in user code where a single-quoted string was required, rather than by a library bug.

6 Likes

so, both cases solved ?

Best regards from Italy,
dott. Piergiorgio.

2 Likes

I believe so.

3 Likes