Inner Space Releases

Inner Space version 1.09 Build 4366
Released: 2007-02-11
  • ISXDK v30 - Stability fix involving the LavishScript index type.
  • LavishNav
    • Fixed inaccuracy in A* pathfinding algorithm
    • Fixed BestContainer algorithm when traversing backward
    • Added optional "max cost" parameter to lnavregion:SelectPath
  • LavishScript 1.96
    • LSModule v17
    • Crash fixed when executing a command with a parameter that only contains a quote, such as echo "
  • .NET 2.0
    • Fixed LavishNavAPI.Region.AddSphere and AddRadius -- they previously mixed up part of the coordinates with the radius.
    • LavishScript-related API that accepts argc,argv now translates the args to LavishScript rules (i.e. null args are translated to empty strings) -- the actual string values are not modified
    • Fixed LavishNavAPI functions returning List<Region>