Releases: Baekalfen/PyBoy
Releases Β· Baekalfen/PyBoy
v1.6.14
- Fix debug view
- Add musllinux support
- Deprecate manylinux 2010
v1.6.11
- Fix issue with Pokemon Pinball and the color palette in CGB mode
v1.6.10
- Release the GIL for most of
pyboy.tick
- Remove warning about emulation speed when using dummy/headless window
- Large internal improvements
v1.6.9
- Fix graphics glitch with sprite priority
v1.6.8
- Improve performance
- Fix controls not being printed
- Updated color palette for DMG games running in CGB mode
v1.6.7
- Drastically improve rendering performance (headless, SDL2, OpenGL)
v1.6.6
- 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
- Fix Makefile requiring zsh
- Fix crash when failing to initialize sound (especially on WSL)
- Fix Kirby game wrapper scoring and game over conditions