You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+55Lines changed: 55 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,60 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
+
8
+
## [5-r.2] - 2024-12-19
9
+
10
+
### Added
11
+
12
+
* Add copy constructor to `csmMap`.
13
+
* Add functions to get `CombinedParameters` listed in `cdi3.json`.
14
+
* Add the functionality to call a function when motion playback starts.
15
+
* Add updates to the OpenGL rendering code for HarmonyOS compatibility.
16
+
* Add Linux support for the Vulkan renderer.
17
+
* Add an API to `CubismMotionJson` for verifying the consistency of `motion3.json`. by [@pillowtrucker](https://github.com/Live2D/CubismNativeFramework/pull/57)
18
+
* Add dedicated resource destruction functions for some platforms
19
+
20
+
### Changed
21
+
22
+
* Change to permit to overwrite motion fade by the value specified in .model3.json on `CubismUserModel::LoadMotion()`.
23
+
* Change the threshold for enabling anisotropic filtering in all renderers.
24
+
* Change `CubismJson` to not use character masking.
25
+
* Resources in Vulkan have been changed to support multi-buffering.
26
+
* Change the `ACubismMotion::UpdateFadeWeight()` function to return an error code of `-1` when the argument is NULL. by [@Coloryr](https://github.com/Live2D/CubismNativeFramework/pull/56)
27
+
* Change the access level of the private members in the `CubismModelSettingJson` class to protected.
28
+
* Change the value of pi used in the calculation of `CubismBreath::UpdateParameters()` to `CubismMath.PI`.
29
+
30
+
### Deprecated
31
+
32
+
* Deprecate the following elements because a priority value is not actually used during expression motion playback:
0 commit comments