Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kraifpatrik committed Dec 29, 2021
1 parent 3c044e4 commit e790c58
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
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.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cutscene = new CCutscene();

var _stage = new CStage(
"Hello, welcome to the BBMOD 3.0.0 demo! You can use the E key to interact"
"Hello, welcome to the BBMOD 3.1.6 demo! You can use the E key to interact"
+ " with objects, like this sign."
);
cutscene.AddStage(_stage);
Expand Down
2 changes: 2 additions & 0 deletions docs_src/Changelog/Changelog3.1.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Changelog 3.1.6
This is a small hotfix release that patches rendering of dynamic shadows on OpenGL platforms. No changes were made to the GML APL, only to the shaders.
1 change: 1 addition & 0 deletions docs_src/Changelog/Changelog_.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
In this section you can find changelogs for all releases of BBMOD since 3.0.0.

## Contents
* [3.1.6](./Changelog3.1.6.html)
* [3.1.5](./Changelog3.1.5.html)
* [3.1.4](./Changelog3.1.4.html)
* [3.1.3](./Changelog3.1.3.html)
Expand Down
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.1.5!
Welcome to the official documentation of BBMOD 3.1.6!

BBMOD is an advanced 3D rendering solution for GameMaker Studio 2. It consists
of a custom model and animation file formats (`*.bbmod`, `*.bbanim`), a model
Expand Down
3 changes: 2 additions & 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",
"version": "3.1.5",
"version": "3.1.6",
"analytics": "",
"api": {
"rating": "/bbmod/page_rating.php"
Expand All @@ -15,6 +15,7 @@
"Changelog": {
"file": "Changelog/Changelog_.md",
"pages": {
"3.1.6": "Changelog/Changelog3.1.6.md",
"3.1.5": "Changelog/Changelog3.1.5.md",
"3.1.4": "Changelog/Changelog3.1.4.md",
"3.1.3": "Changelog/Changelog3.1.3.md",
Expand Down

0 comments on commit e790c58

Please sign in to comment.