Commit Graph

207 Commits (e4b56f29769993b37fd468582ace0bf60218e82e)

Author SHA1 Message Date
rem..om d76d58c0e9 - ANDROID audio renderer : added a state check on the MediaPlayer to prenvent it to throw errors 13 years ago
rem..om 0fe3b69f7d - ANDROID Reverted a change in resolution setting, as it apparently has bad side effects on GUI 13 years ago
Sha..rd 1009cd18b0 * Running jME3-android in emulator with GPU emulation now supported but sometimes there are opengl errors (?) 13 years ago
Sha..rd c34189dfe5 * Removed all "verbose logging" parts of OGLESShaderRenderer, as it made the code hard to read. This sort of logging functionality should be done in a "GL Wrapper" sort of class instead. 13 years ago
Sha..rd 4be1d2be1e * AndroidImageInfo now supports getting notification when the bitmap has been successfully uploaded to GL 13 years ago
Sha..rd 29b2596359 * Removed various misc handling code from AndroidHarness to OGLESContext/JmeAndroidSystem to ease using jME3 outside of AndroidHarness 13 years ago
Sha..rd 05d5c611e1 * AndroidAssetManager no longer fails on missing plugin classes 13 years ago
sky..ok a625e8ae2a Javadoc fixes R PHUN 13 years ago
rem..om 1c92f500eb AndroidAudioRenderer : propperly set the looping value on media player 13 years ago
Sha..rd f68475319a * Added new image format: Depth24Stencil8, for framebuffers and textures that need stencil data 13 years ago
Sha..rd cf9d5b5ebc * Remove some useless files 13 years ago
rem..om 2966b6a7b0 AndroidAudioRenderer : better mediaplayer life cycle handling 13 years ago
rem..om 544e1f6342 Shaders : The line numbers on error now correctly takes the version line added to the shader into account 13 years ago
rem..om 3a0e1f50ac Shaders : The line number is now printed for each line of shader code in the standard error output when a shader fail to compile. 13 years ago
sky..ok 533fb86c50 Down to 260 Javadoc warnings from 324 13 years ago
rem..om 8ab5a211e2 Removed previously committed System.out from AndroidAudioRenderer 13 years ago
rem..om 218f082c8b Properly stopping and resetting Medialayer in AndroidAudioRenderer to be able to play an audio node more than once without failing. 13 years ago
rem..om 1a771236cf fix NPE in AndroidHarness when quitting (thanks iwgEric) 13 years ago
rem..om 191bd21b40 Removed AndroidHarness specific calls from the OGLESContext. 13 years ago
rem..om d2b727cfd8 Android : OGLESContext can now finish the activity when being destroyed, this way calling app.stop() from jME finished the associated activity. 13 years ago
rem..om 92b97d38d8 Committed a patch from iwgeric, to make nifty Textfield display the soft keyboard on tap. 13 years ago
rem..om 859123673e Committed patch from iwgEric that fixes a couple of issues on android touchinput http://jmonkeyengine.org/groups/android/forum/topic/error-with-nifty-and-awt/?topic_page=2#post-165433 13 years ago
Sha..rd 491d514c0f * BorderClamp and Clamp texture wrap modes now become EdgeClamp on Android 13 years ago
Sha..rd df212d358f * AndroidAssetManager will avoid registering loaders if the class isn't in the classpath similar to DesktopAssetManager 13 years ago
Sha..rd 1aed2068be * Formatted many android classes and files 13 years ago
Sha..om b12285b8a4 * Make AndroidImageInfo extensible, add javadoc explanation 13 years ago
rem..om 446c03935e Fixed NPE in AndroidAudioRenderer when soundPool is not initialized 13 years ago
rem..om bb9b2ea5ce Changes to AndroidInput to properly handle multipoint touch events with proper ids (thanks to techsonic) 13 years ago
rem..om a3497ca8b2 Null check on audio renderer in the onPause and onResume of the android Harness. The audio renderer appears to be null (wich is another issue) 13 years ago
rem..om afc2710626 Removed the call to glHint GL10.GL_PERSPECTIVE_CORRECTION_HINT as it generates an INVALID_ENUM error. 13 years ago
PSp..om 07d5451a31 Removed the direct accessing of the seconds counter 13 years ago
Sha..rd b89b2428af * Applied audio fix patch (thanks prich) 13 years ago
Sha..rd 4aa00107e2 * Added missing AndroidImageInfo 13 years ago
Sha..rd 381a3365ef * Applied android audio renderer patch (thanks to prich on the forum) 13 years ago
Sha..rd a64db6fc7b * Andrid - AndroidLocator now follows spec when regards to multiple call support with AssetInfo.openStream() 13 years ago
Sha..rd 3fa629053a * Deleted AndroidApplication and AndroidSkyFactory due to deprecation 13 years ago
Sha..rd 8652b1f759 Android 13 years ago
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