@quenty/ik 15.19.0 → 15.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/package.json +18 -18
- package/src/Server/IKService.lua +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [15.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ik@15.19.0...@quenty/ik@15.20.0) (2024-12-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* cleanup IK service properly ([09f4cf9](https://github.com/Quenty/NevermoreEngine/commit/09f4cf909d8e3b903a21f897359f04a48abc5100))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [15.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ik@15.18.0...@quenty/ik@15.19.0) (2024-12-03)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @quenty/ik
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/ik",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.20.0",
|
|
4
4
|
"description": "Inverse Kinematics for characters on Roblox",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -28,34 +28,34 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@quenty/acceltween": "^2.5.0",
|
|
30
30
|
"@quenty/baseobject": "^10.7.1",
|
|
31
|
-
"@quenty/binder": "^14.
|
|
32
|
-
"@quenty/brio": "^14.
|
|
33
|
-
"@quenty/camera": "^14.
|
|
34
|
-
"@quenty/characterutils": "^12.
|
|
35
|
-
"@quenty/humanoidtracker": "^13.
|
|
36
|
-
"@quenty/instanceutils": "^13.
|
|
31
|
+
"@quenty/binder": "^14.17.0",
|
|
32
|
+
"@quenty/brio": "^14.15.0",
|
|
33
|
+
"@quenty/camera": "^14.17.0",
|
|
34
|
+
"@quenty/characterutils": "^12.15.0",
|
|
35
|
+
"@quenty/humanoidtracker": "^13.15.0",
|
|
36
|
+
"@quenty/instanceutils": "^13.15.0",
|
|
37
37
|
"@quenty/loader": "^10.7.1",
|
|
38
38
|
"@quenty/maid": "^3.4.0",
|
|
39
39
|
"@quenty/math": "^2.7.0",
|
|
40
|
-
"@quenty/motor6d": "^7.
|
|
40
|
+
"@quenty/motor6d": "^7.18.0",
|
|
41
41
|
"@quenty/optional": "^11.7.1",
|
|
42
|
-
"@quenty/promise": "^10.
|
|
43
|
-
"@quenty/qframe": "^10.
|
|
44
|
-
"@quenty/r15utils": "^13.
|
|
45
|
-
"@quenty/ragdoll": "^15.
|
|
46
|
-
"@quenty/remoting": "^12.
|
|
47
|
-
"@quenty/rx": "^13.
|
|
42
|
+
"@quenty/promise": "^10.9.0",
|
|
43
|
+
"@quenty/qframe": "^10.9.0",
|
|
44
|
+
"@quenty/r15utils": "^13.15.0",
|
|
45
|
+
"@quenty/ragdoll": "^15.19.0",
|
|
46
|
+
"@quenty/remoting": "^12.16.0",
|
|
47
|
+
"@quenty/rx": "^13.15.0",
|
|
48
48
|
"@quenty/servicebag": "^11.10.0",
|
|
49
49
|
"@quenty/signal": "^7.9.0",
|
|
50
50
|
"@quenty/table": "^3.7.0",
|
|
51
|
-
"@quenty/tie": "^10.
|
|
52
|
-
"@quenty/valueobject": "^13.
|
|
51
|
+
"@quenty/tie": "^10.18.0",
|
|
52
|
+
"@quenty/valueobject": "^13.15.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@quenty/rigbuilderutils": "^10.
|
|
55
|
+
"@quenty/rigbuilderutils": "^10.17.0"
|
|
56
56
|
},
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "0a20ace4dc7d38f8c889bf73b716b33e8a767c54"
|
|
61
61
|
}
|
package/src/Server/IKService.lua
CHANGED
|
@@ -45,7 +45,6 @@ IKService.ServiceName = "IKService"
|
|
|
45
45
|
function IKService:Init(serviceBag)
|
|
46
46
|
assert(not self._maid, "Already initialized")
|
|
47
47
|
self._serviceBag = assert(serviceBag, "No serviceBag")
|
|
48
|
-
|
|
49
48
|
self._maid = Maid.new()
|
|
50
49
|
|
|
51
50
|
-- External
|
|
@@ -182,4 +181,8 @@ function IKService:_updateStepped()
|
|
|
182
181
|
debug.profileend()
|
|
183
182
|
end
|
|
184
183
|
|
|
184
|
+
function IKService:Destroy()
|
|
185
|
+
self._maid:DoCleaning()
|
|
186
|
+
end
|
|
187
|
+
|
|
185
188
|
return IKService
|