Skip to content

Inform 6.31

Compare
Choose a tag to compare
@DavidKinder DavidKinder released this 03 Oct 05:22
· 1659 commits to master since this release

Inform 6.31 was released on 10th February 2006.

Bugs fixed

  • When individual properties are read (successfully), there is no longer a futile attempt to look up the property index in the common property table.

  • Complex if statements, of the form if (x == 1 or 3 or 5 ... or 99), now don’t crash the compiler.

  • The compiler is better at handling lengthy path names.

  • Backpatching and other strange errors no longer occur if the code size of a V8 game exceeds 256K.

  • An Object or Class definition with more than 32 common property values now doesn’t cause an internal compiler error.