DarkRadiant: master 0cc2ca0a

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 05.02.2025 19:59 master 51038811
Changeset Remove C array cast from BasicVector2

As with Vector3, this required the removal of some '<' operators
defined in the Python API which relied on the meaningless comparison of
memory addresses.
mod - libs/math/Vector2.h Diff File
mod - libs/pybind/pybind11/operators.h Diff File
mod - plugins/script/interfaces/MathInterface.cpp Diff File
mod - radiantcore/selection/algorithm/Texturing.cpp Diff File
mod - test/math/Vector.cpp Diff File