update to latest engine release candidate

This commit is contained in:
2025-10-11 18:10:45 +02:00
parent 04bd2ee3e4
commit e020b64c86
74 changed files with 3862 additions and 889 deletions

View File

@@ -57,12 +57,6 @@
{
"type": "[Lcom.simsilica.lemur.focus.FocusChangeListener;"
},
{
"type": "[Lcom.simsilica.lemur.input.AnalogFunctionListener;"
},
{
"type": "[Lcom.simsilica.lemur.input.StateFunctionListener;"
},
{
"type": "[Ljava.awt.event.MouseMotionListener;"
},
@@ -75,24 +69,6 @@
}
]
},
{
"type": "com.bulletphysics.collision.dispatch.CompoundCollisionAlgorithm",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.collision.dispatch.ConvexConvexAlgorithm",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.collision.dispatch.UnionFind$Element",
"methods": [
@@ -102,87 +78,6 @@
}
]
},
{
"type": "com.bulletphysics.collision.narrowphase.DiscreteCollisionDetectorInterface$ClosestPointInput",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.collision.narrowphase.GjkEpaSolver$Face",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.collision.narrowphase.GjkEpaSolver$He",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.collision.narrowphase.GjkEpaSolver$Mkv",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.collision.narrowphase.ManifoldPoint",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.collision.narrowphase.PersistentManifold",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.collision.narrowphase.VoronoiSimplexSolver$SubSimplexClosestResult",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.dynamics.constraintsolver.SolverBody",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.dynamics.constraintsolver.SolverConstraint",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.jme3.asset.CloneableAssetProcessor",
"methods": [
@@ -273,15 +168,6 @@
{
"type": "com.jme3.cursors.plugins.CursorLoader"
},
{
"type": "com.jme3.export.SavableWrapSerializable",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.jme3.export.binary.BinaryLoader"
},
@@ -294,24 +180,6 @@
}
]
},
{
"type": "com.jme3.light.PointLight",
"methods": [
{
"name": "clone",
"parameterTypes": []
}
]
},
{
"type": "com.jme3.light.SpotLight",
"methods": [
{
"name": "clone",
"parameterTypes": []
}
]
},
{
"type": "com.jme3.material.Material",
"methods": [
@@ -482,15 +350,6 @@
}
]
},
{
"type": "com.jme3.scene.plugins.gltf.LightsPunctualExtensionLoader",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.jme3.scene.plugins.gltf.UserDataLoader",
"methods": [
@@ -578,9 +437,6 @@
{
"type": "com.jme3.texture.plugins.AWTLoader"
},
{
"type": "com.jme3.texture.plugins.AWTWebpImageLoader"
},
{
"type": "com.jme3.texture.plugins.DDSLoader"
},
@@ -1230,8 +1086,7 @@
},
{
"type": "java.nio.DirectFloatBufferU",
"allDeclaredFields": true,
"unsafeAllocated": true
"allDeclaredFields": true
},
{
"type": "java.nio.DirectIntBufferU",
@@ -3152,9 +3007,6 @@
},
{
"type": "org.ngengine.nostr4j.signer.NostrNIP46Signer"
},
{
"type": "org.ngengine.store.DataStore$SerializableEntry"
}
],
"jni": [
@@ -3784,12 +3636,6 @@
{
"type": "java.lang.System",
"methods": [
{
"name": "getProperty",
"parameterTypes": [
"java.lang.String"
]
},
{
"name": "load",
"parameterTypes": [

File diff suppressed because one or more lines are too long