Releases: TheNitesWhoSay/Chkdraft
Releases · TheNitesWhoSay/Chkdraft
2.12
2.11
- Fix minimap unit position issue for maps with a dimension of 192
- Fix a crash on carbot due to certain images/anims not being present on the skin
- Support unicode for command line arguments (fixes "Open With" Chkdraft issues for certain maps)
2.10 - Cmd Line Unicode
- Support unicode for command line arguments (the "Open With" menu option in windows)
2.09
- Improved load time for large scenarios (3-5 times faster)
- Triggering performance improved for maps with large trigger quantities
- Fixed a crash that occurred when compiling text for an individual trigger from the trigger gui
- Fixed a bug where the string editor edited game strings when it should edit editor strings
2.08
- Add ability to create locations for sprite units
- Fix map & minimap color displays for remastered colors
- Fix create location menu options updating the layer but not the dropdown box to locations
- Fix trigger string-clearing issue
- Fix actions being added to history when trigger values were unchanged
- Fix blank strings showing up in string suggestions after opening a map with fragmented strings
- Fix resources not reciprocal respecting the mineral distance flag with resource depots
- Fix display of carrier shadows
- Fix a crash that occurred when using non-empty default triggers with new maps
2.07
- Have units on classic minimaps render with the appropriate sizes
- Add ability to render classic minimap webps in map_gfx_utils
- Fix resource coloring on classic minimaps
2.06
- Support for DatExt mods and Cosmonarchy in particular
- Add profiles json files & the profiles UI, including live-reloading, replacing the old settings.ini file
- Add ability to drop-to-open multiple map files at once
- Add ability to customize the unit and sprite trees in the profiles json
- Add ability to treat a regular filesystem folder like a casc or mpq for data loading
- Now relies on a stable release of nf hist
- Clang can now be used on linux to compile map_gfx_utils and generate pictures of maps
- Many bugfixes (including and beyond those of recent pre-releases) especially those related to profiles and sounds
For additional details see: #325
2.05 - Fix Load Bug
- Fixes a critical issue with 2.04 where zero-sized sections (e.g. empty mission briefing) were removed causing load errors in StarCraft
2.04 - Cosmonarchy + DatExt Support Beta
Moving support for Cosmonarchy (and more generally for DatExt) into beta; all features should be finished though there's likely more crashes/instability to be found with further testing.
Before use you'll likely need to find & load the cosmonarchy profile json (file->profiles->find), the file for which is currently found here: https://gitlab.com/the-no-frauds-club/cmbw-root/-/blob/main/CMBW-editor/Chkdraft/Settings/Cosmonarchy.profile.json
2.03 - Profiles Pre-Release
2.03 - Profiles Pre-Release
- Added profiles system - replaces the old settings.ini file with [ProfileName].profile.json files editable from within Chkdraft
- Added hot-reloading for profiles/starcraft data, allowing dat files to be changed, reloaded & re-tested without closing maps or Chkdraft
- Same as pre-release 2.01 this needs the general QA that will come after DatExt support for a stable release