v4.0.0.23 (AGS 4.0 Alpha 27)
Pre-release
Pre-release
Another hotfix update.
Editor:
- Fixed Callstack panel not getting cleared when the game is shutdown, and clicking on its items could bring Editor into the wrong state.
- Fixed crash occuring under some conditions when the Editor is trying to display a tooltip with the struct's member in script.
- Fixed Autocomplete not displaying members of dynamic array's elements (was displaying dynamic array's "Length" property instead).
- Fixed Autocomplete mistakes related to multidimensional arrays in script.
- Fixed Autocomplete displaying generated types (dynamic array types), which it should not show to the user.
- Fixed Autocomplete not displaying parent type's extender methods for child types.
- Fixed script tooltip displaying extra pair of brackets for dynamic array variables.
Engine:
- Fixed potential crash caused by Character.AddWaypoint().