@quenty/ik 15.35.4-canary.ba2274e.0 → 15.35.4

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 CHANGED
@@ -3,7 +3,7 @@
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.35.4-canary.ba2274e.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ik@15.35.3...@quenty/ik@15.35.4-canary.ba2274e.0) (2026-01-02)
6
+ ## [15.35.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ik@15.35.3...@quenty/ik@15.35.4) (2026-01-03)
7
7
 
8
8
  **Note:** Version bump only for package @quenty/ik
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/ik",
3
- "version": "15.35.4-canary.ba2274e.0",
3
+ "version": "15.35.4",
4
4
  "description": "Inverse Kinematics for characters on Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,36 +26,36 @@
26
26
  "Quenty"
27
27
  ],
28
28
  "dependencies": {
29
- "@quenty/acceltween": "2.5.3",
30
- "@quenty/baseobject": "10.9.0",
31
- "@quenty/binder": "14.25.7-canary.ba2274e.0",
32
- "@quenty/brio": "14.20.4",
33
- "@quenty/camera": "14.26.6",
34
- "@quenty/characterutils": "12.22.5",
35
- "@quenty/humanoidtracker": "13.21.6",
36
- "@quenty/instanceutils": "13.20.5",
37
- "@quenty/loader": "10.9.0",
38
- "@quenty/maid": "3.5.0",
39
- "@quenty/math": "2.7.3",
40
- "@quenty/motor6d": "7.28.7-canary.ba2274e.0",
41
- "@quenty/optional": "11.9.0",
42
- "@quenty/promise": "10.12.3",
43
- "@quenty/qframe": "10.12.4",
44
- "@quenty/r15utils": "13.21.5",
45
- "@quenty/ragdoll": "15.34.4-canary.ba2274e.0",
46
- "@quenty/remoting": "12.21.5",
47
- "@quenty/rx": "13.20.3",
48
- "@quenty/servicebag": "11.13.3",
49
- "@quenty/signal": "7.11.2",
50
- "@quenty/table": "3.8.0",
51
- "@quenty/tie": "10.26.6",
52
- "@quenty/valueobject": "13.21.6"
29
+ "@quenty/acceltween": "^2.5.3",
30
+ "@quenty/baseobject": "^10.9.1",
31
+ "@quenty/binder": "^14.25.7",
32
+ "@quenty/brio": "^14.20.5",
33
+ "@quenty/camera": "^14.26.7",
34
+ "@quenty/characterutils": "^12.22.6",
35
+ "@quenty/humanoidtracker": "^13.21.7",
36
+ "@quenty/instanceutils": "^13.20.6",
37
+ "@quenty/loader": "^10.9.1",
38
+ "@quenty/maid": "^3.5.1",
39
+ "@quenty/math": "^2.7.3",
40
+ "@quenty/motor6d": "^7.28.7",
41
+ "@quenty/optional": "^11.9.1",
42
+ "@quenty/promise": "^10.12.4",
43
+ "@quenty/qframe": "^10.12.5",
44
+ "@quenty/r15utils": "^13.21.6",
45
+ "@quenty/ragdoll": "^15.34.4",
46
+ "@quenty/remoting": "^12.21.6",
47
+ "@quenty/rx": "^13.20.4",
48
+ "@quenty/servicebag": "^11.13.4",
49
+ "@quenty/signal": "^7.11.3",
50
+ "@quenty/table": "^3.8.0",
51
+ "@quenty/tie": "^10.26.7",
52
+ "@quenty/valueobject": "^13.21.7"
53
53
  },
54
54
  "devDependencies": {
55
- "@quenty/rigbuilderutils": "10.22.6"
55
+ "@quenty/rigbuilderutils": "^10.22.7"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "ba2274ec070356518a157d80f912b05de9f74451"
60
+ "gitHead": "44e41814ddc3c14c3879320a10ed2d8e88103a4c"
61
61
  }
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Simple rig component to point at attachments given
3
4
 
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Handles IK for local client.
3
4
 
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Handles repliation and aiming of the local player's character for
3
4
  IK.
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Handles IK rigging for a humanoid
3
4
  @class IKRigClient
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Handles the replication of inverse kinematics (IK) from clients to servers
3
4
 
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Serverside implementation of IKRig
3
4
  @server
@@ -1,9 +1,11 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  @class ArmIKBase.story
3
4
  ]]
4
5
 
5
- local require =
6
- require(game:GetService("ServerScriptService"):FindFirstChild("LoaderUtils", true).Parent).bootstrapStory(script)
6
+ local require = (require :: any)(
7
+ game:GetService("ServerScriptService"):FindFirstChild("LoaderUtils", true).Parent
8
+ ).bootstrapStory(script) :: typeof(require(script.Parent.loader).load(script))
7
9
 
8
10
  local RunService = game:GetService("RunService")
9
11
  local Workspace = game:GetService("Workspace")
@@ -1,3 +1,4 @@
1
+ --!strict
1
2
  --[=[
2
3
  @class IKAimPositionPriorites
3
4
  ]=]
@@ -1,8 +1,13 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Utility methods for grip attachments
3
4
  @class IKGripUtils
4
5
  ]=]
5
6
 
7
+ local require = require(script.Parent.loader).load(script)
8
+
9
+ local Binder = require("Binder")
10
+
6
11
  local IKGripUtils = {}
7
12
 
8
13
  --[=[
@@ -26,7 +31,7 @@ local IKGripUtils = {}
26
31
  @param humanoid Humanoid
27
32
  @return ObjectValue
28
33
  ]=]
