godot/core/error
lawnjelly 0565676893 Protection for array operator for Vector2 / 3 in DEV builds
A previous PR had changed the array operator to give unbounded access. This could cause crashes where old code depended on this previous safe behaviour.

This PR adds DEV_ASSERT macros for out of bound access to DEV builds, allowing us to quickly identify bugs in calling code, without affecting performance in release or release_debug editor builds.
2022-03-07 11:15:45 +00:00
..
error_list.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
error_list.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
error_macros.cpp Add fflush to error macros 2022-02-05 12:31:54 +00:00
error_macros.h Protection for array operator for Vector2 / 3 in DEV builds 2022-03-07 11:15:45 +00:00
SCsub Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00