| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Reimplement Transform native methods with decompilation-verified pure JavaHEADmain | Fuwn | 2026-02-13 | 1 | -26/+541 |
| | | | | | | | | | Rewrites all 25 native JNI methods (gamma.dll) as pure Java, achieving ~97% parity with RenderWare 2.1 matrix operations verified against Ghidra decompilation. Adds proper non-uniform scale compensation, Gram-Schmidt orthonormalization, cofactor-based 4x4 matrix inversion, and axis-angle decomposition for angle extraction. | ||||
| * | Initial commit | Fuwn | 2026-02-12 | 1 | -0/+362 |