[angelscript] AngelScript 2.25.1 is here

  • From: Andreas Jonsson <andreas@xxxxxxxxxxxxx>
  • To: angelscript@xxxxxxxxxxxxx
  • Date: Sun, 28 Oct 2012 23:02:05 -0200

Dear subscribers,

I've released a new version of AngelScript. I haven't had a whole lot of
time to spend on AngelScript this time, so it doesn't include all the
enhancements that I had originally planned. Still, the release is worth it
for the bug fixes alone.

Besides the bug fixes, the few enhancements that did make it include;
support for inheritance by interfaces, meaning that one interface can
inherit another interface; declaration of multiple class properties of the
same type separated by comma; and improved algorithm for determining which
function overload to call.

For the next release I'll continue working on the enhancements that got
left out; allow mixin classes to implement interfaces; use of local
bytecode optimizations to speed up compilation; and avoid notifying GC of
script functions to improve runtime performance.

Regards,
Andreas Jönsson
Author of AngelScript
www.AngelCode.com

Other related posts:

  • » [angelscript] AngelScript 2.25.1 is here - Andreas Jonsson