diff options
| author | 2026-06-18 09:44:53 -0400 | |
|---|---|---|
| committer | 2026-06-18 09:48:11 -0400 | |
| commit | 9ba1a9422b9a1e8ad40a7be84acd7d4b944c267d (patch) | |
| tree | 788c671be0316a295d45f0670bb2cdfca0f1ca13 /changelog.txt | |
| parent | c691596de197ce3feec1217643b09783010fc415 (diff) | |
| download | WorldTuningTool-9ba1a9422b9a1e8ad40a7be84acd7d4b944c267d.tar.gz WorldTuningTool-9ba1a9422b9a1e8ad40a7be84acd7d4b944c267d.tar.bz2 WorldTuningTool-9ba1a9422b9a1e8ad40a7be84acd7d4b944c267d.zip | |
Cleanup and comment some stuff
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'changelog.txt')
| -rw-r--r-- | changelog.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 0000000..10d8127 --- /dev/null +++ b/changelog.txt @@ -0,0 +1,27 @@ += 0.9.3 + WorldTuningTool_0.9.3.zip: 6/16/26, sha256-8d6457f1d7123ff315ba3dad02da8f30e9b301183641cacd800e9795868b81d3 +== Changelog +* Fix crash on creating a new character. +* Optimize updating parameters when transitioning between areas and presets. +* Make Area -> Global transition actually proc and fix related logic inconsistencies. +* Save selected "Quick Preset" to the config. +* Make the value being used for "Shadow Map Size" more clear. +* Tweak some UI stuff. + += 0.9.2 + WorldTuningTool_0.9.2.zip: 6/14/26, sha256-7922f9a62baadcd9753bcb4e8473c26e8c40add51a83f9fc9c44e34e59bf4b3e +== Changelog +* Fixed config parsing on systems with different locale settings, likely related to "." vs "," as a decimal separator. +* Adjusted some parameters' min, max, and step settings. + += 0.9.1 + WorldTuningTool_0.9.1.zip: 6/9/26, sha256-211bcc20f939df485920e37193c191231c5a6207031c1fcefde62458f622dccf +== Changelog +* Fix "Lighting" parameters. + += 0.9 + WorldTuningTool_0.9.zip: 6/8/26, sha256-4a8a6790db99092efa847469db789f2000bce71d0da3b29a43dcbb98d7a1407a +== Changelog +* Release + +// vim: set syntax=asciidoc: |