Skip to content

Releases: NoahStolk/ddinfo-tools

v0.13.5.0

05 Jun 13:43
Compare
Choose a tag to compare

Changelog

[0.13.5.0] - 2024-06-05

Fixed

  • Fixed issues with the app that occurred when the DevilDaggers.info host is down.
  • Fixed bug where multiple popups would cause the app to freeze under certain conditions.
  • Fixed bug where certain popups would not be uniquely identified.
  • Fixed bug where popups would get lost when multiple are opened at the same time.
  • Fixed rare issue where the app would not attempt to upload a custom leaderboard run.
  • Fixed small UI bugs.
  • Fixed using outdated URL that no longer works when downloading replays from the official leaderboard servers.

Miscellaneous

  • Updated ImGui.NET dependency from 1.90.1.1 to 1.90.6.1.

v0.13.4.0

21 May 18:02
Compare
Choose a tag to compare

Changelog

[0.13.4.0] - 2024-05-21

Fixes

  • Fixed corrupt settings crashing the app.

Miscellaneous

  • Updated Silk.NET dependencies from 2.20.0 to 2.21.0.
  • Decreased executable file size by trimming more unused IL code.

v0.13.3.0

26 Apr 12:26
Compare
Choose a tag to compare

Changelog

[0.13.3.0] - 2024-04-26

Mod Manager

  • Fixed UI getting stuck when merging certain windows with the Mod Manager window.

Spawnset Editor

  • Fixed Spawns window not having a minimum size.

v0.13.2.0

05 Apr 17:11
Compare
Choose a tag to compare

Changelog

[0.13.2.0] - 2024-04-05

Asset Editor

  • Fixed bug in mesh parser on Windows, which could cause mesh data to not end up in compiled mod files.

v0.13.1.0

03 Apr 18:46
Compare
Choose a tag to compare

Changelog

[0.13.1.0] - 2024-04-03

Asset Editor

  • Texture coordinates and normals are now stored explicitly in extracted .obj files for compatibility with some 3D modeling software (e.g. Blender).

v0.13.0.0

03 Apr 12:11
Compare
Choose a tag to compare

Changelog

[0.13.0.0] - 2024-04-03

UI Improvements & Fixes

  • Enabled window docking.
  • Individual window locations, sizes, and docking settings are now stored in AppData and will be preserved for future updates.
  • Whether the window is maximized is now cached properly.
  • Moved editor menu bars to the top of the window.
  • Fixed some shortcuts bugs while entering text in text fields.
  • Fixed shortcuts like CTRL+A, CTRL+C, CTRL+V, and CTRL+X not working in text fields.

Spawnset Editor

  • Rewrote UI.
    • The spawns, settings, history, and topdown arena editor are now separate windows.
    • Arena shrink and brightness are now sliders instead of inputs.
    • Enemy combobox has been replaced with multiple buttons.
  • The 3D camera now uses the same controls as the game's free camera.
  • Fixed being able to select void tiles in the 3D arena editor.
  • Fixed being able to add spawns with a negative delay.
  • Fixed CTRL+A selecting all spawns even if the spawns window wasn't focused.
  • Fixed various UI bugs.

Mod Manager

  • Added button to toggle all assets.
  • Added button to toggle individual assets.
  • Fixed not updating mod preview when selected mod is renamed, toggled, or deleted.
  • Fixed not taking disabled assets into account when counting active assets.

Replay Editor

  • Completely rewrote the editor UI. The original UI has been split into two sections:
    • There is now a new editor which shows all the events in a timeline, making it easier to understand and edit the replay.
    • The original UI has been changed into a read-only events viewer that can be used to inspect the replay in more detail.

Practice

  • Renamed "Gigapedes" template to "Triple Gigapedes" for clarity.

Asset Editor

  • Fixed app getting stuck when compilation or extraction fails.
  • Fixed not showing errors when mod compilation or extraction fails.

v0.12.0.0

21 Jan 17:28
Compare
Choose a tag to compare

Changelog

[0.12.0.0] - 2024-01-21

Asset Editor

The first version of the asset editor is now available.

  • You can edit all the assets in the game and create audio and dd binaries.
  • You can extract all the binaries from the game or from a mod.
  • Loudness values for audio mods are supported as well.

More features will be added in the future.

Practice

  • Added popup when applying practice spawnset.
  • Added "Do not show again" checkbox to practice popups. These are saved in the user settings.

Replay Editor

  • Added file extension filter to file dialogs.

Mod Manager

  • Fixed toggling prohibited assets in the mod preview window not working.

Miscellaneous

  • The settings have been moved to the configuration screen.

v0.11.0.0

17 Jan 11:49
Compare
Choose a tag to compare

Changelog

[0.11.0.0] - 2024-01-17

Practice

  • The practice tool has been made more intuitive.
    • Certain UI has been rearranged.
    • Clarified some of the button text.
    • There is now a popup that shows up when the normal game has been restored.
    • It is now shown whether practice is enabled in the bottom of the window.
    • It is now shown that you need to restart a run when changing the practice settings.

Fixes

  • Fixed crash when trying to write to the mods/survival while the file is currently being used by another process (e.g. the game).
  • Fixed incorrectly highlighting practice template after removing survival file.

Miscellaneous

  • Automatic updates have been removed due to anti-virus software not liking the way it was done. You will now have to manually download new versions from the GitHub releases page.
  • URLs are now displayed when hovering over links.

v0.10.3.0

01 Jan 23:34
Compare
Choose a tag to compare

Changelog

[0.10.3.0] - 2024-01-02

Fixes

  • Fixed requesting read/write permissions for files when only read permissions are needed.

v0.10.2.1

01 Jan 23:13
Compare
Choose a tag to compare

Changelog

[0.10.2.1] - 2024-01-02

Fixes

  • Fixed error popups stacking.
  • Fixed app crashing on start when not launching the executable from the root folder.
  • Fixed rare instance of mod manager crashing the app while loading mod files.

Miscellaneous

  • Technical error details are now shown under a collapsible "Technical details" section in the error popups.