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