Skip to content

v4.5.2

Compare
Choose a tag to compare
@RobLoach RobLoach released this 20 Oct 17:30
· 83 commits to master since this release
7d2ce8f

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

Full Changelog: v4.5.1...v4.5.2