Releases: RobLoach/raylib-cpp
Releases · RobLoach/raylib-cpp
v4.2.6
What's Changed
- Update
Texture
docs 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
Matrix
constructor order by @RobLoach in #218 - Add
TextureUnmanaged
for 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
raylib-cpp release for raylib 4.2
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
v4.2.1
v4.2.0
What's Changed
- Add Emscripten Web Build to the CMake project by @RobLoach in #161
- Ignore missing field initializer warnings by @RobLoach in #166
- Add GetGamepadName() by @RobLoach in #165
- Add Window.DrawFPS() by @RobLoach in #168
- Update CMake template by @RobLoach in #169
- Fixed a few typos by @mbergerman in #172
- tests: Update packages before installing deps by @RobLoach in #173
- Added != operator to Vector2/3/4 and Matrix by @Aviloi in #174
New Contributors
- @mbergerman made their first contribution in #172
- @Aviloi made their first contribution in #174
Full Changelog: v4.1.0...v4.2.0
v4.1.0
Added
- Web-based example at core_basic_window_web.cpp
- An Exception is now thrown when assets fail to load during object construction (applies to Music, Texture, Image, Sound, etc)
Fixed
- TextSubtext() memory address bounding
Changed
- Unit tests now use raylib-assert