v4.5.2
What's Changed
- Error out when on raylib >4.5 by @RobLoach in #243
- Add -s flags to projects/CMake/CMakeLists.txt for newer versions of raylib by @williamgrantuk in #245
- Fixed pitch yaw roll parameter names in Vector4::FromEuler by @crlimacastro in #247
- Fix const correctness for Vector2, Vector3, and Vector4 by @dbrats in #248
- Adding ToString() and std::string cast to Color and Vector classes by @dbrats in #249
- Add string to Vector hpps by @RobLoach in #251
- Added overloads for const std::string& and const char* arguments by @Bigfoot71 in #258
- Changing access modifiers to
protected
by @Bigfoot71 in #259 - Added
const
to member functions where possible by @Bigfoot71 in #260 - test: Fix Linux dependencies by @RobLoach in #262
- Fix a recursive Mesh include in Model.hpp by @Bigfoot71 in #263
New Contributors
- @williamgrantuk made their first contribution in #245
- @crlimacastro made their first contribution in #247
- @dbrats made their first contribution in #248
- @Bigfoot71 made their first contribution in #258
Full Changelog: v4.5.1...v4.5.2