Skip to content

Releases: runi95/wc3-slk-edit-electron

WC III SLK Editor Version 2.0.84

10 Jun 11:38
Compare
Choose a tag to compare

Note:
If you're updating from version 1.0.4 or earlier you'll have to delete the resources directory (%appdata%/wc3-slk-edit/resources on Windows) and the config.json file (%appdata%/wc3-slk-edit/config.json on Windows) to get the new ability and item models for the model viewer.

Updates:

  • Updated the way we load SLK files into the editor so we're able files for any map as long as the files are valid
  • Created a view in the configuration menu that shows which SLK files have been loaded
  • Implemented functionality for editing items
  • Added labels to the weapon inputs so you know whether or not you're editing attack 1 or 2
  • Updating the editor configuration now reloads the unit list
  • The unit list can now be sorted by clicking on the respective columns
  • Added a typeahead search for model and icon viewers
  • Styling changes
  • There's now a button to create new units
  • CTRL + S now saves to files
  • Fixed a bug where you were unable to set attack targets
  • Changed the versioning system to major.minor.patch where patch is set by the CICD system
  • Changed the source where we download models from to a github repository

WC III SLK Editor Version 1.0.4

12 May 19:50
Compare
Choose a tag to compare

Updates:

  • You can now toggle regex unit search on and off
  • Buttonpos should now update correctly when selecting a new unit
  • Changed the way configuration is loaded and updated
  • Made the config.json file more readable so it's possible to manually edit it
  • Changing a unit's name now updates the name in the unit list
  • Negative numbers now update and save correctly
  • Unit defense should now be set correctly
  • Fixed a bug that crashed the application if there were no configuration file
  • Updated styling to make the app look more clean
  • Added icon previews so you can visually see the icon you're selecting
  • Added model previews so you can visually see the model you're selecting

WC III SLK Editor Version 1.0.3

28 Apr 13:52
Compare
Choose a tag to compare

Updates:

  • You can now search for editor suffix in the unit list
  • Fixed a bug that broke the extended tooltip
  • Fixed a bug where unit missiles wouldn't update properly

WC III SLK Editor Version 1.0.2

22 Apr 19:37
Compare
Choose a tag to compare

Updates:

  • Added a preview to the extended tooltip
  • Added a generate extended tooltip button
  • The state of the "advanced lock" is now saved in the editor's configuration
  • Updating a unit's ID will now create a new unit instead of crashing the program
  • Added a CTRL + F hotkey to instantly focus the search field
  • Made hotkeys OS dependent ⌘ for Mac OS and CTRL for other operating systems

WC III SLK Editor Version 1.0.1

15 Apr 12:49
Compare
Choose a tag to compare

Changes:

  • Fixed a bug that made multiple checkbox inputs like the Unit Classification unusable
  • Changed the way we load and store config files, their save location is now OS dependent
  • Created a debug mode when the -d flag is used
  • You no longer get the undefined variables error when doing go get -u on this project
  • Added a way to clean the workspace (only necessary when building from source)

WC III SLK Editor Version 1.0.0

14 Apr 17:58
Compare
Choose a tag to compare

This is the first release of the SLK Editor, it has been tried and tested to make sure it works as intended, but if you do find any bugs please create an issue on GitHub.