Commit Graph

61 Commits (f376ebb5c0ebb1d49142992489cfd30eacb9af9c)

Author SHA1 Message Date
Markus Uhlig eaa9858b18 - Replaced console outputs by the standard java logging concept and removed obsolete Sysout-Calls. 8 years ago
shamanDevel bb15931fa2 started with context creation 9 years ago
Kirill Vainer a563c6cc7b remove deprecated classes 9 years ago
Kirill Vainer a8aabac1c9 fix issue #441 9 years ago
Kirill Vainer 13755fb75b unit test: delete library loader test 9 years ago
Kirill Vainer 239524c85b desktop: don't show dialogs when headless 9 years ago
Kirill Vainer 9d035f747a Add the new material system 9 years ago
Paul Speed 3c56afeae6 Converted Application to an interface and renamed the old Application to 9 years ago
Kirill Vainer 2ca55c8b3a LWJGL3 improvements 9 years ago
Daniel Johansson 00e2717c7c Fixed an issue where on linux using jme-lwjgl3 module would cause the windows dll to be loaded instead of the linux so native library. 9 years ago
Kirill Vainer 810c7b6fa6 native loader: set lwjgl library path for lwjgl3 9 years ago
Daniel Johansson 5e8f5e6a1f Updated lwjgl3 module to use LWJGL 3.0.0b #35 which is the current stable build. 9 years ago
Daniel Johansson d48a1bb998 Removed native library jemalloc.dll for LWJGL3 as this will not be needed until 3.0.0b and after. 9 years ago
alexVengrovsk 2eb2cdac60 Delete close() of ByteArrayOutputStream type objecs 9 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. 9 years ago
Daniel Johansson 8f77dca931 Added jme3-lwjgl3 module which ultimately adds support for LWJGL 3.x and GLFW. 9 years ago
Daniel Johansson 89f10eca58 Added jme3-lwjgl3 module which ultimately adds support for LWJGL 3.x and GLFW. 9 years ago
shadowislord 068047200e Threads: standardize names. Make sure they all start with "jME3". 10 years ago
shadowislord 40926dc32d AssetConfig: Platform asset config now returned as URL 10 years ago
shadowislord 25b1780e09 AssetManager: remove useless subclasses 10 years ago
Nehon dd66d21147 Changed jME's default splash screen 10 years ago
Nehon 2aa50694b8 Awt Panel now supports gamma correct pipeline. Default stays non srgb for backward compatibility. But IMO it should be set to srgb by default to promote the srgb pipeline. 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 253c3ac80d JmeSystem: print build info on initialization 10 years ago
shadowislord 66d4763a04 Fix issue #204 10 years ago
shadowislord 30efc7ce86 ScreenshotAppState to use old FB read-back 10 years ago
shadowislord 2fb87f9682 SettingsDialog to choose closest refresh rate to 60 for fullscreen modes 10 years ago
shadowislord 3f4ce758e7 * Use INT_BGR format in AwtPanel - allows using old compatible readFrameBuffer 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 a6d67ed92b - add executable class for extracting binaries and getting a list of jar file excludes to be used in build systems 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
Nehon 50ec3023d4 Fixed ScreenshotAppState, VideoRecorderAppSate, AwtPanel and TestRenderToMemory so the frameBuffer is read with an BGRA8 format 10 years ago
iwgeric d42a777909 Add showSoftKeyboard(boolean show) to JmeSystem. 10 years ago
shadowislord ec6befeeaa AWT panels: fix flipped coords when mouse pressed or released 10 years ago
shadowislord 595183fb64 Fix items in Translucent bucket not be rendered in AWT panels 10 years ago
shadowislord 5f33bdfa95 JOAL audio renderer to use the unified OpenAL backend as well 10 years ago
shadowislord 91715c4a48 Add support for URA, or Unified Renderer Architecture for audio 10 years ago
shadowislord 62cfbc8a3e Remove usage of all deprecated image formats 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