Commit Graph

96 Commits (903522de91c4e64262aa847fc238bbac48cfe008)

Author SHA1 Message Date
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
iwgeric 4baceb6a08 fixed compilation issues in deprecated OGLESShaderRenderer, IGLESShaderRenderer, and JoglRenderer caused by earlier commit 10 years ago
shadowislord 253c3ac80d JmeSystem: print build info on initialization 10 years ago
shadowislord d3cbf7fbf2 GL implementations: Fix uploading of buffers with position != 0 10 years ago
shadowislord 4bfd992751 * Do not crash if running on x86 / MIPS android system when using JmeSystem.getPlatform() 10 years ago
shadowislord 3f63d43461 * Add license to android renderer files 10 years ago
shadowislord af65215450 * Delete useless Android22Workaround 10 years ago
iwgeric b71d94c37c Fix NPE while destroying the Fragment when a splash screen is used. 10 years ago
iwgeric 6d8ef39976 Add support for setting a maximum resolution on the GLSurfaceView while maintaining the aspect ratio (AndroidHarnessFragment only). 10 years ago
iwgeric 6ec86fe919 Initial commit for support of launching a jME application as an Android Fragment 10 years ago
iwgeric 0777a18a84 Deprecate screenOrientation from AndroidHarness. 10 years ago
shadowislord aaac8cb613 URA is now used by default on Android 10 years ago
shadowislord 6ca111b13d Refactor renderer system 10 years ago
iwgeric 31bc6bf526 Add a default app profiler for Android. 10 years ago
iwgeric 3a82c9eca1 Add frame rate limitiing on Android. 10 years ago
iwgeric 47477daa05 Forgot to update the commit text 10 years ago
iwgeric 5948479de4 comment out android show keyboard. Now using JmeSystem method to show/hide android soft keyboard. 10 years ago
Nehon b1739fd9d7 Also fixed Android's VideoRecorderAppState 10 years ago
Nehon 9f459af4e3 One can now call readFrameBuffer with a specific format, implementation has been done for the GLRenderer only. 10 years ago
iwgeric a55aae21f9 Minor cleanup of mouse / keyboard methods for touch. 10 years ago
iwgeric a116389814 Forgot to add isSimulateKeyboard to TouchInput interface. 10 years ago
iwgeric 1ed1463476 Add support for enabling/disabling KeyEvent simulation for soft keyboards on Android similar to MouseEvents. 10 years ago