From 07efb379e19cc1d62327d0d9a6ab6d4fe8b476bf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 May 2021 05:10:59 +0000 Subject: [PATCH] chore(release): 15.4.4 [skip ci] ## [15.4.4](https://github.com/seleb/bitsy-hacks/compare/v15.4.3...v15.4.4) (2021-05-16) ### Bug Fixes * update `webglazy` ([dbd9c5c](https://github.com/seleb/bitsy-hacks/commit/dbd9c5c6957f7850a17677da4871e68b179eafa4)) --- CHANGELOG.md | 7 +++++++ dist/3d.js | 2 +- dist/avatar-by-room.js | 2 +- dist/backdrops.js | 2 +- dist/basic-sfx.js | 2 +- dist/bitsymuse.js | 2 +- dist/canvas-replacement.js | 4 ++-- dist/character-portraits-animated.js | 2 +- dist/character-portraits.js | 2 +- dist/close-on-ending.js | 2 +- dist/corrupt.js | 2 +- dist/custom-exit-effects.js | 2 +- dist/custom-keyhandlers.js | 2 +- dist/custom-text-effect.js | 2 +- dist/dialog-audio-vocal-synth.js | 2 +- dist/dialog-audio.js | 2 +- dist/dialog-box-transition.js | 2 +- dist/dialog-choices.js | 2 +- dist/dialog-jump.js | 2 +- dist/dialog-pause.js | 2 +- dist/dialog-prompt.js | 2 +- dist/direction-in-dialog.js | 2 +- dist/directional-avatar.js | 2 +- dist/dynamic-background.js | 2 +- dist/edit-dialog-from-dialog.js | 2 +- dist/edit-image-from-dialog.js | 2 +- dist/edit-player-from-dialog.js | 2 +- dist/edit-room-from-dialog.js | 2 +- dist/end-from-dialog.js | 2 +- dist/exit-from-dialog.js | 2 +- dist/external-game-data.js | 2 +- dist/favicon-from-sprite.js | 2 +- dist/follower.js | 2 +- dist/gamepad-input.js | 2 +- dist/gravity.js | 2 +- dist/itsy-bitsy.js | 2 +- dist/javascript-dialog.js | 2 +- dist/logic-operators-extended.js | 2 +- dist/long-dialog.js | 2 +- dist/multi-sprite-avatar.js | 2 +- dist/noclip.js | 2 +- dist/online.js | 2 +- dist/opaque-tiles.js | 2 +- dist/palette-maps.js | 2 +- dist/paragraph-break.js | 2 +- dist/permanent-items.js | 2 +- dist/push-sprites.js | 2 +- dist/replace-drawing.js | 2 +- dist/save.js | 2 +- dist/smooth-moves.js | 2 +- dist/solid-items.js | 2 +- dist/sprite-effects.js | 2 +- dist/stopwatch.js | 2 +- dist/text-to-speech.js | 2 +- dist/textbox-styler.js | 2 +- dist/tracery-processing.js | 2 +- dist/transitions.js | 4 ++-- dist/transparent-background.js | 2 +- dist/transparent-dialog.js | 2 +- dist/transparent-sprites.js | 2 +- dist/twine-bitsy-comms.js | 2 +- dist/unique-items.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 64 files changed, 72 insertions(+), 65 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94320190..ae56c97f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [15.4.4](https://github.com/seleb/bitsy-hacks/compare/v15.4.3...v15.4.4) (2021-05-16) + + +### Bug Fixes + +* update `webglazy` ([dbd9c5c](https://github.com/seleb/bitsy-hacks/commit/dbd9c5c6957f7850a17677da4871e68b179eafa4)) + ## [15.4.3](https://github.com/seleb/bitsy-hacks/compare/v15.4.2...v15.4.3) (2021-03-28) diff --git a/dist/3d.js b/dist/3d.js index 90c30d98..9bb4a079 100644 --- a/dist/3d.js +++ b/dist/3d.js @@ -3,7 +3,7 @@ @file 3d @summary bitsy in three dee @license MIT -@version 15.4.3 +@version 15.4.4 @requires 6.3 @author Sean S. LeBlanc & Elkie Nova diff --git a/dist/avatar-by-room.js b/dist/avatar-by-room.js index aeefed16..0358e42a 100644 --- a/dist/avatar-by-room.js +++ b/dist/avatar-by-room.js @@ -3,7 +3,7 @@ @file avatar by room @summary change the avatar in certain rooms @license MIT -@version 15.4.3 +@version 15.4.4 @requires 5.3 @author Sean S. LeBlanc diff --git a/dist/backdrops.js b/dist/backdrops.js index 2ad275aa..c9f79190 100644 --- a/dist/backdrops.js +++ b/dist/backdrops.js @@ -3,7 +3,7 @@ @file backdrops @summary makes the game have a backdrop @license MIT -@version 15.4.3 +@version 15.4.4 @requires Bitsy Version: 7.2 @author Cephalopodunk & Sean S. LeBlanc diff --git a/dist/basic-sfx.js b/dist/basic-sfx.js index 1f28f09a..95be38fd 100644 --- a/dist/basic-sfx.js +++ b/dist/basic-sfx.js @@ -3,7 +3,7 @@ @file basic sfx @summary "walk" and "talk" sound effect support @license MIT -@version 15.4.3 +@version 15.4.4 @author Sean S. LeBlanc @description diff --git a/dist/bitsymuse.js b/dist/bitsymuse.js index 0db37d52..be455d52 100644 --- a/dist/bitsymuse.js +++ b/dist/bitsymuse.js @@ -3,7 +3,7 @@ @file bitsymuse @summary A variety of Bitsy sound and music handlers @license MIT -@version 15.4.3 +@version 15.4.4 @requires 4.8, 4.9 @author David Mowatt diff --git a/dist/canvas-replacement.js b/dist/canvas-replacement.js index e0f6e2fb..bf05c098 100644 --- a/dist/canvas-replacement.js +++ b/dist/canvas-replacement.js @@ -3,7 +3,7 @@ @file canvas replacement @summary WebGLazy bitsy integration (this one's mostly just for me) @license MIT -@version 15.4.3 +@version 15.4.4 @author Sean S. LeBlanc @description @@ -62,7 +62,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy); -function t(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function e(t,e){for(var i=0;is.timestep&&(s.render(),s.accumulator-=s.timestep),s.requestAnimationFrame(s.main);},this.sources=r,this.source=n||this.getSource(),this.hideSource=h,this.background=l,this.scaleMultiplier=d,this._scale=d,this.scaleMode=m,this.allowDownscaling=f,this.timestep=E,this.disableFeedbackTexture=!!b,this.disableMouseEvents=!!y,this.pixelate=S,this.vertex=R,this.fragment=C,_&&this.init();}return i(e,[{key:"getSource",value:function(){var t,e=[];for(t=0;ts.timestep&&(s.render(),s.accumulator-=s.timestep),s.requestAnimationFrame(s.main);},this.sources=r,this.source=n||this.getSource(),this.hideSource=h,this.background=l,this.scaleMultiplier=d,this._scale=d,this.scaleMode=m,this.allowDownscaling=f,this.timestep=E,this.disableFeedbackTexture=!!b,this.disableMouseEvents=!!y,this.pixelate=S,this.vertex=R,this.fragment=M,L&&this.init();}return i(e,[{key:"getSource",value:function(){var t,e=[];for(t=0;ts.timestep&&(s.render(),s.accumulator-=s.timestep),s.requestAnimationFrame(s.main);},this.sources=r,this.source=n||this.getSource(),this.hideSource=h,this.background=l,this.scaleMultiplier=d,this._scale=d,this.scaleMode=m,this.allowDownscaling=f,this.timestep=E,this.disableFeedbackTexture=!!b,this.disableMouseEvents=!!y,this.pixelate=S,this.vertex=R,this.fragment=C,_&&this.init();}return i(e,[{key:"getSource",value:function(){var t,e=[];for(t=0;ts.timestep&&(s.render(),s.accumulator-=s.timestep),s.requestAnimationFrame(s.main);},this.sources=r,this.source=n||this.getSource(),this.hideSource=h,this.background=l,this.scaleMultiplier=d,this._scale=d,this.scaleMode=m,this.allowDownscaling=f,this.timestep=E,this.disableFeedbackTexture=!!b,this.disableMouseEvents=!!y,this.pixelate=S,this.vertex=R,this.fragment=M,L&&this.init();}return i(e,[{key:"getSource",value:function(){var t,e=[];for(t=0;t