Releases: RobLoach/raylib-cpp
Releases · RobLoach/raylib-cpp
v5.5.0
v5.0.3
What's Changed
- Fixed wrong returnvalue of GetKey- and GetChar-pressed functions by @kyomawolf in #328
- Add ShaderUnmanaged by @furudbat in #329
- Add Code Formatting (#331) by @furudbat in #332
- Add missing const by @Maneren in #333
- docs: Camera2D mentions GetWorldToScreen() converts coordinates to 3d by @realstealthninja in #334
New Contributors
- @Maneren made their first contribution in #333
- @realstealthninja made their first contribution in #334
Full Changelog: v5.0.2...v5.0.3
v5.0.2
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
v5.0.1
What's Changed
- Fix degrees to radians by @Bigfoot71 in #268
- Add AutomationEventList by @RobLoach in #267
- Remove unneeded inline keyword from class methods by @mips64-el in #270
New Contributors
- @mips64-el made their first contribution in #270
Full Changelog: v5.0.0...v5.0.1
v5.0.0
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
v4.5.1
v4.5.0
v4.2.8
v4.2.7
What's Changed
- Add protection against attempting to Unload() multiple times by @RobLoach in #220
- Remove Ubuntu 18.04 from the tests by @RobLoach in #223
- Fix infinite recursion warning by @RobLoach in #222
- Fix GetClipboardText returning a new String, rather than a reference by @kyomawolf in #224
- Add in more raymath Vector2 functions by @RobLoach in #225
New Contributors
- @kyomawolf made their first contribution in #224
Full Changelog: v4.2.6...v4.2.7