Skip to content

Commit

Permalink
Update version.json and the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Jul 31, 2020
1 parent 9457294 commit 8d599bd
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

Blockbuster's change log.

## Version 2.0.2

This is a patch update that features a lot of fixes made to Snowstorm particle system, and to other parts of the mod. A couple of GUI keybinds were added, and a couple of useful /record sub-commands were added.

**Compatible** with McLib `2.0.2`, Metamorph `1.2` and Aperture `1.4`. It doesn't mean that future versions of Metamorph and Aperture would be incompatible, but older versions are most likely incompatible.

* Added restore model blocks option which allows to restore a previous edited model block in the session if you accidentally broke it (disabled by default, suggested by Chunk7)
* Added Edit camera keybind (`C` key) to scenes menu
* Added Toggle scene list keybind (`N` key) to scenes menu
* Added Teleport button and keybind (`T` key) to scenes menu
* Added Detach scene keybind (`Shift + D` combo) to camera editor
* Added Reload scene keybind (`Shift + R` combo) to camera editor
* Added Apply pose icon button in model editor's poses modal, which allows to apply current limb's pose on other poses
* Added BB gun penetration factor option
* Added `/record erase <filename> <count> <from>` which removes `<count>` frames after (and including) `<from>` tick
* Added `/record process <filename> <property> <from> <to> <math>` which allows processing frame data in player recording using math expressions
* Added variable editor panel in Snowstorm's morph editor
* Added a copy of Metamorph's `block` morph to Blockbuster Extra category
* Changed how local position and local rotation properties work with Snowstorm particle system
* Fixed BB gun held item preview not working (reported by Terry)
* Fixed Snowstorm 0 radius/size of any shape mode causing particles to disappear
* Fixed Snowstorm default values for spehere radius and initial speed component
* Fixed Snowstorm emitter lifetime components not setting `variable.emitter_lifetime`
* Fixed Snowstorm curves not working as intended (thanks to Jannis)
* Fixed Snowstorm gradient tint component not loading correctly
* Fixed player recording's with non-zero pre-delay not correctly syncing within player recording editor (reported by Lucatim)
* Fixed start and stop command not working when launching scene's playback
* Fixed size offset property of a limb not exporting correctly with `/model export_obj`
* Fixed AABB shape component not being implemented
* Fixed jittery animation with BB gun and model block rendering in the hand
* Fixed Snowstorm's half-dimensions size of box component were actually being quarter size
* Fixed "Ignored" option of animated poses not working correctly with player recording editor (reported by Tossler)

## Version 2.0.1

This is a quick patch that fixes a couple of GUI issues and adds pick texture and skin keybinds.
Expand Down
5 changes: 3 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"homepage": "https://curseforge.com/minecraft/mc-mods/blockbuster/",
"1.12.2": {
"2.0.2": "This is a patch update that features a lot of fixes made to Snowstorm particle system, and to other parts of the mod. A couple of GUI keybinds were added, and a couple of useful /record sub-commands were added.",
"2.0.1": "This is a quick patch that fixes a couple of GUI issues and adds pick texture and skin keybinds.",
"2.0": "This huge update adds a couple of awesome major feature, but mostly focuses on GUI improvements and quality of life features. This update also fixes dozens of bugs.",
"1.6.6": "This is another patch update which fixes lots of bugs. Beside bug fixes, there are also new BB gun options which allows for a better projectile configuration. Andruxioid also introduces Ukranian translation in this update!",
Expand Down Expand Up @@ -45,8 +46,8 @@
"1.4.10": "Patch 1.4.10 adds few nice misc. features (model block and OBJ loading without JSON model) which generally should improve UX a bit and simplify decorating set with Blockbuster models/Metamorph morphs, and lay down a foundation for future new features (which involves removing old useless code)."
},
"promos": {
"1.12.2-latest": "2.0.1",
"1.12.2-recommended": "2.0.1",
"1.12.2-latest": "2.0.2",
"1.12.2-recommended": "2.0.2",
"1.11.2-latest": "1.6.6",
"1.11.2-recommended": "1.6.6",
"1.10.2-latest": "1.6.6",
Expand Down

0 comments on commit 8d599bd

Please sign in to comment.