PunyInform v4.4 is out!
Some news:
- The flags extension just got more powerful - you can set, clear or check up to three flags at a time, e.g
SetFlag(FLAG1, FLAG2, FLAG3);. - Using flag 0 is deprecated.
- New optional feature: Manual Scope Boost - speeds up games which use manual scope, where the player will often see many objects but react_before, react_after and each_turn are often not used. See manual for better explanation.
- Default value for MAX_SCOPE is increased from 32 to 50, to increase the chances of PunyInform games running fine without adjusting the limits
- Rearranged Game Author’s Guide to put the most important parts first, and pointed out in manual and on project page that the all but the optimization part is required reading
- Optimizations
- Bugfixes