Skip to main content
GameDev.net gamedev.net
🔒 Locked

AngelScript 2.19.1

Started by WitchLord Aug 9, 2010 at 9:22 PM 0 replies 1.3k views
Original Post
WitchLord
WitchLord
This version a couple of improvements to the saved bytecode. It is now almost fully platform independent, with the exception of pointer size differences. The saved bytecode now also includes the names of the script sections used to compile it.

The script language has also received a couple of improvements. Script functions are now allowed to return references, where it is safe of course. This in turn allowed me to add support for the opIndex operator overload.

InvalidPointer contributed with the implementation of the private keyword for class properties. In the upcoming versions I'll expand this to class methods as well.

Another contribution was the support for native calling conventions on x86/64 for MacOS X. Zerotri was the one that prepared that.

Besides that there is a whole list of bug fixes, and a couple of optimizations.

Regards,
Andreas
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - <a href="http://www.angelcode.com/tower" rel

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.