Skip to content

2021.03.04

Compare
Choose a tag to compare
@Valkryst Valkryst released this 04 Mar 18:52
· 126 commits to master since this release

Changelog

  • Added additional tests.
  • Added VPanel.reset, VPanel.resetBackgroundColors, VPanel.resetCodePoints, VPanel.resetForegroundColors, and VPanel.resetSequentialImageOps.
    • VPanel.resetBackgroundColors will set the background color of all tiles to UIManager.getColor("Panel.background");.
    • VPanel.resetCodePoints will set the code point of all tiles to the space character (code point 32).
    • VPanel.resetForegroundColors will set the foreground color of all tiles to UIManager.getColor("Panel.foreground");.
    • VPanel.resetSequentialImageOps will set the sequential image op of all tiles to null.
  • Fixed an issue where the screen could flicker when calling VPanel.repaint.
  • Updated dependencies.
  • Updated VPanel.setBackground, VPanel.setBackgroundAt, VPanel.setForeground, and VPanel.setForegroundAt to allow null as their color parameter.
    • The setBackground methods will default to UIManager.getColor("Panel.background");.
    • The setForeground methods will default to UIManager.getColor("Panel.foreground");.