Skip to content

Commit

Permalink
Merge pull request #114 from RobLoach/next
Browse files Browse the repository at this point in the history
v3.7.0
  • Loading branch information
RobLoach authored Apr 27, 2021
2 parents e525e84 + c2d2f7d commit 9a02e9f
Show file tree
Hide file tree
Showing 233 changed files with 2,837 additions and 2,681 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [x.x.x] - xxxx-xx-xx
## [3.7.0] - 2021-04-23
### Added
- `Window::ClearBackground()` ([#127](https://github.com/RobLoach/raylib-cpp/pull/127) by [ufrshubham](https://github.com/ufrshubham))
### Changes
- Updated to raylib 3.7.0

## [3.5.0] - 2021-03-24
### Added
Expand Down
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.11)
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
project (raylib-cpp
VERSION 3.5.0
VERSION 3.7.0
DESCRIPTION "raylib-cpp C++ Object Oriented Wrapper for raylib"
HOMEPAGE_URL "https://github.com/robloach/raylib-cpp"
LANGUAGES C CXX)
Expand Down Expand Up @@ -30,6 +30,5 @@ if(BUILD_TESTING)
set(CTEST_CUSTOM_TESTS_IGNORE
pkg-config--static
)

add_subdirectory(tests)
endif()
2 changes: 1 addition & 1 deletion docs/_audio_device_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<div class="ttc" id="aclassraylib_1_1_audio_device_html_a5555c3a41868046ea8b6ff08195f21bc"><div class="ttname"><a href="classraylib_1_1_audio_device.html#a5555c3a41868046ea8b6ff08195f21bc">raylib::AudioDevice::IsReady</a></div><div class="ttdeci">bool IsReady() const</div><div class="ttdoc">Check if audio device has been initialized successfully.</div><div class="ttdef"><b>Definition:</b> <a href="_audio_device_8hpp_source.html#l00049">AudioDevice.hpp:49</a></div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Apr 5 2021 19:25:21 for raylib-cpp by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Apr 27 2021 00:48:56 for raylib-cpp by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
Expand Down
2 changes: 1 addition & 1 deletion docs/_audio_stream_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<div class="ttc" id="aclassraylib_1_1_audio_stream_html_a256bc095aacdf0234f5dcb6a764822be"><div class="ttname"><a href="classraylib_1_1_audio_stream.html#a256bc095aacdf0234f5dcb6a764822be">raylib::AudioStream::AudioStream</a></div><div class="ttdeci">AudioStream(unsigned int SampleRate, unsigned int SampleSize, unsigned int Channels)</div><div class="ttdoc">Init audio stream (to stream raw audio pcm data)</div><div class="ttdef"><b>Definition:</b> <a href="_audio_stream_8hpp_source.html#l00020">AudioStream.hpp:20</a></div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Apr 5 2021 19:25:21 for raylib-cpp by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Apr 27 2021 00:48:56 for raylib-cpp by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
Expand Down
2 changes: 1 addition & 1 deletion docs/_bounding_box_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<div class="ttc" id="aclassraylib_1_1_bounding_box_html_aee231bf2caca8ab6e4cb6be1f93874c3"><div class="ttname"><a href="classraylib_1_1_bounding_box.html#aee231bf2caca8ab6e4cb6be1f93874c3">raylib::BoundingBox::CheckCollision</a></div><div class="ttdeci">bool CheckCollision(const ::Ray &amp;ray) const</div><div class="ttdoc">Detect collision between ray and bounding box.</div><div class="ttdef"><b>Definition:</b> <a href="_bounding_box_8hpp_source.html#l00062">BoundingBox.hpp:62</a></div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Apr 5 2021 19:25:21 for raylib-cpp by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Apr 27 2021 00:48:56 for raylib-cpp by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
Expand Down
2 changes: 1 addition & 1 deletion docs/_camera2_d_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<div class="ttc" id="aclassraylib_1_1_camera2_d_html_ad0ceb4263e2bf5a04686e1cae27f4c64"><div class="ttname"><a href="classraylib_1_1_camera2_d.html#ad0ceb4263e2bf5a04686e1cae27f4c64">raylib::Camera2D::GetWorldToScreen</a></div><div class="ttdeci">Vector2 GetWorldToScreen(::Vector2 position) const</div><div class="ttdoc">Returns the screen space position for a 3d world space position.</div><div class="ttdef"><b>Definition:</b> <a href="_camera2_d_8hpp_source.html#l00057">Camera2D.hpp:57</a></div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Apr 5 2021 19:25:21 for raylib-cpp by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Apr 27 2021 00:48:56 for raylib-cpp by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
Expand Down
Loading

0 comments on commit 9a02e9f

Please sign in to comment.