Releases: seleb/bitsy-hacks
Releases · seleb/bitsy-hacks
v19.2.1
v19.2.0
v19.1.2
v19.1.1
v19.1.0
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
andTract
(489ebd2)
v19.0.1
19.0.1 (2021-09-24)
Bug Fixes
v19.0.0
v18.0.1
v18.0.0
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
- support bitsy 7.9 (c1bf133)
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
andduration
removed (replaced withstepCount
),pixelEffectFunc
now only handles colour index, and actual colour is handled by addedpaletteEffectFunc
v17.0.0
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