AngelScript 2.36.0 is out

Started by
4 comments, last by WitchLord 1 year, 7 months ago

I've now released version 2.36.0. The main new feature for this version is the ability to serialize the script contexts. The work on this feature started with a code contribution made by Patrick Jeeves who implemented the initial draft for the feature. I then spent most of the time making sure this works in all situations that can come up during script execution. This has been an oft sought after feature, but I had always hesitated to start the implementation as I knew it would be a big effort. But, thanks to Patrick I finally got the necessary incentive to go through with it.

Other than that there is also the usual batch of bug fixes, and minor improvements. See the change log for the complete list.

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

I've requested that vcpkg update its port to the latest version to match the release: https://github.com/microsoft/vcpkg/issues/26992

Thanks.

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

Nice!

Does this serialization update happen to be in any way related to the issue I posted in https://www.gamedev.net/forums/topic/712813-serializing-an-object-handle-holding-the-only-reference-to-an-object/
?

No, that issue is still in the queue to be investigated.

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