Noticed there were some new commits about a "property" keyword that was added and the default property accessor mode was changed: https://github.com/codecat/angelscript-mirror/commit/9e7e64b997653301971aadd2de1c5947f7ee3bea
I wonder what the decision is behind that, as I was quite surprised to see a ton of script errors after updating from source today, without any indication that I am missing property keywords on them. I think this is quite a big breaking change for a lot of people.
I'm not against change of course, I'm happy to adjust my code if necessary!
For anyone curious as well, setting the engine property for this back to 2 allows you to revert this behavior:
m_engine->SetEngineProperty(asEP_PROPERTY_ACCESSOR_MODE, 2);