2020-01-30 17:28:13 +08:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
|
|
2022-09-08 10:20:20 +08:00
|
|
|
|
2023-03-10 20:37:45 +08:00
|
|
|
## [4-r.6.1] - 2023-03-10
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Add function to validate MOC3 files.
|
|
|
|
|
|
|
|
|
2023-02-21 10:08:57 +08:00
|
|
|
## [4-r.6] - 2023-02-21
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Add support for high-precision masks.
|
|
|
|
* The number of render textures used can now be increased arbitrarily.
|
|
|
|
* The maximum number of masks when using multiple render textures has been increased to "number of render textures * 32".
|
|
|
|
* Add API to allow users to configure culling.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Change to not reference `CubismClippingManager_WebGL` on models that do not use clipping masks.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fix a crash when a `WebGLRenderingContext` is not registered with `Cubism Renderer_WebGL`.
|
|
|
|
* It now displays a warning and does not draw models.
|
|
|
|
* Fix a bug when displaying a model with culling set, some of the other drawn images are missing.
|
|
|
|
* Fix a bug that caused update information for some models not to be updated when multiple models are displayed.
|
|
|
|
* Call the function to extend the initial memory with CubismFramework.initialize(). See `CHANGELOG.md` in Core.
|
|
|
|
|
|
|
|
|
2022-09-08 10:20:20 +08:00
|
|
|
## [4-r.5] - 2022-09-08
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Add the multilingual supported documents.
|
|
|
|
* Add immediate stabilization of physics.
|
|
|
|
* Implemented a process to switch between `CubismJson` parsing and `JSON.parse()`.
|
|
|
|
|
|
|
|
|
2022-08-04 10:17:45 +08:00
|
|
|
## [4-r.5-beta.5] - 2022-08-04
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fix `csmGetMocVersion` function argument.
|
|
|
|
* Fix a bug in which processing was interrupted when an invalid vertex was specified in the middle of a physics operation.
|
|
|
|
* Fix crash with exception when reading .moc3 files of unsupported versions.
|
|
|
|
* Fix physics system input to be split by the physics setting time.
|
|
|
|
|
|
|
|
|
2022-07-07 10:30:03 +08:00
|
|
|
## [4-r.5-beta.4] - 2022-07-07
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Add a function to get the latest .moc3 Version and the .moc3 Version of the loaded model.
|
|
|
|
* Add a function to get the type of parameters of the model.
|
|
|
|
* Add a function to get the parent part of the model's Drawable.
|
|
|
|
|
|
|
|
|
2022-06-16 10:48:09 +08:00
|
|
|
## [4-r.5-beta.3] - 2022-06-16
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* `getDrawableTextureIndices` function in `CubismModel` has been renamed to `getDrawableTextureIndex` because the name was not correct.
|
|
|
|
* `getDrawableTextureIndices` function is marked as deprecated.
|
|
|
|
* Fix physics system behaviour when exists Physics Fps Setting in .physics3.json.
|
|
|
|
|
2022-05-19 13:23:41 +08:00
|
|
|
|
2022-06-02 15:28:50 +08:00
|
|
|
## [4-r.5-beta.2] - 2022-06-02
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fixed a bug that caused Multiply Color / Screen Color of different objects to be applied.
|
|
|
|
* See `CHANGELOG.md` in Core.
|
|
|
|
* No modifications to Samples and Framework.
|
|
|
|
|
|
|
|
|
2022-05-19 13:23:41 +08:00
|
|
|
## [4-r.5-beta.1] - 2022-05-19
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2022-06-02 15:28:50 +08:00
|
|
|
* Add processing related to Multiply Color / Screen Color added in Cubism 4.2.
|
2022-05-19 13:23:41 +08:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fix usage of Anisotropy filtering.
|
|
|
|
* Fix model was not displayed when the number of masks exceeded the limit.
|
|
|
|
* Fix getTextureDirectory() to return the directory name of the 0th texture path.
|
|
|
|
|
|
|
|
|
2021-12-09 13:12:23 +08:00
|
|
|
## [4-r.4] - 2021-12-09
|
2021-07-27 11:30:06 +08:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2021-12-09 13:12:23 +08:00
|
|
|
* Fix useless void 0.
|
|
|
|
* Fix a warning when `SegmentType` could not be obtained when loading motion.
|
|
|
|
* Fix return correct error values for out-of-index arguments in cubismjson by [@cocor-au-lait](https://github.com/cocor-au-lait).
|
|
|
|
* Fix a bug that motions currently played do not fade out when play a motion.
|
2021-07-27 11:30:06 +08:00
|
|
|
|
2020-01-30 17:28:13 +08:00
|
|
|
|
2021-06-10 10:26:53 +08:00
|
|
|
## [4-r.3] - 2021-06-10
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fix motion event time value from Int to Float.
|
|
|
|
|
|
|
|
|
2021-05-13 10:59:55 +08:00
|
|
|
## [4-r.3-beta.1] - 2021-05-13
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Implement a function to get the correct value when the time axis of the Bezier handle cannot be linear.
|
|
|
|
|
|
|
|
|
2021-03-09 09:36:29 +08:00
|
|
|
## [4-r.2] - 2021-03-09
|
2020-05-19 17:35:10 +08:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fix implementation of `iterator#increment` in `csmmap` and `csmvector`.
|
2020-05-19 17:40:23 +08:00
|
|
|
* Fix delay in starting fade-out for expressions.
|
2020-09-03 19:17:52 +08:00
|
|
|
* Fix Physics input reflect flag on evaluate.
|
2021-03-09 09:36:29 +08:00
|
|
|
* Fix reference size of model matrix.
|
2020-09-03 19:11:05 +08:00
|
|
|
* Fix `Int` to `Float` when getting `PhysicsSettings.Vertices.Radius` in `physics3.json` parsing.
|
|
|
|
* **[INFO]** This fix may change the behavior of the physics operations.
|
|
|
|
The behavior changes if the value of `PhysicsSettings.Vertices.Radius` in `physics3.json` is less than `1.0`.
|
2021-03-09 09:36:29 +08:00
|
|
|
If you want to return to the behavior before Cubism SDK for Web R1,
|
2020-09-03 19:11:05 +08:00
|
|
|
change the value of the corresponding `PhysicsSettings.Vertices.Radius` to `0`.
|
|
|
|
* This fix is related to fix applied to `Cubism Editor 4.0.05 beta1` and later.
|
|
|
|
Please see [Cubism Editor Changelog](https://docs.live2d.com/cubism-editor-manual/updates4/).
|
2021-03-09 09:36:29 +08:00
|
|
|
* **Fix physics and scene blending settings where the length of the pendulum would be converted to an integer when displayed.**
|
2020-05-19 17:40:23 +08:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Rename the function name that handles seconds from `Time` to `Seconds`.
|
2021-03-09 09:36:29 +08:00
|
|
|
* Avoiding needless namespace syntax to simplify imports by [@cocor-au-lait](https://github.com/cocor-au-lait)
|
2020-05-19 17:35:10 +08:00
|
|
|
|
|
|
|
|
2020-01-30 17:28:13 +08:00
|
|
|
## [4-r.1] - 2020-01-30
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Add `.editorconfig`, `.gitattributes` and `.gitignore`.
|
|
|
|
* Add document `README.md` and `CHANGELOG.md`.
|
|
|
|
* Add `package.json` for development and build.
|
|
|
|
* Add Prettier and ESLint for format and check code quolity.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Move source files to `/src` directory.
|
|
|
|
* Reformat code using Prettier and ESLint.
|
|
|
|
|
|
|
|
|
2023-03-10 20:37:45 +08:00
|
|
|
[4-r.6.1]: https://github.com/Live2D/CubismWebFramework/compare/4-r.6...4-r.6.1
|
2023-02-21 10:08:57 +08:00
|
|
|
[4-r.6]: https://github.com/Live2D/CubismWebFramework/compare/4-r.5...4-r.6
|
2022-09-08 10:20:20 +08:00
|
|
|
[4-r.5]: https://github.com/Live2D/CubismWebFramework/compare/4-r.5-beta.5...4-r.5
|
2022-08-04 10:17:45 +08:00
|
|
|
[4-r.5-beta.5]: https://github.com/Live2D/CubismWebFramework/compare/4-r.5-beta.4...4-r.5-beta.5
|
2022-07-07 10:30:03 +08:00
|
|
|
[4-r.5-beta.4]: https://github.com/Live2D/CubismWebFramework/compare/4-r.5-beta.3...4-r.5-beta.4
|
2022-06-16 10:48:09 +08:00
|
|
|
[4-r.5-beta.3]: https://github.com/Live2D/CubismWebFramework/compare/4-r.5-beta.2...4-r.5-beta.3
|
2022-06-02 15:28:50 +08:00
|
|
|
[4-r.5-beta.2]: https://github.com/Live2D/CubismWebFramework/compare/4-r.5-beta.1...4-r.5-beta.2
|
2022-05-19 13:23:41 +08:00
|
|
|
[4-r.5-beta.1]: https://github.com/Live2D/CubismWebFramework/compare/4-r.4...4-r.5-beta.1
|
2021-12-09 13:12:23 +08:00
|
|
|
[4-r.4]: https://github.com/Live2D/CubismWebFramework/compare/4-r.3...4-r.4
|
2021-06-10 10:26:53 +08:00
|
|
|
[4-r.3]: https://github.com/Live2D/CubismWebFramework/compare/4-r.3-beta.1...4-r.3
|
2021-05-13 10:59:55 +08:00
|
|
|
[4-r.3-beta.1]: https://github.com/Live2D/CubismWebFramework/compare/4-r.2...4-r.3-beta.1
|
2021-03-09 09:36:29 +08:00
|
|
|
[4-r.2]: https://github.com/Live2D/CubismWebFramework/compare/4-r.1...4-r.2
|
2020-01-30 17:28:13 +08:00
|
|
|
[4-r.1]: https://github.com/Live2D/CubismWebFramework/compare/ce2585a919ac6e99f64dd468933772c6f1abbcc7...4-r.1
|