Skip to content

Commit

Permalink
Increased version to 3.21.1, added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kraifpatrik committed Apr 16, 2024
1 parent 23dc719 commit fd99721
Show file tree
Hide file tree
Showing 21 changed files with 96 additions and 52 deletions.
3 changes: 2 additions & 1 deletion BBMOD_GML/BBMOD.resource_order
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
],
"ResourceOrderSettings":[
{"name":"BBMOD_CameraHTML5","order":1,"path":"extensions/BBMOD_CameraHTML5/BBMOD_CameraHTML5.yy",},
{"name":"Room1","order":2,"path":"rooms/Room1/Room1.yy",},
{"name":"__bbmod_array","order":5,"path":"scripts/__bbmod_array/__bbmod_array.yy",},
{"name":"__bbmod_async","order":3,"path":"scripts/__bbmod_async/__bbmod_async.yy",},
{"name":"__bbmod_blendmode","order":14,"path":"scripts/__bbmod_blendmode/__bbmod_blendmode.yy",},
Expand Down Expand Up @@ -311,8 +312,8 @@
{"name":"BBMOD_SprLensDirt","order":1,"path":"sprites/BBMOD_SprLensDirt/BBMOD_SprLensDirt.yy",},
{"name":"BBMOD_SprLensFlareHeptagon","order":1,"path":"sprites/BBMOD_SprLensFlareHeptagon/BBMOD_SprLensFlareHeptagon.yy",},
{"name":"BBMOD_SprLensFlareHoop","order":3,"path":"sprites/BBMOD_SprLensFlareHoop/BBMOD_SprLensFlareHoop.yy",},
{"name":"BBMOD_SprLensFlareStarburst","order":6,"path":"sprites/BBMOD_SprLensFlareStarburst/BBMOD_SprLensFlareStarburst.yy",},
{"name":"BBMOD_SprLensFlareStreak","order":5,"path":"sprites/BBMOD_SprLensFlareStreak/BBMOD_SprLensFlareStreak.yy",},
{"name":"BBMOD_SprWhite","order":2,"path":"sprites/BBMOD_SprWhite/BBMOD_SprWhite.yy",},
{"name":"BBMOD_SprLensFlareStarburst","order":6,"path":"sprites/BBMOD_SprLensFlareStarburst/BBMOD_SprLensFlareStarburst.yy",},
],
}
24 changes: 5 additions & 19 deletions BBMOD_GML/BBMOD.yyp

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

8 changes: 4 additions & 4 deletions BBMOD_GML/ExpandShaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ def combine(*_args: list[dict]) -> dict:
expand_shader("BBMOD_ShGBufferTerrain", combine(TERRAIN, OUTPUT_GBUFFER))

# Zombie shaders
ZOMBIE = combine({ "X_ZOMBIE": 1 }, ANIMATED)
# ZOMBIE = combine({ "X_ZOMBIE": 1 }, ANIMATED)

expand_shader("ShZombie", combine(ZOMBIE, PBR))
expand_shader("ShZombieDepth", combine(ZOMBIE, OUTPUT_DEPTH))
expand_shader("ShZombieGBuffer", combine(ZOMBIE, OUTPUT_GBUFFER))
# expand_shader("ShZombie", combine(ZOMBIE, PBR))
# expand_shader("ShZombieDepth", combine(ZOMBIE, OUTPUT_DEPTH))
# expand_shader("ShZombieGBuffer", combine(ZOMBIE, OUTPUT_GBUFFER))

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/options/amazonfire/options_amazonfire.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/options/android/options_android.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/options/html5/options_html5.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/options/ios/options_ios.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/options/linux/options_linux.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/options/mac/options_mac.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/options/operagx/options_operagx.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/options/tvos/options_tvos.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/options/windows/options_windows.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/options/windowsuap/options_windowsuap.yy

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

53 changes: 53 additions & 0 deletions BBMOD_GML/rooms/Room1/Room1.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/scripts/__bbmod_defines/__bbmod_defines.gml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#macro BBMOD_RELEASE_MINOR 21

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

/// @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
4 changes: 0 additions & 4 deletions ChangelogDev.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# Changelog dev
> This file is used to accumulate changes before a changelog for a release is created.
* Fixed method `present` of renderers.
* Fixed wrong comparisons with the epsilon value, which caused getting `NaN` in various places (e.g. `BBMOD_Vec3.Normalize`). Thanks to [@xgreffe](https://github.com/xgreffe) for the pull request!
* Fixed error in `BBMOD_Material.from_json` when given JSON included string "undefined".
Loading

0 comments on commit fd99721

Please sign in to comment.