butano

Modern C++ high level GBA engine

ZLIB License

Stars
1.2K

Bot releases are visible (Hide)

butano - 18.0.1 Latest Release

Published by GValiente about 1 month ago

Tools no longer crash on Windows with more than 60 logical CPU cores.

butano - 18.0.0

Published by GValiente about 2 months ago

butano - 17.9.0

Published by GValiente about 2 months ago

butano - 17.8.1

Published by GValiente 3 months ago

butano - 17.8.0

Published by GValiente 3 months ago

butano - 17.7.0

Published by GValiente 4 months ago

butano - 17.6.0

Published by GValiente 5 months ago

butano - 17.5.0

Published by GValiente 6 months ago

butano - 17.4.0

Published by GValiente 6 months ago

butano - 17.3.0

Published by GValiente 7 months ago

butano - 17.1.1

Published by GValiente 8 months ago

bn::unique_ptr move fixed.

butano - 17.1.0

Published by GValiente 9 months ago

butano - 17.0.0

Published by GValiente 9 months ago

butano - 16.6.0

Published by GValiente 10 months ago

butano - 16.5.0

Published by GValiente 10 months ago

  • Big maps allow wrapping (they can now be moved beyond their boundaries).
  • Stack trace logging on error messages can be enabled with the STACKTRACE makefile variable.
  • Stack trace demangle can be enabled with BN_CFG_ASSERT_STACKTRACE_DEMANGLE.
  • bn::memory::used_rom added.
  • Import tool can now generate palettes for regular and affine background tiles.
    See the Regular background tiles and the Affine background tiles import guides to learn how to generate them.
  • GRAPHICS, AUDIO and DMGAUDIO makefile variables accept file and folder paths.
  • bn::audio::dmg_sync_enabled and bn::audio::set_dmg_sync_enabled removed as they don't work properly.
  • bn::time::current 12-hour mode support.
  • agbabi updated to 2.1.6.
  • Old documentation header restored.
  • dynamic_regular_bg example shows how to deal with multiple palette ids.
  • Tiles offset disabled in dynamic_regular_bg and dynamic_affine_bg examples.
butano - 16.4.0

Published by GValiente 11 months ago

butano - 16.3.0

Published by GValiente 12 months ago

butano - 16.2.0

Published by GValiente 12 months ago

butano - 16.1.0

Published by GValiente 12 months ago

  • Sprite affine mats management CPU usage reduced.
  • Music ending detection fixed.