Releases: RobLoach/raylib-cpp
Releases · RobLoach/raylib-cpp
Release list
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
v4.2.6
What's Changed
- Update
Texturedocs and add.DrawCube()by @RobLoach in #209 - Clean up initializer lists across all objects by @RobLoach in #212
- Fix
Window::Init()to be inline by @RobLoach in #217 - Fix
Matrixconstructor order by @RobLoach in #218 - Add
TextureUnmanagedfor using Texture API without the Garbage Collector by @RobLoach in #214 Draw()functions no longer return the object by @RobLoach in #219
Full Changelog: v4.2.5...v4.2.6
v4.2.5
v4.0.5
v4.2.4
v4.2.3
What's Changed
- Use Doxygen Awesome CSS for the Documentation by @raynei86 in #190
- Remove inline for set() calls by @RobLoach in #193
- Add Vector documentation by @RobLoach in #194
- Add more constructor overloads for RayCollision by @wmpowell8 in #195
- Add TextSplit by @RobLoach in #196
New Contributors
- @raynei86 made their first contribution in #190
- @wmpowell8 made their first contribution in #195
Full Changelog: v4.2.2...v4.2.3
v4.2.2
What's Changed
- docs: Fix overloading docs, by @realnc by @RobLoach in #178
- Add RAYMATH_STATIC_INLINE for raymath.h usage by @RobLoach in #179
- Fix move operators by @depau in #182
- Improve GitHub CI with additional build targets by @bensuperpc in #181
- Update font functions by @bensuperpc in #185
- Add Text class by @bensuperpc in #184
New Contributors
- @depau made their first contribution in #182
- @bensuperpc made their first contribution in #181
Full Changelog: v4.2.1...v4.2.2