Skip to content

Commit

Permalink
feat: update hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb authored and actions-user committed Jan 12, 2022
1 parent e48f4cd commit 56ae16e
Show file tree
Hide file tree
Showing 60 changed files with 188 additions and 7,458 deletions.
7,326 changes: 26 additions & 7,300 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
]
},
"devDependencies": {
"@bitsy/hecks": "^19.2.6",
"@bitsy/hecks": "^19.2.7",
"eslint": "^8.6.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
Expand Down
6 changes: 3 additions & 3 deletions src/hacks/avatar-by-room.txt
Expand Up @@ -4,7 +4,7 @@
@summary change the avatar in certain rooms
@license MIT
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -174,7 +174,7 @@ function applyHook(root, functionName) {
@summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags
@license WTFPL (do WTF you want)
@author Original by mildmojo; modified by Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down Expand Up @@ -241,7 +241,7 @@ var after = kitsy.after;
@file utils
@summary miscellaneous bitsy utilities
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down
8 changes: 4 additions & 4 deletions src/hacks/backdrops.txt
Expand Up @@ -4,7 +4,7 @@
@summary makes the game have a backdrop
@license MIT
@author Cephalopodunk & Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -181,7 +181,7 @@ function applyHook(root, functionName) {
@summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags
@license WTFPL (do WTF you want)
@author Original by mildmojo; modified by Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down Expand Up @@ -250,7 +250,7 @@ var after = kitsy.after;
@summary makes all sprites have transparent backgrounds
@license MIT
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -302,7 +302,7 @@ after('renderPixelInstruction', function (bufferId, buffer, paletteIndex, x, y)
@summary makes the game have a transparent background
@license MIT
@author Cephalopodunk & Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down
6 changes: 3 additions & 3 deletions src/hacks/basic-sfx.txt
Expand Up @@ -4,7 +4,7 @@
@summary "walk" and "talk" sound effect support
@license MIT
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -172,7 +172,7 @@ function applyHook(root, functionName) {
@summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags
@license WTFPL (do WTF you want)
@author Original by mildmojo; modified by Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down Expand Up @@ -239,7 +239,7 @@ var after = kitsy.after;
@file utils
@summary miscellaneous bitsy utilities
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down
6 changes: 3 additions & 3 deletions src/hacks/bitsymuse.txt
Expand Up @@ -4,7 +4,7 @@
@summary A variety of Bitsy sound and music handlers
@license MIT
@author David Mowatt
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -206,7 +206,7 @@ function applyHook(root, functionName) {
@summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags
@license WTFPL (do WTF you want)
@author Original by mildmojo; modified by Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down Expand Up @@ -371,7 +371,7 @@ function addDualDialogTag(tag, fn) {
@file utils
@summary miscellaneous bitsy utilities
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down
6 changes: 4 additions & 2 deletions src/hacks/canvas-replacement.txt
Expand Up @@ -4,7 +4,7 @@
@summary WebGLazy bitsy integration (this one's mostly just for me)
@license MIT
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -201,7 +201,7 @@ function applyHook(root, functionName) {
@summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags
@license WTFPL (do WTF you want)
@author Original by mildmojo; modified by Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down Expand Up @@ -271,6 +271,8 @@ var after = kitsy.after;
var glazy;
after('startExportedGame', function () {
glazy = new h(hackOptions.glazyOptions);
document.querySelector('#canvasContainer').style.pointerEvents = 'none';
document.querySelector('#touchTrigger').style.visibility = 'initial';
if (hackOptions.init) {
hackOptions.init(glazy);
}
Expand Down
6 changes: 3 additions & 3 deletions src/hacks/character-portraits-animated.txt
Expand Up @@ -4,7 +4,7 @@
@summary high quality anime gifs
@license MIT
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -971,7 +971,7 @@ function applyHook(root, functionName) {
@summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags
@license WTFPL (do WTF you want)
@author Original by mildmojo; modified by Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down Expand Up @@ -1088,7 +1088,7 @@ function addDialogTag(tag, fn) {
@summary high quality anime jpegs (or pngs i guess)
@license MIT
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down
4 changes: 2 additions & 2 deletions src/hacks/character-portraits.txt
Expand Up @@ -4,7 +4,7 @@
@summary high quality anime jpegs (or pngs i guess)
@license MIT
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -200,7 +200,7 @@ function applyHook(root, functionName) {
@summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags
@license WTFPL (do WTF you want)
@author Original by mildmojo; modified by Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down
4 changes: 2 additions & 2 deletions src/hacks/close-on-ending.txt
Expand Up @@ -4,7 +4,7 @@
@summary Prevents from playing past an ending
@license MIT
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -163,7 +163,7 @@ function applyHook(root, functionName) {
@summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags
@license WTFPL (do WTF you want)
@author Original by mildmojo; modified by Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down
8 changes: 4 additions & 4 deletions src/hacks/corrupt.txt
Expand Up @@ -4,7 +4,7 @@
@summary corrupts gamedata at runtime
@license MIT
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -60,7 +60,7 @@ bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy);
@file utils
@summary miscellaneous bitsy utilities
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down Expand Up @@ -122,7 +122,7 @@ function getImage(name, map) {
@file edit image at runtime
@summary API for updating image data at runtime.
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

@description
Expand Down Expand Up @@ -340,7 +340,7 @@ function applyHook(root, functionName) {
@summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags
@license WTFPL (do WTF you want)
@author Original by mildmojo; modified by Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down
4 changes: 2 additions & 2 deletions src/hacks/custom-exit-effects.txt
Expand Up @@ -4,7 +4,7 @@
@summary make custom exit transition effects
@license MIT
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -199,7 +199,7 @@ function applyHook(root, functionName) {
@summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags
@license WTFPL (do WTF you want)
@author Original by mildmojo; modified by Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down
4 changes: 2 additions & 2 deletions src/hacks/custom-keyhandlers.txt
Expand Up @@ -4,7 +4,7 @@
@summary run custom code on key inputs
@license MIT
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -188,7 +188,7 @@ function applyHook(root, functionName) {
@summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags
@license WTFPL (do WTF you want)
@author Original by mildmojo; modified by Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down
4 changes: 2 additions & 2 deletions src/hacks/custom-text-effect.txt
Expand Up @@ -4,7 +4,7 @@
@summary make {custom}text effects{custom}
@license MIT
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -351,7 +351,7 @@ function applyHook(root, functionName) {
@summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags
@license WTFPL (do WTF you want)
@author Original by mildmojo; modified by Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down
8 changes: 4 additions & 4 deletions src/hacks/dialog-audio-vocal-synth.txt
Expand Up @@ -4,7 +4,7 @@
@summary animal crossing-style audio powered by the pink trombone vocal synth
@license MIT
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -884,7 +884,7 @@ function applyHook(root, functionName) {
@summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags
@license WTFPL (do WTF you want)
@author Original by mildmojo; modified by Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down Expand Up @@ -1001,7 +1001,7 @@ function addDialogTag(tag, fn) {
@summary animal crossing-style audio
@license MIT
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -1058,7 +1058,7 @@ before('dialogBuffer.DoNextChar', function () {
@file utils
@summary miscellaneous bitsy utilities
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down
4 changes: 2 additions & 2 deletions src/hacks/dialog-audio.txt
Expand Up @@ -4,7 +4,7 @@
@summary animal crossing-style audio
@license MIT
@author Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -190,7 +190,7 @@ function applyHook(root, functionName) {
@summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags
@license WTFPL (do WTF you want)
@author Original by mildmojo; modified by Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down
4 changes: 2 additions & 2 deletions src/hacks/dialog-box-transition.txt
Expand Up @@ -4,7 +4,7 @@
@summary adds an easing transition animation to display the dialog box text
@license MIT
@author Delacannon
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11


Expand Down Expand Up @@ -160,7 +160,7 @@ function applyHook(root, functionName) {
@summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags
@license WTFPL (do WTF you want)
@author Original by mildmojo; modified by Sean S. LeBlanc
@version 19.2.6
@version 19.2.7
@requires Bitsy 7.11

*/
Expand Down

0 comments on commit 56ae16e

Please sign in to comment.