Skip to content

Releases: iwubcode/DolphinDynamicInputTextureCreator

12.02.20 - bugfix release

02 Dec 06:17

Choose a tag to compare

Features:

  • Made the release standalone so users don't need to install the DotNetCore.

Bug fixes:

  • Ignore the "EditingTexture" when saving / loading JSON. This fixes a bug where opening a saved file and then closing the image still leaves the image "open" with the regions editable
  • Handle another situation when modifying rectangle regions where the right/bottom edges of the rectangle could go out of bounds

12.01.20 - bugfix release

02 Dec 05:52

Choose a tag to compare

Bugfixes:

  • Fix region resizing to disallow going larger than the image bounds or smaller than 0
  • Update keyboard control suggestions to use newer Dolphin syntax

11.28.20 - initial public release

28 Nov 06:12

Choose a tag to compare

The initial release is here! This provides the fundamental logic needed to generate a pack for Dolphin emulator.

03.14.20-0

14 Mar 22:27

Choose a tag to compare

03.14.20-0 Pre-release
Pre-release

This release adds a few more fixes and enhancements:

  • Combo box at the top of the texture pane now are properly disabled when no emulated device or key is available
  • Add some missing Wii classic controller buttons
  • Deleting an emulated device is now possible
  • For textures that have a single button, a "fill" option is provided to avoid having to manually define the region of the emulated key
  • Edit windows are no longer "modal". This means they can stay up while you edit the textures and are properly reflected on "open" or "new"

03.05.20-0

05 Mar 06:38

Choose a tag to compare

03.05.20-0 Pre-release
Pre-release

This release adds a number of UI fixes and some enhancements.

  • Fixed bug where regions were hard to create when zoomed in
  • Update zoom text in UI to be more apparent and update button so its purpose is clearer
  • Add help text for when there are no textures
  • Add logic to avoid locking images while executable is open (users should be careful not to delete or rename the texture unless they know what they are doing)
  • Add the ability to load multiple textures or host keys at one time from the file dialog
  • Add options "New", "Open", "Save", and "Save As". Saved workspaces are saved to JSON format

03.01.20-0

01 Mar 22:38

Choose a tag to compare

03.01.20-0 Pre-release
Pre-release

Initial release of the software.