New
v5.0.2
What's Changed
- Add keyboard class by @swiderskis in https://github.com/RobLoach/raylib-cpp/pull/275
- Fix Window::SetExitKey() method return type by @swiderskis in https://github.com/RobLoach/raylib-cpp/pull/277
- Add keyboard test by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/276
- added Keyboard to cmake install by @kyomawolf in https://github.com/RobLoach/raylib-cpp/pull/280
- Update Test.yml to newer version by @kyomawolf in https://github.com/RobLoach/raylib-cpp/pull/281
- Fix AutomationEventList for raylib >= 5.1 by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/282
- Replace RLAPI macros in Functions.hpp by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/284
- Fix AudioStream calls by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/287
- fixed compiler warnings by @kyomawolf in https://github.com/RobLoach/raylib-cpp/pull/288
- workflow fixes by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/294
- Overload some of the std::string to const char* functions by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/295
- Use namespaces for Keyboard/Mouse/Touch by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/297
- AudioStream: Only Unload() if it's ready by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/296
- Remove new in throw by @furudbat in https://github.com/RobLoach/raylib-cpp/pull/298
- Add FileData and FileText by @furudbat in https://github.com/RobLoach/raylib-cpp/pull/300
- Replace typedef with using by @furudbat in https://github.com/RobLoach/raylib-cpp/pull/301
- Add MeshUnmanaged (#299) by @furudbat in https://github.com/RobLoach/raylib-cpp/pull/304
- Update a few get/set values by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/307
- Fix Documentation for Vector2 operator-= by @abolinsky in https://github.com/RobLoach/raylib-cpp/pull/309
- Have the Model(mesh) constructor deleted by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/306
- Add LengthSqr method to Vector3 by @plagakit in https://github.com/RobLoach/raylib-cpp/pull/310
- Add project & reject methods to Vector3 by @plagakit in https://github.com/RobLoach/raylib-cpp/pull/312
- Update CMakeLists.txt by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/308
- Update AutomationEventList usage by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/319
- Fix cpplint notices by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/321
- Disable wayland by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/322
- Fix compatibility with DrawRectangleRoundedLines by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/320
- Add copy name in ModelAnimation by @Arcod7 in https://github.com/RobLoach/raylib-cpp/pull/325
New Contributors
- @furudbat made their first contribution in https://github.com/RobLoach/raylib-cpp/pull/298
- @abolinsky made their first contribution in https://github.com/RobLoach/raylib-cpp/pull/309
- @plagakit made their first contribution in https://github.com/RobLoach/raylib-cpp/pull/310
- @Arcod7 made their first contribution in https://github.com/RobLoach/raylib-cpp/pull/325
Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v5.0.1...v5.0.2