Commit Graph

87 Commits (master)

Author SHA1 Message Date
Stephen Gold d6b0069407
restore the JOGL/JOAL hooks (#1368) 5 years ago
Stephen Gold c0692df207 Revert "Fixes issue #1336: AWTPanels forcing OpenGL 2.0 (Compat Profile)" 5 years ago
Stephen Gold fa62959451 Fixes issue #1336: AWTPanels forcing OpenGL 2.0 (Compat Profile) 5 years ago
Stephen Gold 50dc8349a1 remove all javadoc references to the mythical JmeException 5 years ago
Stephen Gold 70ae48af1e avoid using raw types 5 years ago
Stephen Gold 822bcd1300 suppress more javac warnings about unchecked casts 5 years ago
Stephen Gold 88c9371a4d avoid unchecked casts due by premature casting of Class objects 5 years ago
ItsMike54 6c5611d3e2
Remove jogl (#1339) 5 years ago
Stephen Gold f652591281
remove unnecessary casts and tests for null, discovered using NetBeans (#1285) 5 years ago
Stephen Gold 0fd70b81c9
Add missing @Override annotations (#1270) 5 years ago
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