- Add GLFW compat shim (org.lwjgl.glfw classes injected into system classloader) so the legacy AWT-based input path coexists with the modern GLFW-based native build. - Fix mouse button index mapping and missing modifier bits on mouse move/button/wheel events (previously only keyboard sent modifiers). - Port getAudioHandler() and supporting types from upstream java-cef, fixing a NoSuchMethodError crash-spam. - Add ILoadStateHandler/LoadStateHandler mirroring the existing display-handler pattern, wired into ClientProxy's tick loop. - Update CefDialogHandler, CefDownloadHandler(Adapter), CefRequestHandler for CEF 152's JNI signatures using default interface method overloads for zero-touch dual-ABI support (old Chrome 116 native build and new Chrome 152 native build both work against the same Java classes). - RemoteConfig: add real SHA-256 verification of downloaded JCEF tarballs (previously only detected version changes, never actually verified integrity), plus labeled progress callbacks so the Forge splash screen shows what's happening at each step.
5 lines
271 B
Properties
5 lines
271 B
Properties
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
|
# This is required to provide enough memory for the Minecraft decompilation process.
|
|
org.gradle.jvmargs=-Xmx3G
|
|
org.gradle.daemon=false
|
|
mc_version=1.12.2-14.23.5.2855 |