Releases: Amulet-Team/Amulet-Map-Editor
Releases · Amulet-Team/Amulet-Map-Editor
Amulet v0.8.3 - Paste Tool Upgrade
Added:
- A new logo
- An upgraded paste tool:
- Added a button that when pressed moves the selection relative to the camera using the movement controls.
- Added single degree rotation which is enabled by clicking the free rotation option. 90 degree increments by default.
- Added buttons to rotate 90 degrees clockwise and anti-clockwise relative to the camera orientation.
- Added scale functionality. This allows the selection to be scaled larger or smaller than it previously was.
- Added buttons to mirror the selection relative to the camera orientation.
- Added a minimum and maximum displayed height value to the chunk tool. This allows viewing of caves below the surface and the nether.
- Localisation for Czech, German, French, Russian, Chinese
- Thanks to yudonglin, Eiim, Ex-Ark, Max-RM, ALTB0ne and PavelDobCZ23
- Some of these were added before but they were not added to a changelog
- If you want to help with localisation see the contributing readme
Fixed:
- Dramatically optimised the paste logic to make it run a lot faster.
- Fixed program hang when running the prune operation.
- Fixed divide by zero errors when window was minimised.
- Fixed some locale issues for some users.
- Fixed the copy water and lava buttons in the paste tool. These previously did not work and copied water and lava regardless.
- Optimised creation of chunk geometry a little.
- Fixed an issue with the volume text in the select tool.
Nightly 0.8.3b3.dev202104190706
Merge pull request #267 from Amulet-Team/upgrade-text Upgrade text
Optimise Paste
This release dramatically optimises the paste code. It now runs over 70 times faster than it did in the previous release based on my tests.
Changed a little text in the program
Localisation
- ALTB0ne added French translations for the paste and chunk tool
Nightly 0.8.3b2.dev202104170706
Merge pull request #264 from Amulet-Team/fix-freeze Fixed program freeze
Fix program lock
There was an issue in 0.8.3b0 where the program would stop working after switching operations.
0.8.3b0 changelog: https://github.com/Amulet-Team/Amulet-Map-Editor/releases/tag/0.8.3b0
Nightly 0.8.3b1.dev202104160705
Merge pull request #262 from Amulet-Team/fix-stutter Fix stutter
Paste tool update
Added:
- An upgraded paste tool:
- Added a button that when pressed moves the selection relative to the camera using the movement controls.
- Added single degree rotation which is enabled by clicking the free rotation option. 90 degree increments by default.
- Added buttons to rotate 90 degrees clockwise and anti-clockwise relative to the camera orientation.
- Added scale functionality. This allows the selection to be scaled larger or smaller than it previously was.
- Added buttons to mirror the selection relative to the camera orientation.
- Added a minimum and maximum displayed height value to the chunk tool. This allows viewing of caves below the surface and the nether.
- Localisation for Czech, German, French, Russian, Chinese
- Thanks to yudonglin, Eiim, Ex-Ark, Max-RM, ALTB0ne and PavelDobCZ23
- Some of these were added before but they were not added to a changelog
- If you want to help with localisation see the contributing readme
Fixed:
- Fixed program hang when running the prune operation.
- Fixed divide by zero errors when window was minimised.
- Fixed some locale issues for some users.
- Fixed the copy water and lava buttons in the paste tool. These previously did not work and copied water and lava regardless.
- Optimised creation of chunk geometry a little.
- Fixed an issue with the volume text in the select tool.
Nightly 0.8.3b0.dev202104120707
Merge pull request #250 from Amulet-Team/bug-239 Fix #239
Test Locale
0.8.3a5 Set up the locale only if initially None
Test Locale
Restructured based on wxglade example I was perhaps doing some things in the wrong place