Profile
Best ForComments
Fri, 02/21/2020 - 06:14
#2
thanks to robgee...
Version 3.0.3 fixes a problem spotted by robgee. The recipe had an old version of the cleanup routine, which had a couple of issues. First, the parameter to the cleanup routine was called "error", which is bad because it overrides the Lua built-in function of the same name. Second, after some processing, a print statement used "err", which was never defined. The new version uses "errmsg" in both spots. |
|
Version 3.0.2 adds a "min gain to keep" slider for sketchbook puzzles. The recipe skips smaller gains to save moves.
This version also fixes a bug in handling the "Move Count Limit" condition found in sketchbook puzzles. Move Count Limit doesn't have a bonus (no points), but can be satisfied or not. The previous version attempted to get the bonus for Move Count Limit, which caused the recipe to terminate.