DiddiLeija / diddi-and-the-bugs

Diddi and the Bugs, my GameOff 2021 game.
https://diddileija.itch.io/diddi-and-the-bugs
MIT License
7 stars 3 forks source link

Bump pyxel from 1.9.18 to 2.0.0 #153

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps pyxel from 1.9.18 to 2.0.0.

Changelog

Sourced from pyxel's changelog.

2.0.0

  • Changed to use the C version of SDL2
  • Changed to allow resizing of the colors list
  • Changed to use GLSL for rendering the screen
  • Updated Pyodide to 0.24.1
  • Updated Emscripten to 3.1.45
  • Updated SDL2 to 2.24.2
  • Added the screen_mode function to change screen rendring type
  • Added a shortcut to change the screen mode with Alt(Option)+9
  • Added support for the third and fourth gamepads
  • Added the dither function to set dithering type
  • Added images, tilemaps as system lists
  • Marked the image and tilemap functions as deprecated functions
  • Added channels, sounds, and musics as system lists
  • Marked the channel, sounds, adn musics function as deprecated functions
  • Renamed the reset_capture function to reset_screencast
  • Renamed the set_mouse_pos function to warp_mouse
  • Renamed the drop_files variable to dropped_files
  • Removed the is_fullscreen variable
  • Removed the input_keys variable
  • Removed the set_btn and set_btnv functions
  • Integrated the image and refimg of Tilemap into imgsrc
  • Marked the image and refimg of Tilemap as deprecated fields
  • Renamed snds_list of Music to seqs
  • Marked the snds_list of Music as a deprecated field
  • Changed to a new resource format based on TOML
  • Changed arguments to the load and save functions
  • Added Waveform class for waveform editing
  • Added waveforms as a system list
  • Added a detune field to Channel
  • Updated 8bit BGM generator to the latest version
Commits
  • 28c715d Updated the WASM wheel
  • ee62833 Fixed dependency
  • 215e5a2 Fixed typo
  • 9b3b3b0 Ensured consistency
  • 5c26499 Added a change
  • 6e580ad Modified a description for the screen mode shortcut
  • 0a07ade Formatted
  • e36ae3e Changed a description for the flip function
  • bc00f5f Added the dither function and formatted descriptions
  • c732cbc Added a description for the dither function
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
DiddiLeija commented 9 months ago

Before approving this PR, I'll have to try out the code locally, since this is a (possible) breaking change.

DiddiLeija commented 9 months ago

@dependabot rebase

DiddiLeija commented 9 months ago

@dependabot rebase

DiddiLeija commented 9 months ago

@dependabot rebase

dependabot[bot] commented 9 months ago

Superseded by #158.