AngelScript 2.32.0 is out

Started by
2 comments, last by GuyWithBeard 6 years, 4 months ago

A new version is out. The most significant changes in this version are:

  • The string factory has changed to an interface. This is done so that the application can create the string constants at compile time rather than at runtime. This also reduces memory consumption as the script engine doesn't have to keep a copy of the string constants.
  • Improved support for registering types that rely on composition. Now registered class methods and properties can directly refer to member components without the need for wrappers.
  • Introduction of the 'external' keyword to explicitly tell the compiler that a script entity is external and must have been compiled and shared by an existing module.
  • Compiler can now determine the type of initialization lists based on the use, so when there is no ambiguity it is no longer necessary to explicitly inform the type.

Of course this release includes a long list of other smaller changes too. Please refer to the change list for the details.

Regards,
Andreas

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

Advertisement

This is perfect! Thanks for the big update! :D

Thanks for your hard work!

This topic is closed to new replies.

Advertisement