Skip to content

Releases: RobLoach/raylib-cpp

v4.2.6

29 Sep 03:18
dfb9b46
Compare
Choose a tag to compare

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

20 Aug 20:27
50eb189
Compare
Choose a tag to compare

raylib-cpp release for raylib 4.2

v4.0.5

20 Aug 16:21
41f795f
Compare
Choose a tag to compare

This is the last release for raylib 4.0.

v4.2.4

05 Aug 14:45
dfcf8fd
Compare
Choose a tag to compare

What's Changed

  • Fix Model BindPose definition, reported by @TokyoSU by @RobLoach in #202
  • Add shorthand class names like RTexture, RFont, RVector2, etc by @TokyoSU in #204
  • Add default constructors for BoundingBox and Model by @TokyoSU in #205

New Contributors

Full Changelog: v4.2.3...v4.2.4

v4.2.3

30 Jun 03:22
a8f803e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.2...v4.2.3

v4.2.2

01 Jun 16:30
fb81675
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.1...v4.2.2

v4.2.1

02 May 05:24
01f393b
Compare
Choose a tag to compare

What's Changed

  • raylib::Window::GetSize() is now a const method by @Mojert in #177

New Contributors

Full Changelog: v4.2.0...v4.2.1

v4.2.0

29 Mar 06:50
1e700ad
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

25 Jan 06:07
2f42fbb
Compare
Choose a tag to compare

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

v4.0.4

09 Jan 22:25
0d46340
Compare
Choose a tag to compare

Fixed

  • Renamed CMake project name to raylib_cpp

Full Changelog: v4.0.3...v4.0.4