Skip to content

Releases: seleb/bitsy-hacks

v19.2.1

17 Nov 04:54
Compare
Choose a tag to compare

19.2.1 (2021-11-17)

Bug Fixes

  • custom text effect: update color documentation/examples (ca02add)

v19.2.0

13 Nov 09:10
Compare
Choose a tag to compare

19.2.0 (2021-11-13)

Features

  • allow more than 2 choices by automatically expanding box (e1014ac)
  • include long dialog hack in dialog choices hack (3cd01b6)
  • make long dialog size dynamic (adds textboxsize tag) (2815a94)

v19.1.2

12 Oct 01:12
Compare
Choose a tag to compare

19.1.2 (2021-10-12)

Bug Fixes

  • incorrect readme whitespace (4176491)

v19.1.1

25 Sep 23:02
Compare
Choose a tag to compare

19.1.1 (2021-09-25)

Bug Fixes

  • list hack version and bitsy version in ./dist automatically (a0f54b3)

v19.1.0

25 Sep 09:13
Compare
Choose a tag to compare

19.1.0 (2021-09-25)

Bug Fixes

  • online: sprite metadata and dialog not sent properly (619d5e9)
  • save: cycle/sequence indices not saved/loaded properly (6306872)
  • save: shuffled dialog options and indices not saved/load properly (0a8c018)

Features

  • dialog audio vocal synth: export Glottis and Tract (489ebd2)

v19.0.1

24 Sep 06:50
Compare
Choose a tag to compare

19.0.1 (2021-09-24)

Bug Fixes

  • dialog box transition: dialog transition hack not working (b4ddae8)
  • dialog box transition: transition from bottom taking longer (70b4a37)
  • text-to-speech: always running as if hurried option was enabled (2c3f419)
  • text-to-speech: hurried mode breaking on second page of dialog (7673909)

v19.0.0

23 Sep 06:17
Compare
Choose a tag to compare

19.0.0 (2021-09-23)

Features

  • basic sfx: improve options (ade5226)

BREAKING CHANGES

  • basic sfx: basic sfx hack no longer expects you to add audio elements to your html file manually, and instead creates elements based on hack options (similar method to bitsymuse)

v18.0.1

21 Sep 07:21
Compare
Choose a tag to compare

18.0.1 (2021-09-21)

Bug Fixes

  • autoformat + organize imports (64037c5)

v18.0.0

09 Sep 08:06
Compare
Choose a tag to compare

18.0.0 (2021-09-09)

Bug Fixes

  • get room by name failing (27f4397)
  • remove lesser used + render-heavy hacks (2251d6a)
  • character portraits: portraits not drawn (86b2412)
  • character portraits animated: portraits clearing state before render (4db45c2)
  • close on ending: restart input not ignored (bdcc8b1)
  • custom text effect: custom text effects not injected (2c55cee)
  • custom-exit-effects: outdated effect definitions (9aab3fe)
  • dialog choices: cursor not rendered (6cab156)
  • dialog choices: inputs updating every frame key is held (a59b0bf)
  • dialog choices: skipping on first dialog skips choice (c46f7c8)
  • dialog prompt: remove outdated hack to continue dialog (d85b458)
  • itsy-bitsy: text rendered at double scale (a3597d9)
  • long dialog: buffer cropping dialog box to two lines (93f015e)
  • opaque tiles: transparent sprites compatibility (e558619)
  • sprite effects: effects not applied (c5a9363)
  • dialog tags not being injected (e02a9c7)
  • render cache not clearing when editing images (c2b88b3)
  • renderer functions renamed (b1c9f4b)
  • logic-operators-extended: operators not being injected (b3bca09)
  • transparent background: background not cleared (d29b629)
  • transparent dialog: dialog background not cleared (29a3726)
  • transparent sprites: pixels not being rewritten as transparent (6759e94)

Features

BREAKING CHANGES

  • support changed from bitsy 7.8 to 7.9
  • removed 3d hack
  • removed palette maps hack
  • removed textbox style hack
  • dialog choices: dialog choices cursor not scalable
  • itsy-bitsy: itsy-bitsy text box is 1px taller to avoid anti-aliasing issue on text
  • custom-exit-effects: exit effect format changed: frameRate and duration removed (replaced with stepCount), pixelEffectFunc now only handles colour index, and actual colour is handled by added paletteEffectFunc

v17.0.0

26 Aug 06:44
Compare
Choose a tag to compare

17.0.0 (2021-08-26)

Bug Fixes

  • support bitsy 7.8 (e1d88de)
  • dialog choices: choice selected early when skipping dialog (d0c123c)
  • dialog choices: hook not applying due to whitespace change (c6391a7)
  • remove moveSprites hook (f110b0b)
  • reset callbacks after hooks (7cbcb8d)
  • backdrops: incorrect option name (8b0b15d)
  • backdrops: make canvas transparent (dc7d0c1)
  • backdrops: preload not called (86ec258)
  • dialog prompt: default value not showing up until keypress (fdc3fc0)
  • dialog prompt: dialog not automatically continuing after prompt (d50b5dd)
  • outdated method of clearing render cache (663bc2e)

BREAKING CHANGES

  • support changed from bitsy 7.2 to 7.8