Skip to content

Commit

Permalink
Merge branch 'downstream-master' into changeling-master
Browse files Browse the repository at this point in the history
  • Loading branch information
asanetargoss committed Feb 11, 2024
2 parents 95556db + 3804ba0 commit 02866c9
Show file tree
Hide file tree
Showing 30 changed files with 1,750 additions and 188 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## Metamorph 1.3.1

This update was made by Chryfi.

**Compatible** with McLib `2.4`. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible.

* Added local / global translation mode
* Added useTargetDefault method to AbstractMorph to get rid of bad name checks in bodypart menu code
* Fixed bodypart axis drawing at non selected bodyparts
* Fixed NPE crash with Metamorph capabilities
* Removed W and S key for bodypart cycling - use the arrow keys now

## Metamorph 1.3

This update was made by MiaoNLI.

**Compatible** with McLib `2.4`. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible.

* GUI
* Added Onion Skin (Toggled by Q)
* Adjusted the width of GuiTransformations
* BodyPart
* Hold down the Alt/Option key to lock the space transformed while switching limbs
* Show onion skin while editing a morph
* Morph
* Added option to enable/disable/only rendering shadow of Optifine shaderpack
* Label Morph
* Fixed crash when text has non-English character
* Entity Morph
* Compatible with CEM of Optifine (suggested by MichaelCreeper_)
* File Encoding
* UTF-8 file encoding is used by default

## Metamorph 1.2.13

This update fixed rotation yaw wasn't synchronized with body parts with use target.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changeling gradle properties
version=1.2.13.changeling.1
dominionlib=2.3.6
version=1.3.1.changeling.1
dominionlib=2.4.2

mc_version=1.10.2
forge_version=12.18.3.2511
Expand Down
Loading

0 comments on commit 02866c9

Please sign in to comment.