Pixel Vision 8

Results 66 issues of Pixel Vision 8

Make sure components have simple redraw methods that can be called externally without needing to do a full update to help optimize UI performance

enhancement

Need to normalize all tilemap and sprite values. Should never be -1. 0 should be the start of everything in the engine. Sprite 0 should be empty by default, same...

enhancement

Need to fix tilemap resolution on RGP8

bug

Need to make sure we only register a click when over the right button. If the mouse was down and rolls over then releases, that shouldn't trigger a click

bug

PixelVisionOS should have wrapper for each UI element and automatically skins them so they are consistent throughout the tools

enhancement

Need to create a config object for UI elements. Make this the last option that just accepts a table and adds its properties to the main class.

enhancement

Need to make sure when loop total is saved in chip editor, it creates the right number of song file data in the music.json file. The Music demo only has...

bug

When copying a sound, need to also copy the name too and add (copy) to end

enhancement

When an octave is out of range, the input field should be blank?

enhancement

Need to move input field patterns out of input area so the text input classes are cleaner

enhancement