Commit Graph

118 Commits (32f71397c591a62ff555b1463025184720cce9ea)

Author SHA1 Message Date
Stephen Gold 70ae48af1e avoid using raw types 5 years ago
Stephen Gold 88c9371a4d avoid unchecked casts due by premature casting of Class objects 5 years ago
Ali-RS 16a3e7630c
Fixed an issue with AndroidNativeImageLoader which was opening stream twice. (#1338) 5 years ago
Stephen Gold f652591281
remove unnecessary casts and tests for null, discovered using NetBeans (#1285) 5 years ago
MeFisto94 12481c08f6 Use a reflection-based approach to call checkError() after every call to the openGL API to reduce Code Duplication and increase Maintainability, while also fixing the regression caused by GLDebugDesktop extending from GLDebugES and thus making the Renderer think it is on mobile. 5 years ago
Stephen Gold 0fd70b81c9
Add missing @Override annotations (#1270) 5 years ago
joliver82 d935347bde Android buffer allocator implementation (#1214) 5 years ago
joliver82 663c9776e8 Android openGL ES 3 support (#1147) 5 years ago
MeFisto94 90d3b69bd1 Build Android Natives (OpenAL, Vorbis, TextureLoading) on Travis (#1171) 5 years ago
Lou Hamersly cde108c2c0 #1107-Fix Javadoc warnings in OpenJDK 9+ 6 years ago
Greg Hoffman 0bc060d474 Added an easy way to add sub steps to the profiler (#1067) 6 years ago
Stephen Gold ce730e5656 jme3-android JavaDoc corrections (comments only) 6 years ago
Ali-RS dae85e1598 Removed unused imports. (#1020) 6 years ago
Stephen Gold f40ba25a56 correct more grammar/spelling errors in comments 7 years ago
Stephen Gold b159c847cc comment corrections: mostly spelling and grammar 7 years ago
Kirill Vainer 93001ec290 Fix #456 7 years ago
NemesisMate 4251d70b75 Fixed softkeyboard's (simulated) backspace not being recognized (#714) 7 years ago
Kirill Vainer 6127f7eb7a Miscellaneous OpenGL ES fixes (#720) 7 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
Nehon 6a467ecb53 Added gpu profiling to Renderer and all the GL backends except ios 8 years ago
Michael Braunstingl d39b780fa5 Added RenderState.BlendMode.Custom 8 years ago
shamanDevel 5e098b0493 worked on LWJGL3 support 9 years ago
iwgeric c219ce1b4f Update AndroidLocator to allow assets to be stored in Android assets, drawable, or mipmap directories. 9 years ago
iwgeric b53de6aedc Remove tests from jme3-android. 9 years ago
Kirill Vainer 112a77fd5d test: don't use deprecated box constructor 9 years ago
Kirill Vainer a563c6cc7b remove deprecated classes 9 years ago
Teencrusher bffa2191e5 Moved glBlendEquationSeparate from GL2 interface to GL interface. Added an example of the feature. Minors issues. 9 years ago
Paul Speed 3c56afeae6 Converted Application to an interface and renamed the old Application to 9 years ago
iwgeric ef35af958b Remove logging on touch events 9 years ago
Daniel Johansson dc0bcb5d13 Resolves #378, adding support for detecting ARMv8 on Android. 9 years ago
Kirill Vainer 5c35b9bb22 Renderer: delete deprecated renderers 10 years ago
Kirill Vainer 7393f79165 AudioSource: add method to get playback time 10 years ago
iwgeric 5c6deeb5ab Android: add GLFbo interface to AndroidGL to fix cast exception 10 years ago
Kirill Vainer ed4b70bcad GLTiming: new GL wrapper to profile GL calls 10 years ago
Kirill Vainer 5b95f8a4b0 GLRenderer: Improve compatibility with OpenGL 3.2 core profile 10 years ago
iwgeric 116adbba1f Android: Support JoystickCompatibilityMappings for reassigning joystick axes and buttons. 10 years ago
iwgeric d80de0cc5b Android: Add static property to disable sensors but still have joysticks. 10 years ago
iwgeric 6c24390663 Android: Fix issue handling key events that are tied to both keyboard and gamepad 10 years ago
iwgeric 61ba11d872 Rework of Android input system to support future expansion and gamepad support. 10 years ago
iwgeric 22d3f7f9f4 Android: Refactor joystick support to prepare for upcoming gamepad support. 10 years ago
iwgeric 47e9b9ba16 Android: Remove unused property to track if joysticks are enabled. 10 years ago
iwgeric 4102e91456 Android: remove unused properties in AndroidHarnessFragment 10 years ago
iwgeric 5ab8fb8f6a Android: remove reference to screenOrientation from unused test project 10 years ago
iwgeric 1569e9583a Android: remove deprecated screenOrientation from AndroidHarness. 10 years ago
shadowislord 068047200e Threads: standardize names. Make sure they all start with "jME3". 10 years ago
shadowislord 2bc5545171 OGLESShaderRenderer: remove clearTextureUnits since it doesnt do anything 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
shadowislord bbbcd8eba5 Android Images: deprecate classes that won't be used in 3.1 10 years ago
shadowislord 9651d6d822 GL interface: add support for PBO, FB readback, and fences (ARB sync) 10 years ago