Skip to content

v4.0.0.2 (AGS 4.0 Early Alpha 7)

Pre-release
Pre-release
Compare
Choose a tag to compare
@ivan-mogilko ivan-mogilko released this 22 Dec 03:19
· 1284 commits to ags4 since this release

This is AGS 4.0 Early Alpha 7.

Contains updates and fixes from 3.6.1 Beta 13 to 15 (except ones related to backwards compatibility).

Other changes:

Editor:

  • Fixed occasional crash when scrolling the room in the editor.
  • Fixed room not getting recompiled with a new content if a background or a mask was modified externally.

Scripting:

  • Multi-dimensional dynamic arrays, also known as "jagged arrays". These are arrays of arrays, where each parent array's element has to be created separately, but may be of any independent length.
  • Regular arrays of dynamic arrays: that is a regular array where each element is a pointer to a dynamic array of the same type.
  • Dynamic arrays of regular structs.