Commit Graph

77 Commits (ec491575be1b910d1e2f854d1da0379a2993989c)

Author SHA1 Message Date
Stephen Gold 3e89cd1377
define 2 new Platform values for Linux ARM, register BulletJme lib paths (#1182) 5 years ago
Lou Hamersly de092b92bb Wrap potential IOExceptions during native file extraction 5 years ago
Lou H 930090dfa0 #1097-Fixed inconsistent OpenGL version constants (#1099) 6 years ago
lifeinwild 7e11a6c0fe Use UTF-8 in gradle builds 6 years ago
Ali-RS cd90be13ec
Revert "Modified JmeDesktopSystem.writeImageFile() to export transparency for…" 6 years ago
Ali-RS c43eafc319
Modified JmeDesktopSystem.writeImageFile() to export transparency for PNG format. 6 years ago
Stephen Gold 2356320d30 more comment-only correction 6 years ago
Stephen Gold f33252f4d0 spelling corrections in diagnostic messages 6 years ago
Stephen Gold 7ad91651f1 jme3-desktop/jme3-effects JavaDoc corrections (comments only) 6 years ago
Julien Seinturier 835fbd7957 Jme3 vr (#828) 6 years ago
Ali-RS a47b4a46ba Added a (hacky) fix for a Java Swing/AWT + GLFW interaction issue… (#968) 6 years ago
Nebloksiam e8cb3124f2 Load animated cursor NPE 6 years ago
Stephen Gold 826908b042 correct more grammar/spelling errors in comments 7 years ago
Domenic Cassisi f61267e803 Adds missing key code for Print Screen (#682) (#806) 7 years ago
Yan 6479a7cdf8 Add locale translation for zh_CN 8 years ago
Nehon 6b33ae470a Added a new step in AppProfiler for viewport processors and added method to pass the profiler to all processors. 8 years ago
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