Commit Graph

120 Commits (78bbe9b251295df0817468b8f9703917002d9136)

Author SHA1 Message Date
Sha..rd 65c27304be * Android - disable GL error check by default 13 years ago
Sha..rd b75a3415c5 * Android - fix shader compile error on PowerVR GPUs 13 years ago
rem..om 82b1e94953 Added SpashScreen support for android thanks to iwgeric 13 years ago
Sha..rd b38e545036 * Fix Android 2.2 - 3.2 crash 13 years ago
nor..67 60f7963cf4 - add storage folder support to android renderer, thanks @iwgeric 13 years ago
Sha..rd 9c6ca69b34 * Fixed GLSL version parsing issue on Android 4.0 13 years ago
rem..om 1547500b5a AndroidInput now correctly handles mutiple pointers touch events 13 years ago
rem..om dd76ee0890 Fixed Tap confirme event that was sending 2 tap events on each tap 13 years ago
rem..om a906b97be3 AndroidInput now correctly dispatches DOUBLETAP event 13 years ago
rem..om 5454675cda Formatted AndroidInput.java so it doesn't look like a C++ file... 13 years ago
rem..om cbd1248302 Mesh bufferList is now a SafeArrayList instead of an ArrayList 13 years ago
rem..om ed6dedb409 OGLESShaderRenderer : Changed Iteration on mesh buffer to use bufferList ArrayList instead of buffer IntMap. This fixes the non working animation issue on android. IntMap must be further investigated 13 years ago
nor..67 3cdaf0e051 jme3: 13 years ago
nor..67 c906508e62 - big refactoring of engine build and cleaning of sources, totally breaking SDK build for now 13 years ago
nor..67 1cc957e7e9 - big refactoring of engine build and cleaning of sources, totally breaking SDK build for now 13 years ago
nor..67 6113425db9 - add loading of native bullet libraries to AndroidHarness, caught if fails 13 years ago
sha..rd f9a798c651 * Better check for android version. Should prevent NoSuchMethodError: glVertexAttribPointer 13 years ago
sha..rd 6110509b8e * Added android 2.2 workaround for glVertexAttribPointer 13 years ago
nor..67 72a4282dc0 - make FreeForm project for android code 13 years ago
nor..67 fcb6b2e6ab Android: 13 years ago
nor..67 9f16b989fe - add a way to add a classpath for loading in-asset classes to AssetManager, use in BinaryImporter 13 years ago
sha..rd ffce10b8da * Added AwtPanel.attachTo() argument that allows attaching panel to main framebuffer instead of replacing it on the viewports 13 years ago
sky..ok 84116c85f8 Created clickable links out of http mentions in all jME3 Javadoc 13 years ago
sha..rd 55bfc5f0cf * Update to LWJGL 2.8.1 13 years ago
sha..rd 107380afc1 * Moved GLObjectManager to util, it is now NativeObjectManager and can be used to manage collection of any native object 13 years ago
sha..rd 3f95a0ca2f * Eclipse classpath no longer includes .svn folders 14 years ago
sha..rd a5be89598f * Always close InputStream in WAVLoader 14 years ago
rem..om c011a29529 OGLES renderer : gl error now appear after the shader code output when a shader fail to compile (like in LWJGL renderer) 14 years ago
kim..ng 7d315f04d9 Android: removed old apk code and added source of the curent beta1 demo apk. 14 years ago
sha..rd 64c61c86e4 * Fix syntax errors due to JmeSystem/Platform changes 14 years ago
sha..rd 5ac90f46fa * Formatting for many android classes which needed it desperately 14 years ago
sha..rd 120a3d1e4f Blender Loader 14 years ago
nor..67 42f3770946 - fix AndroidApplication 14 years ago
kim..ng 895e02f2a6 Android: minor fixes 14 years ago
kim..ng 5f0bfd8c2e Android: complete rework of the config chooser, LEGACY is still using Android phone code, FASTEST is using 5,6,5,0,16,0 but with code in jme3-andoid which is currently identical to the android source and BEST is using 8,8,8,8,16,0 - also with the same jme3 code. 14 years ago
kim..ng 0b7f96726f Android: fixed logging 14 years ago
kim..ng bb2d1073de Android: added some more logging to the surface creation 14 years ago
kim..ng 7d08828fa7 Android: fixed excessive logging in audio renderer 14 years ago
kim..ng 0a58b3c92b Android: added ConfigType.LEGACY 14 years ago
kim..ng d90f6e7e18 Android: Allow custom app instantiation 14 years ago
kim..ng 2f8ae09033 Android: Fixed a race condition in OGLESContext which sometimes called initialize() more than once, added screen resolution setting and invert mouse x to harness 14 years ago
kim..ng 7b0f06ff4d Android: added mouseEventsInvertY option to Harness 14 years ago
kim..ng ef6b7157b9 Android: Fixed deadlock in AndroidHarness.onDestroy() and added screenOrientation 14 years ago
kim..ng c58f429543 Android: Fixed bug in AndroidHarness if appClass can not be found 14 years ago
kim..ng f5ee0ca201 Android: Added positional audio and let the user control the overall media volume 14 years ago
kim..ng ab9a2635a2 Android: Bugfix Using PixelFormat.RGBA_8888 instead of PixelFormat.RGB_888 14 years ago
kim..ng 354ff46ccf Android: Added streaming music to AndroidAudioRenderer 14 years ago
kim..ng a7974ac659 Android: Added first prototype of AndroidAudioRenderer 14 years ago
kim..ng f230997d93 Android: added customizable messages to exit dialog 14 years ago
kim..ng fef0820ca6 Android: fixed bug - EGL_SURFACE_TYPE is checked now. Added ConfigType.FASTEST and .BEST to AndroidHarness 14 years ago