Advertisement

AngelScript 2.25.1 is released

Started by October 29, 2012 12:59 AM
-1 comments, last by WitchLord 12 years ago
I've released a new version. I haven't had a whole lot of time to spend on AngelScript this time, so it doesn't include as all the enhancements that I had originally planned. Still, the release is still 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

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

This topic is closed to new replies.

Advertisement