Releases: GValiente/butano
Releases · GValiente/butano
15.8.1
bn::vector::assign fixed.
15.8.0
- Color-related H-Blank effects cleanup fixed.
- Getting started page improved.
- Why I run out of memory so often? question improved.
15.7.1
15.7.0
- bn::blending::restore added.
- bn:: window ::restore added.
15.6.0
- bn::display::size added.
- Standard abort implemented.
- Color-related H-Blank effects update fixed.
15.5.0
- bn::assert::callback and bn::assert::set_callback added.
BN_DATA_EWRAM_BSS
added.- bn::memory::used_static_ewram fixed.
- Butano subsystems ROM usage reduced.
- Tonclib tiled surface functions added.
- Unused Tonclib functions and data removed.
15.4.1
bn::core::reset race condition fixed.
15.4.0
- bn::dmg_music now supports VGM audio files with
*.vgm
extension thanks to VGM player.
See the DMG music import guide and thedmg_audio
example to learn how to import and play it. - Import tool now allows to specify whether regular and affine backgrounds are big or not.
See the Regular backgrounds and the Affine backgrounds import guides to learn how to specify it. - bn::regular_bg_map_item::flat_layout added.
- Why everything looks weird when I show two or more sprites with more than 16 colors? and Why everything looks weird when I show two or more backgrounds with more than 16 colors? questions added to the Frequently asked questions (FAQ) page.
- Why I get an "invalid header size" error when I try to import a *.bmp file? question added to the Frequently asked questions (FAQ) page.
- Images import guide improved.