mutgos / mutgos_server

MUTGOS, a modern MUD MUCK MUSH MOO MU* text game engine
MIT License
4 stars 2 forks source link

AngelScript interface: Upgrade to latest version to correct potential bad crashes #24

Closed zelerin closed 5 years ago

zelerin commented 5 years ago

We need to upgrade to the latest version of AngelScript. It's fixed some serious crashes and of course adds nice new features like basic exception handling in the scripts themselves. This issue is just to try testing all the existing scripts with the new version, and updating the requirements (and any code, if needed) stating it works.

zelerin commented 5 years ago

@hyena found the new version of AngelScript may require some minor changes. Quoted from the MUTGOS Docker build guide:

While building things I was initially using Angelscript 2.33.0. It was intend incompatible. The main error was of the form ERR AngelScript #1-25 script (row 56, col 45): No matching signatures to 'array::length()'. Probably pretty minor but I haven't looked into it. The Dockerfile uses 2.32.0 for now.