Commit Graph

22 Commits (5e8f5e6a1f8f181b3d70a416a667659154091830)

Author SHA1 Message Date
Daniel Johansson 5e8f5e6a1f Updated lwjgl3 module to use LWJGL 3.0.0b #35 which is the current stable build. 10 years ago
Daniel Johansson d48a1bb998 Removed native library jemalloc.dll for LWJGL3 as this will not be needed until 3.0.0b and after. 10 years ago
Daniel Johansson 30cdca7ad7 Native library loading is back to the way it used to be with the addition of LWJGL 3.x libraries added with a different key. 10 years ago
Daniel Johansson 8f77dca931 Added jme3-lwjgl3 module which ultimately adds support for LWJGL 3.x and GLFW. 10 years ago
Daniel Johansson 89f10eca58 Added jme3-lwjgl3 module which ultimately adds support for LWJGL 3.x and GLFW. 10 years ago
shadowislord b300915092 NativeLibraryLoader: use the OS's cache folder instead of home folder for storing natives 10 years ago
shadowislord 51c8894e03 NativeLibraryLoader: Fix crash when working directory not writable 10 years ago
shadowislord 8f9dfcc7c1 NativeLibraryLoader: Allow specifying the filename that the extracted library should have (needed for certain workarounds..) 10 years ago
shadowislord 3991123073 NativeLibraryLoader: Don't load LWJGL / JInput when they are not found in classpath 10 years ago
shadowislord 2cc601edc3 NativeLibraryLoader: Don't gobble the exception message when loading via System.loadLibrary() 10 years ago
Normen Hansen 50134899f8 - remove adding for 64 ending for natives 10 years ago
shadowislord 32cfca495d * NativeLibraryLoader: Add method to get a list of jars that contain known natives 10 years ago
shadowislord 56a187f77a * NativeLibraryLoader: Add method to extract a platform's natives 10 years ago
Normen Hansen 5c9fee7a7e - update library names for lwjgl 2.9.2 on OSX 10 years ago
Normen Hansen 32f4245aff - fix osx bullet binary path 10 years ago
Normen Hansen fd78498bc8 - fix NativeLibraryLoader using deprecated Natives class for hash generation 10 years ago
shadowislord e637cd0b7a * NativeLibraryLoader: More hacks .. Use the proper loading method based on the library name. 11 years ago
shadowislord 36483c4b49 * Avoid conflicts when extracting both 64-bit and 32-bit libraries to the same folder .. This is mainly for the bulletjme library which doesn't specify "64" at the end of the filename 11 years ago
shadowislord 34826360d6 * Native bullet was marked as a non-JNI library for some reason - that's fixed now 11 years ago
shadowislord 48ccb0fe56 * Fix jinput native library loading - now the JNI library name is based on the name in the jar 11 years ago
shadowislord 54ffe15dda * Switch to new native library loader 11 years ago
shadowislord 2ca99b83de * More javadoc in NativeLibraryLoader 11 years ago
shadowislord 948fdb21eb * Add new flag to Platform enum which specifies if its 32-bit platform or 64-bit. 11 years ago