Skip to content

Commit 6b5db70

Browse files
committed
Merge branch 'master' of github.com:RobLoach/raylib-cpp into next
2 parents decdf5c + e525e84 commit 6b5db70

File tree

241 files changed

+10995
-36881
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+10995
-36881
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build
2-
.vscode
2+
/.vscode
33
package-lock.json
44
node_modules
55
cmake-build-debug
6-
.idea
6+
.idea

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
8+
## [x.x.x] - xxxx-xx-xx
9+
### Added
10+
- `Window::ClearBackground()` ([#127](https://github.com/RobLoach/raylib-cpp/pull/127) by [ufrshubham](https://github.com/ufrshubham))
11+
12+
## [3.5.0] - 2021-03-24
13+
### Added
14+
- VSCode project template (by [KnockerPulsar](https://github.com/KnockerPulsar))
15+
### Changes
16+
- Updated documentation
17+
718
## [3.5.0-beta3] - 2021-02-18
819
### Added
920
- Added a C++ version of raylib's loading thread example (by [@pkeir]([https://github.com/pkeir))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ int main() {
2222
{
2323
BeginDrawing();
2424

25-
ClearBackground(RAYWHITE);
25+
window.ClearBackground(RAYWHITE);
2626

2727
DrawText("Congrats! You created your first window!", 190, 200, 20, LIGHTGRAY);
2828

docs/_audio_device_8hpp_source.html

Lines changed: 47 additions & 72 deletions
Large diffs are not rendered by default.

docs/_audio_stream_8hpp_source.html

Lines changed: 103 additions & 130 deletions
Large diffs are not rendered by default.

docs/_bounding_box_8hpp_source.html

Lines changed: 66 additions & 93 deletions
Large diffs are not rendered by default.

docs/_camera2_d_8hpp_source.html

Lines changed: 71 additions & 101 deletions
Large diffs are not rendered by default.

docs/_camera3_d_8hpp_source.html

Lines changed: 144 additions & 173 deletions
Large diffs are not rendered by default.

docs/_color_8hpp_source.html

Lines changed: 201 additions & 294 deletions
Large diffs are not rendered by default.

docs/_font_8hpp_source.html

Lines changed: 121 additions & 155 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)