29
- function IKGripUtils.create(binder, humanoid)
34
+ function IKGripUtils.create(binder: Binder.Binder<any>, humanoid: Humanoid): ObjectValue
30
35
  assert(binder, "Bad binder")
31
36
  assert(typeof(humanoid) == "Instance" and humanoid:IsA("Humanoid"), "Bad humanoid")
32
37
 
@@ -1,3 +1,4 @@
1
+ --!strict
1
2
  --[=[
2
3
  Left grip
3
4
  @class IKLeftGrip
@@ -13,8 +14,10 @@ local IKLeftGrip = setmetatable({}, IKGripBase)
13
14
  IKLeftGrip.ClassName = "IKLeftGrip"
14
15
  IKLeftGrip.__index = IKLeftGrip
15
16
 
16
- function IKLeftGrip.new(objectValue, serviceBag: ServiceBag.ServiceBag)
17
- local self = setmetatable(IKGripBase.new(objectValue, serviceBag), IKLeftGrip)
17
+ export type IKLeftGrip = typeof(setmetatable({} :: {}, {} :: typeof({ __index = IKLeftGrip }))) & IKGripBase.IKGripBase
18
+
19
+ function IKLeftGrip.new(objectValue: ObjectValue, serviceBag: ServiceBag.ServiceBag): IKLeftGrip
20
+ local self: IKLeftGrip = setmetatable(IKGripBase.new(objectValue, serviceBag) :: any, IKLeftGrip)
18
21
 
19
22
  self:PromiseIKRig()
20
23
  :Then(function(ikRig)
@@ -27,4 +30,4 @@ function IKLeftGrip.new(objectValue, serviceBag: ServiceBag.ServiceBag)
27
30
  return self
28
31
  end
29
32
 
30
- return Binder.new("IKLeftGrip", IKLeftGrip)
33
+ return Binder.new("IKLeftGrip", IKLeftGrip :: any) :: Binder.Binder<IKLeftGrip>
@@ -1,3 +1,4 @@
1
+ --!strict
1
2
  --[=[
2
3
  Right grip
3
4
  @class IKRightGrip
@@ -13,8 +14,10 @@ local IKRightGrip = setmetatable({}, IKGripBase)
13
14
  IKRightGrip.ClassName = "IKRightGrip"
14
15
  IKRightGrip.__index = IKRightGrip
15
16
 
16
- function IKRightGrip.new(objectValue: ObjectValue, serviceBag: ServiceBag.ServiceBag)
17
- local self = setmetatable(IKGripBase.new(objectValue, serviceBag), IKRightGrip)
17
+ export type IKRightGrip = typeof(setmetatable({} :: {}, {} :: typeof({ __index = IKRightGrip }))) & IKGripBase.IKGripBase
18
+
19
+ function IKRightGrip.new(objectValue: ObjectValue, serviceBag: ServiceBag.ServiceBag): IKRightGrip
20
+ local self: IKRightGrip = setmetatable(IKGripBase.new(objectValue, serviceBag) :: any, IKRightGrip)
18
21
 
19
22
  self:PromiseIKRig()
20
23
  :Then(function(ikRig)
@@ -27,4 +30,4 @@ function IKRightGrip.new(objectValue: ObjectValue, serviceBag: ServiceBag.Servic
27
30
  return self
28
31
  end
29
32
 
30
- return Binder.new("IKRightGrip", IKRightGrip)
33
+ return Binder.new("IKRightGrip", IKRightGrip :: any) :: Binder.Binder<IKRightGrip>
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class IKRigInterface
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class IKRigBase
3
4
  ]=]
@@ -16,7 +17,7 @@ local IKRigBase = setmetatable({}, BaseObject)
16
17
  IKRigBase.ClassName = "IKRigBase"
17
18
  IKRigBase.__index = IKRigBase
18
19
 
19
- function IKRigBase.new(humanoid, serviceBag: ServiceBag.ServiceBag)
20
+ function IKRigBase.new(humanoid: Humanoid, serviceBag: ServiceBag.ServiceBag)
20
21
  local self = setmetatable(BaseObject.new(humanoid, serviceBag), IKRigBase)
21
22
 
22
23
  self._serviceBag = assert(serviceBag, "No serviceBag")
@@ -31,19 +32,19 @@ function IKRigBase.new(humanoid, serviceBag: ServiceBag.ServiceBag)
31
32
  return self
32
33
  end
33
34
 
34
- function IKRigBase:GetLastUpdateTime()
35
+ function IKRigBase:GetLastUpdateTime(): number
35
36
  return self._lastUpdateTime
36
37
  end
37
38
 
38
- function IKRigBase:GetPlayer()
39
+ function IKRigBase:GetPlayer(): Player?
39
40
  return CharacterUtils.getPlayerFromCharacter(self._obj)
40
41
  end
41
42
 
42
- function IKRigBase:GetHumanoid()
43
+ function IKRigBase:GetHumanoid(): Humanoid
43
44
  return self._obj
44
45
  end
45
46
 
46
- function IKRigBase:Update()
47
+ function IKRigBase:Update(): ()
47
48
  self._lastUpdateTime = tick()
48
49
  self.Updating:Fire()
49
50
 
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class IKRigUtils
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Torso resources for IK
3
4
  @class TorsoIKBase
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class TorsoIKUtils
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  @class ClientMain
3
4
  ]]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  @class ServerMain
3
4
  ]]