Skip to content

Releases: Baekalfen/PyBoy

v1.6.14

04 Feb 18:59
Compare
Choose a tag to compare
  • Fix debug view
  • Add musllinux support
  • Deprecate manylinux 2010

v1.6.13

19 Jan 09:25
Compare
Choose a tag to compare
  • Fix drawing priority bug

v1.6.12

17 Jan 14:07
Compare
Choose a tag to compare
  • Fix pip install for PyPy

v1.6.11

26 Dec 08:55
Compare
Choose a tag to compare
  • Fix issue with Pokemon Pinball and the color palette in CGB mode

v1.6.10

08 Dec 20:03
Compare
Choose a tag to compare
  • Release the GIL for most of pyboy.tick
  • Remove warning about emulation speed when using dummy/headless window
  • Large internal improvements

v1.6.9

12 Nov 10:31
Compare
Choose a tag to compare
  • Fix graphics glitch with sprite priority

v1.6.8

12 Nov 09:09
Compare
Choose a tag to compare
  • Improve performance
  • Fix controls not being printed
  • Updated color palette for DMG games running in CGB mode

v1.6.7

01 Nov 11:55
Compare
Choose a tag to compare
  • Drastically improve rendering performance (headless, SDL2, OpenGL)

v1.6.6

29 Oct 16:07
Compare
Choose a tag to compare
  • Performance improvement to Screen.screen_ndarray()
  • Pokemon game wrapper now has a .game_area_collision() to get walkable areas
  • Option to set the color palette for DMG games in CGB-mode

v1.6.5

25 Oct 15:32
Compare
Choose a tag to compare
  • Fix Makefile requiring zsh
  • Fix crash when failing to initialize sound (especially on WSL)
  • Fix Kirby game wrapper scoring and game over conditions