Skip to content

Commit

Permalink
Increased version to 3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraifpatrik committed Sep 7, 2024
1 parent 630fd5b commit ec945d2
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 22 deletions.
2 changes: 1 addition & 1 deletion BBMOD_GML/options/amazonfire/options_amazonfire.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/android/options_android.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/html5/options_html5.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/ios/options_ios.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/linux/options_linux.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/mac/options_mac.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/operagx/options_operagx.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/tvos/options_tvos.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/windows/options_windows.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BBMOD_GML/options/windowsuap/options_windowsuap.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions BBMOD_GML/scripts/__bbmod_defines/__bbmod_defines.gml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
#macro BBMOD_RELEASE_MAJOR 3

/// @macro {Real} The minor version number of this BBMOD release.
#macro BBMOD_RELEASE_MINOR 21
#macro BBMOD_RELEASE_MINOR 22

/// @macro {Real} The patch version number of this BBMOD release.
#macro BBMOD_RELEASE_PATCH 4
#macro BBMOD_RELEASE_PATCH 0

/// @macro {String} The version of this BBMOD release as a string ("major.minor.patch" format).
#macro BBMOD_RELEASE_STRING $"{BBMOD_RELEASE_MAJOR}.{BBMOD_RELEASE_MINOR}.{BBMOD_RELEASE_PATCH}"
Expand Down
8 changes: 0 additions & 8 deletions ChangelogDev.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
# Changelog dev
> This file is used to accumulate changes before a changelog for a release is created.
* Added new function `bbmod_camera_get_fov_flip()`, which returns whether BBMOD cameras use a flipped field of view.
* Added new function `bbmod_camera_set_fov_flip(_flip)`, using which you can change whether BBMOD cameras should use a flipped field of view. By default this is **enabled** for backwards compatibility.
* Added new function `bbmod_camera_get_aspect_flip()`, which returns whether BBMOD cameras use a flipped aspect ratio.
* Added new function `bbmod_camera_set_aspect_flip(_flip)`, using which you can change whether BBMOD cameras should use a flipped aspect ratio. By default this is **enabled** for backwards compatibility.
* Added new property `ClearColor` to `BBMOD_DeferredRenderer`, which is the color to clear the background with. Default value is `c_black`.
* Fixed normal vectors of backfaces being flipped incorrectly.
* Fixed lens dirt post-processing effect on OpenGL platforms.
2 changes: 1 addition & 1 deletion docs_src/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BBMOD
Welcome to the official documentation of BBMOD 3.21.4!
Welcome to the official documentation of BBMOD 3.22.0!

BBMOD is an advanced 3D rendering solution for GameMaker. It consists of a
custom model, animation and material formats, a model converter (BBMOD CLI),
Expand Down
2 changes: 1 addition & 1 deletion gmdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "BBMOD Docs",
"author": "BlueBurn",
"prefix": ["bbmod", "__bbmod"],
"version": "3.21.4",
"version": "3.22.0",
"analytics": "",
"api": {
"rating": "/bbmod/page_rating.php"
Expand Down

0 comments on commit ec945d2

Please sign in to comment.